From: Yasuo Ohgaki Date: Sun, 7 Apr 2002 05:21:43 +0000 (+0000) Subject: Nuke waring with ZTS build X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~832 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbe3dfda5f86139b98ab692c2b11f9b01e0d0c53;p=php Nuke waring with ZTS build --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 9e2b278857..8b3fa87a84 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1501,7 +1501,7 @@ PHP_FUNCTION(pg_trace) int id = -1; PGconn *pgsql; char *mode = "w"; - FILE *fp; + FILE *fp = NULL; php_stream *stream; id = PGG(default_link);