sniper          Wed Jul 13 04:20:36 2005 EDT

  Modified files:              
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  fix typo
  
http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.230&r2=1.231&ty=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.230 php-src/php.ini-dist:1.231
--- php-src/php.ini-dist:1.230  Thu May  5 08:22:48 2005
+++ php-src/php.ini-dist        Wed Jul 13 04:20:32 2005
@@ -564,7 +564,7 @@
 ; 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.
+; Be sure to appropriately set the extension_dir directive.
 
 ;extension=php_mbstring.dll
 ;extension=php_bz2.dll
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.178&r2=1.179&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.178 php-src/php.ini-recommended:1.179
--- php-src/php.ini-recommended:1.178   Fri Jul  1 19:47:08 2005
+++ php-src/php.ini-recommended Wed Jul 13 04:20:32 2005
@@ -622,7 +622,7 @@
 ; 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.
+; Be sure to appropriately set the extension_dir directive.
 
 ;extension=php_mbstring.dll
 ;extension=php_bz2.dll

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

Reply via email to