pajoye          Mon May  4 15:20:38 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.1.2.8&r2=1.1.2.9&diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.1.2.8 php-src/php.ini-development:1.1.2.9
--- php-src/php.ini-development:1.1.2.8 Fri Apr 10 01:18:49 2009
+++ php-src/php.ini-development Mon May  4 15:20:38 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.1.2.8&r2=1.1.2.9&diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.1.2.8 php-src/php.ini-production:1.1.2.9
--- php-src/php.ini-production:1.1.2.8  Fri Apr 10 01:18:49 2009
+++ php-src/php.ini-production  Mon May  4 15:20:38 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

Reply via email to