mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- MFH: Fixed bug #47255 (Typo in php.ini files)
This commit is contained in:
parent
8dab524e82
commit
4d754de109
2 changed files with 2 additions and 2 deletions
|
@ -919,7 +919,7 @@ pgsql.max_links = -1
|
|||
; Notice message logging require a little overheads.
|
||||
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.
|
||||
pgsql.log_notice = 0
|
||||
|
||||
|
|
|
@ -971,7 +971,7 @@ pgsql.max_links = -1
|
|||
; Notice message logging require a little overheads.
|
||||
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.
|
||||
pgsql.log_notice = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue