--- embedaddon/php/ext/pgsql/tests/bug37100.phpt 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/pgsql/tests/bug37100.phpt 2013/10/14 08:02:28 1.1.1.2 @@ -3,7 +3,7 @@ Bug #37100 (data is returned truncated with BINARY CUR --SKIPIF-- ='); +skip_bytea_not_escape(); ?> --FILE-- ='); include 'config.inc'; $db = pg_connect($conn_str); +@pg_query("SET bytea_output = 'escape'"); @pg_query('DROP TABLE test_bug');