From: foobar Date: Fri, 23 Aug 2002 20:57:30 +0000 (+0000) Subject: ws fix X-Git-Tag: RELEASE_0_91~284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06c6a96721d59a911d45195101a684a67d05c116;p=php ws fix --- 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);