WAMP - PHP loads too many Extensions -
i using wamp 2.1 with
apache version : 2.2.17
php version : 5.3.3
mysql version : 5.5.8
by default wamp loads these extensions
core, bcmath, calendar, com_dotnet, ctype, date, ereg, filter, tp, hash, iconv, json, mcrypt, session, odbc, pcre, reflection, standard, spl, mysqlnd, tokenizer, zip, zlib, libxml, dom, pdo, phar, simplexml, wddx, xml, xmlreader, xmlwriter, apache2handler, gd, mbstring, mysql, mysqli, mhash
i dont need these ! opened php.ini , put ; before lines dont want, looks ;extension=php_zip.dll wamp still shows zip extensions loaded !
wrong ?
restarted wamp no effect !
to able change extension loading settings, must run wampserver administrator. (right click wampserver shortcut -> run administrator). should work now.
click wamp icon in system tray, click php > php extensions , try checking/unchecking items there. should work. <-- checking/unchecking these items same editing php.ini
Comments
Post a Comment