diff options
author | Jordan Rogers <fbrogers@gmail.com> | 2012-08-21 10:20:35 -0300 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-08-23 15:41:57 +0200 |
commit | 73cd044f5c81a1600f63103a33318e20163f5095 (patch) | |
tree | 2eede3ad3542497478f6a8165b5e6d22da164132 /phpBB/includes/db/postgres.php | |
parent | ac81611b90cc07887d67012a19fa7f6422870d51 (diff) | |
download | forums-73cd044f5c81a1600f63103a33318e20163f5095.tar forums-73cd044f5c81a1600f63103a33318e20163f5095.tar.gz forums-73cd044f5c81a1600f63103a33318e20163f5095.tar.bz2 forums-73cd044f5c81a1600f63103a33318e20163f5095.tar.xz forums-73cd044f5c81a1600f63103a33318e20163f5095.zip |
[ticket/11066] Remove debug code error_reporting(E_ALL) from mssqlnative.php
For some reason, all errors are just flipped on before connecting to the
database, despite the system as a whole having a different setting for
displayable errors. Had to add & ~E_STRICT in PHP 5.4.5 to suppress Strict
Standards messages, but I would assume that the db piece shouldn't be involved
with setting error_reporting at all.
PHPBB3-11066
Diffstat (limited to 'phpBB/includes/db/postgres.php')
0 files changed, 0 insertions, 0 deletions