diff options
| author | Anatol Belski <ab@php.net> | 2016-12-01 01:37:24 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-12-01 01:37:24 +0100 |
| commit | b869f22c4bb296764ebea3da8d40985559012a8b (patch) | |
| tree | 794f311fbf1d3fbbaccd119b17edcfe1b99450a8 /ext/pgsql | |
| parent | ae2f68d8a5868e90583765aca86c501f27664ef9 (diff) | |
| parent | 60c875b0722ce22af535ab69917519d3824293bf (diff) | |
| download | php-git-b869f22c4bb296764ebea3da8d40985559012a8b.tar.gz | |
Merge branch 'PHP-7.1'
* PHP-7.1:
fix dir separator
Update NEWS for the build
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/tests/09notice.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/tests/09notice.phpt b/ext/pgsql/tests/09notice.phpt index fb5dc8325c..64ab068e4a 100644 --- a/ext/pgsql/tests/09notice.phpt +++ b/ext/pgsql/tests/09notice.phpt @@ -70,5 +70,5 @@ string(0) "" array(0) { } -Warning: pg_last_notice(): Invalid option specified (99) in %s/09notice.php on line %d +Warning: pg_last_notice(): Invalid option specified (99) in %s%e09notice.php on line %d bool(false) |
