tony2001 Tue Aug 3 02:19:17 2004 EDT Modified files: /php-src php.ini-dist php.ini-recommended Log: fix typo in php.ini: paramAters -> paramEters http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.215&r2=1.216&ty=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.215 php-src/php.ini-dist:1.216 --- php-src/php.ini-dist:1.215 Thu Jul 15 15:09:37 2004 +++ php-src/php.ini-dist Tue Aug 3 02:19:16 2004 @@ -617,7 +617,7 @@ ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of ; the 5th parameter to mail(), even in safe mode. -;mail.force_extra_paramaters = +;mail.force_extra_parameters = [SQL] sql.safe_mode = Off http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.159&r2=1.160&ty=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.159 php-src/php.ini-recommended:1.160 --- php-src/php.ini-recommended:1.159 Thu Jul 15 15:09:37 2004 +++ php-src/php.ini-recommended Tue Aug 3 02:19:16 2004 @@ -675,7 +675,7 @@ ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of ; the 5th parameter to mail(), even in safe mode. -;mail.force_extra_paramaters = +;mail.force_extra_parameters = [SQL] sql.safe_mode = Off
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php