joey            Mon Mar 28 02:26:06 2005 EDT

  Modified files:              
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  Adding comments to .ini files at [EMAIL PROTECTED]'s request.
  
  
http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.225&r2=1.226&ty=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.225 php-src/php.ini-dist:1.226
--- php-src/php.ini-dist:1.225  Mon Feb 28 19:23:31 2005
+++ php-src/php.ini-dist        Mon Mar 28 02:26:06 2005
@@ -550,9 +550,11 @@
 ; extension_dir directive above.
 
 
-;Windows Extensions
-;Note that ODBC support is built in, so no dll is needed for it.
-;
+; Windows Extensions
+; Note that ODBC support is built in, so no dll is needed for it.
+; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
+; extension folders as well as the separate PECL DLL download (PHP 5).
+; Be sure to appropriately set the extensions_dir directive.
 
 ;extension=php_bz2.dll
 ;extension=php_cpdf.dll
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.170&r2=1.171&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.170 php-src/php.ini-recommended:1.171
--- php-src/php.ini-recommended:1.170   Mon Feb 28 19:23:31 2005
+++ php-src/php.ini-recommended Mon Mar 28 02:26:06 2005
@@ -608,9 +608,11 @@
 ; extension_dir directive above.
 
 
-;Windows Extensions
-;Note that ODBC support is built in, so no dll is needed for it.
-;
+; Windows Extensions
+; Note that ODBC support is built in, so no dll is needed for it.
+; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
+; extension folders as well as the separate PECL DLL download (PHP 5).
+; Be sure to appropriately set the extensions_dir directive.
 
 ;extension=php_bz2.dll
 ;extension=php_cpdf.dll

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to