From: Christopher Jones Date: Wed, 28 Apr 2010 17:26:59 +0000 (+0000) Subject: Mask schemaname in error messages X-Git-Tag: php-5.3.3RC1~241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b3e080098da6c28f61d4e7117137edc97a59553;p=php Mask schemaname in error messages --- diff --git a/ext/oci8/tests/commit_002.phpt b/ext/oci8/tests/commit_002.phpt index d46ea29922..1819fe116b 100644 --- a/ext/oci8/tests/commit_002.phpt +++ b/ext/oci8/tests/commit_002.phpt @@ -80,11 +80,11 @@ oci_close($c); --EXPECTF-- First Insert -Could not execute: ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_X) %s +Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s Second Insert Warning: oci_commit(): ORA-02091: %s -ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d +ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d Could not commit: ORA-02091: %s -ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s +ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s ===DONE=== diff --git a/ext/oci8/tests/refcur_prefetch_1.phpt b/ext/oci8/tests/refcur_prefetch_1.phpt index c603fdd5bb..904e4da1ff 100644 --- a/ext/oci8/tests/refcur_prefetch_1.phpt +++ b/ext/oci8/tests/refcur_prefetch_1.phpt @@ -175,7 +175,7 @@ array(2) { } Warning: oci_execute(): ORA-01002: %s -ORA-06512: at "SYSTEM.REFCURPKG", line %d +ORA-06512: at "%s.REFCURPKG", line %d ORA-06512: at line %d in %s on line %d Fetch Row from PL/SQL NULL @@ -218,7 +218,7 @@ array(2) { } Warning: oci_execute(): ORA-01002: %s -ORA-06512: at "SYSTEM.REFCURPKG", line %d +ORA-06512: at "%s.REFCURPKG", line %d ORA-06512: at line %d in %s on line %d Fetch Row from PL/SQL NULL