mallen Posted April 1, 2011 Share Posted April 1, 2011 I installed PHP 5.3.6 and when editing the php.ini file it looks different than before. Before in the middle of the page would be a list like this: ; ;extension=php_bz2.dll ;extension=php_curl.dll ;extension=php_dba.dll ;extension=php_exif.dll and you would uncomment the ones you wanted. Now in the end of the document it looks like this: ; Local Variables: ; tab-width: 4 ; End: [php_BZ2] extension=php_bz2.dll [php_CURL] extension=php_curl.dll [php_FILEINFO] extension=php_fileinfo.dll [php_GD2] extension=php_gd2.dll [php_GETTEXT] extension=php_gettext.dll [php_GMP] extension=php_gmp.dll [php_IMAP] extension=php_imap.dll [php_MBSTRING] extension=php_mbstring.dll [php_MYSQL] extension=php_mysql.dll [php_MYSQLI] extension=php_mysqli.dll [php_OPENSSL] extension=php_openssl.dll [php_PDO_MYSQL] extension=php_pdo_mysql.dll [php_PDO_ODBC] extension=php_pdo_odbc.dll [php_PDO_SQLITE] extension=php_pdo_sqlite.dll [php_PGSQL] extension=php_pgsql.dll [php_SOAP] extension=php_soap.dll [php_SOCKETS] extension=php_sockets.dll [php_SQLITE3] extension=php_sqlite3.dll [php_TIDY] extension=php_tidy.dll [php_XMLRPC] extension=php_xmlrpc.dll [php_XSL] extension=php_xsl.dll [php_EXIF] extension=php_exif.dll So by default it loads all of these? Link to comment https://forums.phpfreaks.com/topic/232370-loading-extensions-in-the-phpini-file/ Share on other sites More sharing options...
mallen Posted April 1, 2011 Author Share Posted April 1, 2011 Also it used to install two files: php.ini-dist and php.ini-development. All I see now is php.ini Link to comment https://forums.phpfreaks.com/topic/232370-loading-extensions-in-the-phpini-file/#findComment-1195662 Share on other sites More sharing options...
mallen Posted April 7, 2011 Author Share Posted April 7, 2011 So anyone have an idea? Is PHP installing different now? Link to comment https://forums.phpfreaks.com/topic/232370-loading-extensions-in-the-phpini-file/#findComment-1198040 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.