From: Christopher Jones Date: Thu, 15 Apr 2010 19:22:01 +0000 (+0000) Subject: Fix php.ini comment typo X-Git-Tag: php-5.3.3RC1~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff515d0ee4713040eb230cdfcc0c86aef621e218;p=php Fix php.ini comment typo --- diff --git a/php.ini-development b/php.ini-development index 2eecc139ff..5da1206dc8 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1381,7 +1381,7 @@ pgsql.max_links = -1 ; 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 diff --git a/php.ini-production b/php.ini-production index c84d830465..71288e0b1b 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1389,7 +1389,7 @@ pgsql.max_links = -1 ; 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