abies           Sun Jan 25 10:18:03 2004 EDT

  Modified files:              
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  MySQL is no longer built in by default
  
http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.203&r2=1.204&ty=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.203 php-src/php.ini-dist:1.204
--- php-src/php.ini-dist:1.203  Wed Dec 17 21:06:00 2003
+++ php-src/php.ini-dist        Sun Jan 25 10:18:02 2004
@@ -531,7 +531,7 @@
 
 
 ;Windows Extensions
-;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
+;Note that ODBC support is now built in, so no dll is needed for it.
 ;
 ;extension=php_bz2.dll
 ;extension=php_cpdf.dll
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.148&r2=1.149&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.148 php-src/php.ini-recommended:1.149
--- php-src/php.ini-recommended:1.148   Wed Dec 17 21:06:00 2003
+++ php-src/php.ini-recommended Sun Jan 25 10:18:02 2004
@@ -550,7 +550,7 @@
 
 
 ;Windows Extensions
-;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
+;Note that ODBC support is now built in, so no dll is needed for it.
 ;
 ;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