From: Yasuo Ohgaki Date: Sun, 16 Feb 2014 07:40:58 +0000 (+0900) Subject: It seems travis needs ending >? X-Git-Tag: php-5.6.0alpha3~1^2~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a2b39269f16fb962b352d9b5501af2386b953f4;p=php It seems travis needs ending >? --- diff --git a/ext/pgsql/tests/config.inc b/ext/pgsql/tests/config.inc index d363d943f6..367f1ef9ba 100644 --- a/ext/pgsql/tests/config.inc +++ b/ext/pgsql/tests/config.inc @@ -14,3 +14,4 @@ $table_def = "CREATE TABLE ${table_name} (num int, str text, bin bytea);"; $table_def_92 = "CREATE TABLE ${table_name_92} (textary text[], jsn json);"; $field_name = "num"; // For pg_field_num() +?>