pajoye Mon May 4 15:20:17 2009 UTC Modified files: /php-src php.ini-development php.ini-production Log: - win extension_dir http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.7&r2=1.8&diff_format=u Index: php-src/php.ini-development diff -u php-src/php.ini-development:1.7 php-src/php.ini-development:1.8 --- php-src/php.ini-development:1.7 Fri Apr 10 15:18:55 2009 +++ php-src/php.ini-development Mon May 4 15:20:17 2009 @@ -809,6 +809,8 @@ ; Directory in which the loadable extensions (modules) reside. ; http://php.net/extension-dir ; extension_dir = "./" +; On windows: +; extension_dir = "ext" ; 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 http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.7&r2=1.8&diff_format=u Index: php-src/php.ini-production diff -u php-src/php.ini-production:1.7 php-src/php.ini-production:1.8 --- php-src/php.ini-production:1.7 Fri Apr 10 15:18:55 2009 +++ php-src/php.ini-production Mon May 4 15:20:17 2009 @@ -809,6 +809,8 @@ ; Directory in which the loadable extensions (modules) reside. ; http://php.net/extension-dir ; extension_dir = "./" +; On windows: +; extension_dir = "ext" ; 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php