tony2001                Fri May 19 10:24:43 2006 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src/main       streams.c 
  Log:
  MFH: initialize factory
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/streams.c?r1=1.125.2.100.2.2&r2=1.125.2.100.2.3&diff_format=u
Index: php-src/main/streams.c
diff -u php-src/main/streams.c:1.125.2.100.2.2 
php-src/main/streams.c:1.125.2.100.2.3
--- php-src/main/streams.c:1.125.2.100.2.2      Sun Jan  1 13:47:00 2006
+++ php-src/main/streams.c      Fri May 19 10:24:42 2006
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: streams.c,v 1.125.2.100.2.2 2006/01/01 13:47:00 sniper Exp $ */
+/* $Id: streams.c,v 1.125.2.100.2.3 2006/05/19 10:24:42 tony2001 Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
@@ -445,7 +445,7 @@
  * charsets (for example) but still be able to provide them all as filters */
 PHPAPI php_stream_filter *php_stream_filter_create(const char *filtername, 
const char *filterparams, int filterparamslen, int persistent TSRMLS_DC)
 {
-       php_stream_filter_factory *factory;
+       php_stream_filter_factory *factory = NULL;
        php_stream_filter *filter = NULL;
        int n;
        char *period;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to