diff options
Diffstat (limited to 'ext/pgsql')
-rw-r--r-- | ext/pgsql/README | 1 | ||||
-rw-r--r-- | ext/pgsql/config.m4 | 2 | ||||
-rw-r--r-- | ext/pgsql/tests/nonblocking.inc | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/ext/pgsql/README b/ext/pgsql/README index 26f7aad02d..11f112dfc0 100644 --- a/ext/pgsql/README +++ b/ext/pgsql/README @@ -232,4 +232,3 @@ bool pg_ping(resource db) Again, experimental functions are subject to be changed without notice. - diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index 8201e88dba..684da977d9 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -107,5 +107,3 @@ if test "$PHP_PGSQL" != "no"; then PHP_NEW_EXTENSION(pgsql, pgsql.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) fi - - diff --git a/ext/pgsql/tests/nonblocking.inc b/ext/pgsql/tests/nonblocking.inc index 4cf7c09a51..c121c62413 100644 --- a/ext/pgsql/tests/nonblocking.inc +++ b/ext/pgsql/tests/nonblocking.inc @@ -35,4 +35,3 @@ function nb_consume($db, $db_socket) { } }; - |