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? Quote Link to comment 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 Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.