summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-08-23 20:57:30 +0000
committerfoobar <sniper@php.net>2002-08-23 20:57:30 +0000
commit06c6a96721d59a911d45195101a684a67d05c116 (patch)
tree606f0f24d015f16f3526908cefc0cc3e6e52f704 /ext/pgsql/pgsql.c
parent53e6c079076414d718052298cde30d3d6e565045 (diff)
downloadphp-git-06c6a96721d59a911d45195101a684a67d05c116.tar.gz
ws fix
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 1cb96a5d4f..71fdc1e9d5 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -194,7 +194,7 @@ zend_module_entry pgsql_module_entry = {
PHP_RINIT(pgsql),
PHP_RSHUTDOWN(pgsql),
PHP_MINFO(pgsql),
- NO_VERSION_YET,
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};
/* }}} */
@@ -1551,8 +1551,8 @@ PHP_FUNCTION(pg_trace)
ZEND_WRONG_PARAM_COUNT();
break;
}
-
- ZEND_FETCH_RESOURCE2(pgsql, PGconn *, z_pgsql_link, id, "PostgreSQL link", le_link, le_plink);
+
+ ZEND_FETCH_RESOURCE2(pgsql, PGconn *, z_pgsql_link, id, "PostgreSQL link", le_link, le_plink);
convert_to_string_ex(z_filename);
stream = php_stream_open_wrapper(Z_STRVAL_PP(z_filename), mode, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL);