Browse Source

Fix php.ini comment typo

pull/12/head
Christopher Jones 17 years ago
parent
commit
ff515d0ee4
  1. 2
      php.ini-development
  2. 2
      php.ini-production

2
php.ini-development

@ -1381,7 +1381,7 @@ pgsql.max_links = -1
; http://php.net/pgsql.ignore-notice ; http://php.net/pgsql.ignore-notice
pgsql.ignore_notice = 0 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. ; Unless pgsql.ignore_notice=0, module cannot log notice message.
; http://php.net/pgsql.log-notice ; http://php.net/pgsql.log-notice
pgsql.log_notice = 0 pgsql.log_notice = 0

2
php.ini-production

@ -1389,7 +1389,7 @@ pgsql.max_links = -1
; http://php.net/pgsql.ignore-notice ; http://php.net/pgsql.ignore-notice
pgsql.ignore_notice = 0 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. ; Unless pgsql.ignore_notice=0, module cannot log notice message.
; http://php.net/pgsql.log-notice ; http://php.net/pgsql.log-notice
pgsql.log_notice = 0 pgsql.log_notice = 0

Loading…
Cancel
Save