diff -Naur php-5.0.5/php.ini-dist php-5.0.5.mod/php.ini-dist --- php-5.0.5/php.ini-dist 2005-05-05 15:33:56.000000000 +0300 +++ php-5.0.5.mod/php.ini-dist 2005-09-21 00:11:09.000000000 +0300 @@ -454,7 +454,7 @@ user_dir = ; Directory in which the loadable extensions (modules) reside. -extension_dir = "./" +extension_dir = "/usr/lib/php/extensions/" ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically @@ -555,52 +555,9 @@ ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. - -;Windows Extensions -;Note that ODBC support is built in, so no dll is needed for it. -; - -;extension=php_mbstring.dll -;extension=php_bz2.dll -;extension=php_cpdf.dll -;extension=php_curl.dll -;extension=php_dba.dll -;extension=php_dbase.dll -;extension=php_dbx.dll -;extension=php_exif.dll -;extension=php_fdf.dll -;extension=php_filepro.dll -;extension=php_gd2.dll -;extension=php_gettext.dll -;extension=php_ifx.dll -;extension=php_iisfunc.dll -;extension=php_imap.dll -;extension=php_interbase.dll -;extension=php_java.dll -;extension=php_ldap.dll -;extension=php_mcrypt.dll -;extension=php_mhash.dll -;extension=php_mime_magic.dll -;extension=php_ming.dll -;extension=php_mssql.dll -;extension=php_msql.dll -;extension=php_mysql.dll -;extension=php_oci8.dll -;extension=php_openssl.dll -;extension=php_oracle.dll -;extension=php_pdf.dll -;extension=php_pgsql.dll -;extension=php_shmop.dll -;extension=php_snmp.dll -;extension=php_sockets.dll -;extension=php_sybase_ct.dll -;extension=php_tidy.dll -;extension=php_w32api.dll -;extension=php_xmlrpc.dll -;extension=php_xsl.dll -;extension=php_yaz.dll -;extension=php_zip.dll - +extension=gettext.so +extension=mysql.so +extension=imap.so ;;;;;;;;;;;;;;;;;;; ; Module Settings ; @@ -621,7 +578,7 @@ ;sendmail_from = me@example.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). -;sendmail_path = +sendmail_path = /usr/sbin/sendmail -t -i ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of diff -Naur php-5.0.5/php.ini-recommended php-5.0.5.mod/php.ini-recommended --- php-5.0.5/php.ini-recommended 2005-05-05 15:33:56.000000000 +0300 +++ php-5.0.5.mod/php.ini-recommended 2005-09-21 00:12:42.000000000 +0300 @@ -445,12 +445,12 @@ ; Whether or not to register the old-style input arrays, HTTP_GET_VARS ; and friends. If you're not using them, it's recommended to turn them off, ; for performance reasons. -register_long_arrays = Off +register_long_arrays = On ; This directive tells PHP whether to declare the argv&argc variables (that ; would contain the GET information). If you don't use these variables, you ; should turn it off for increased performance. -register_argc_argv = Off +register_argc_argv = On ; When enabled, the SERVER and ENV variables are created when they're first ; used (Just In Time) instead of when the script starts. If these variables @@ -512,7 +512,7 @@ user_dir = ; Directory in which the loadable extensions (modules) reside. -extension_dir = "./" +extension_dir = "/usr/lib/php/extensions/" ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically @@ -613,52 +613,9 @@ ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. - -;Windows Extensions -;Note that ODBC support is built in, so no dll is needed for it. -; - -;extension=php_mbstring.dll -;extension=php_bz2.dll -;extension=php_cpdf.dll -;extension=php_curl.dll -;extension=php_dba.dll -;extension=php_dbase.dll -;extension=php_dbx.dll -;extension=php_exif.dll -;extension=php_fdf.dll -;extension=php_filepro.dll -;extension=php_gd2.dll -;extension=php_gettext.dll -;extension=php_ifx.dll -;extension=php_iisfunc.dll -;extension=php_imap.dll -;extension=php_interbase.dll -;extension=php_java.dll -;extension=php_ldap.dll -;extension=php_mcrypt.dll -;extension=php_mhash.dll -;extension=php_mime_magic.dll -;extension=php_ming.dll -;extension=php_mssql.dll -;extension=php_msql.dll -;extension=php_mysql.dll -;extension=php_oci8.dll -;extension=php_openssl.dll -;extension=php_oracle.dll -;extension=php_pdf.dll -;extension=php_pgsql.dll -;extension=php_shmop.dll -;extension=php_snmp.dll -;extension=php_sockets.dll -;extension=php_sybase_ct.dll -;extension=php_tidy.dll -;extension=php_w32api.dll -;extension=php_xmlrpc.dll -;extension=php_xsl.dll -;extension=php_yaz.dll -;extension=php_zip.dll - +extension=gettext.so +extension=mysql.so +extension=imap.so ;;;;;;;;;;;;;;;;;;; ; Module Settings ; @@ -679,7 +636,7 @@ ;sendmail_from = me@example.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). -;sendmail_path = +sendmail_path = /usr/sbin/sendmail -t -i ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of