From: Jon Parise Date: Sun, 29 Jul 2001 01:46:37 +0000 (+0000) Subject: Fix typo. X-Git-Tag: PRE_ENGINE2_SPLIT~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0fa32b6462a9c503b46dc633921684d5867a063;p=php Fix typo. --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 97d25bf124..a83b564cd1 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1144,7 +1144,7 @@ static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) int i, num_fields, pgsql_row; char *element, *field_name; uint element_len; - TSRMLS__FETCH(); + TSRMLS_FETCH(); switch (ZEND_NUM_ARGS()) { case 1: @@ -1812,7 +1812,7 @@ PHP_FUNCTION(pg_loimport) int id = -1; PGconn *pgsql; Oid oid; - TSRMLS__FETCH(); + TSRMLS_FETCH(); switch (ZEND_NUM_ARGS()) { case 1: