helly           Sat Jun 14 13:08:49 2003 EDT

  Modified files:              
    /php4/ext/standard  file.c 
  Log:
  Fix  ZTS mode
  
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.347 php4/ext/standard/file.c:1.348
--- php4/ext/standard/file.c:1.347      Fri Jun 13 17:33:59 2003
+++ php4/ext/standard/file.c    Sat Jun 14 13:08:49 2003
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.347 2003/06/13 21:33:59 pollita Exp $ */
+/* $Id: file.c,v 1.348 2003/06/14 17:08:49 helly Exp $ */
 
 /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
 
@@ -131,6 +131,7 @@
 {
        php_stream_context *context = (php_stream_context*)rsrc->ptr;
        zval_dtor(context->options);
+       context->options = NULL;
        php_stream_context_free(context);
 }
 



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

Reply via email to