Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
iWeb Posted May 15, 2012 Posted May 15, 2012 MySQL: Is there anything I can disable to save server resource? I only want to keep what's needed to run a forum using Sphinx search. This is what I have loaded at the moment.PDO, Reflection, SPL, SimpleXML, Zend Optimizer, apache2handler, bz2, calendar, ctype, curl, date, dbase, dom, exif, filter, ftp, gd, gettext, gmp, hash, iconv, ionCube Loader, json, libxml, mcrypt, mysql, mysqli, openssl, pcre, pdo_mysql, pdo_sqlite, session, shmop, sockets, standard, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, zlib
altenerg Posted May 15, 2012 Posted May 15, 2012 That looks like installed PHP modules to me. In which case you should compile PHP with ONLY the IPB required PHP modules and of course any other modules need to run other apps. Something like mine... ./configure' '--disable-all' '--disable-ipv6' '--enable-inline-optimization' '--enable-fpm' '--with-bz2' '--with-curl' '--with-gd' '--with-mcrypt' '--with-mhash' '--with-mysql' '--with-mysqli' '--with-jpeg-dir' '--with-png-dir' '--with-zlib' '--with-libxml-dir' '--with-openssl' '--with-iconv' '--without-pear' '--enable-dom' '--enable-gd-native-ttf' '--enable-json' '--enable-mbstring' '--enable-mysqlnd' '--enable-session' '--enable-libxml' '--enable-zip' Note the use of --disable-all PM me if you need additional assistance.
iWeb Posted May 16, 2012 Author Posted May 16, 2012 You're right, I got them mixed up. (plus i'm not even sure what i'm talking about sometimes)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.