sixd Thu, 15 Apr 2010 19:22:01 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=298055
Log: Fix php.ini comment typo Changed paths: U php/php-src/branches/PHP_5_3/php.ini-development U php/php-src/branches/PHP_5_3/php.ini-production U php/php-src/trunk/php.ini-development U php/php-src/trunk/php.ini-production Modified: php/php-src/branches/PHP_5_3/php.ini-development =================================================================== --- php/php-src/branches/PHP_5_3/php.ini-development 2010-04-15 18:56:23 UTC (rev 298054) +++ php/php-src/branches/PHP_5_3/php.ini-development 2010-04-15 19:22:01 UTC (rev 298055) @@ -1381,7 +1381,7 @@ ; http://php.net/pgsql.ignore-notice pgsql.ignore_notice = 0 -; Log PostgreSQL backends Noitce message or not. +; Log PostgreSQL backends Notice message or not. ; Unless pgsql.ignore_notice=0, module cannot log notice message. ; http://php.net/pgsql.log-notice pgsql.log_notice = 0 Modified: php/php-src/branches/PHP_5_3/php.ini-production =================================================================== --- php/php-src/branches/PHP_5_3/php.ini-production 2010-04-15 18:56:23 UTC (rev 298054) +++ php/php-src/branches/PHP_5_3/php.ini-production 2010-04-15 19:22:01 UTC (rev 298055) @@ -1389,7 +1389,7 @@ ; http://php.net/pgsql.ignore-notice pgsql.ignore_notice = 0 -; Log PostgreSQL backends Noitce message or not. +; Log PostgreSQL backends Notice message or not. ; Unless pgsql.ignore_notice=0, module cannot log notice message. ; http://php.net/pgsql.log-notice pgsql.log_notice = 0 Modified: php/php-src/trunk/php.ini-development =================================================================== --- php/php-src/trunk/php.ini-development 2010-04-15 18:56:23 UTC (rev 298054) +++ php/php-src/trunk/php.ini-development 2010-04-15 19:22:01 UTC (rev 298055) @@ -1355,7 +1355,7 @@ ; http://php.net/pgsql.ignore-notice pgsql.ignore_notice = 0 -; Log PostgreSQL backends Noitce message or not. +; Log PostgreSQL backends Notice message or not. ; Unless pgsql.ignore_notice=0, module cannot log notice message. ; http://php.net/pgsql.log-notice pgsql.log_notice = 0 Modified: php/php-src/trunk/php.ini-production =================================================================== --- php/php-src/trunk/php.ini-production 2010-04-15 18:56:23 UTC (rev 298054) +++ php/php-src/trunk/php.ini-production 2010-04-15 19:22:01 UTC (rev 298055) @@ -1363,7 +1363,7 @@ ; http://php.net/pgsql.ignore-notice pgsql.ignore_notice = 0 -; Log PostgreSQL backends Noitce message or not. +; Log PostgreSQL backends Notice message or not. ; Unless pgsql.ignore_notice=0, module cannot log notice message. ; http://php.net/pgsql.log-notice pgsql.log_notice = 0
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php