diff -Naur php-4.3.2RC2/php.ini-dist php-4.3.2RC2.new/php.ini-dist --- php-4.3.2RC2/php.ini-dist 2003-04-05 14:40:40.000000000 +0300 +++ php-4.3.2RC2.new/php.ini-dist 2003-05-07 13:41:03.000000000 +0300 @@ -420,7 +420,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 @@ -513,7 +513,8 @@ ; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. - +extension=mysql.so +extension=imap.so ;Windows Extensions ;Note that MySQL and ODBC support is now built in, so no dll is needed for it. @@ -582,7 +583,7 @@ sendmail_from = me@localhost.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). -;sendmail_path = +sendmail_path = /usr/sbin/sendmail -t -i [Java] ;java.class.path = .\php_java.jar diff -Naur php-4.3.2RC2/php.ini-recommended php-4.3.2RC2.new/php.ini-recommended --- php-4.3.2RC2/php.ini-recommended 2003-04-05 14:40:40.000000000 +0300 +++ php-4.3.2RC2.new/php.ini-recommended 2003-05-07 13:41:10.000000000 +0300 @@ -435,7 +435,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 @@ -528,7 +528,8 @@ ; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. - +extension=mysql.so +extension=imap.so ;Windows Extensions ;Note that MySQL and ODBC support is now built in, so no dll is needed for it. @@ -597,7 +598,7 @@ sendmail_from = me@localhost.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). -;sendmail_path = +sendmail_path = /usr/sbin/sendmail -t -i [Java] ;java.class.path = .\php_java.jar