Jump to content

Loading extensions in the php.ini file


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.