wez             Sat Dec 20 15:25:55 2003 EDT

  Modified files:              
    /php-src/main/streams       transports.c 
  Log:
  MFB fix for #25597
  
  
Index: php-src/main/streams/transports.c
diff -u php-src/main/streams/transports.c:1.8 php-src/main/streams/transports.c:1.9
--- php-src/main/streams/transports.c:1.8       Sat Nov 29 16:46:50 2003
+++ php-src/main/streams/transports.c   Sat Dec 20 15:25:55 2003
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: transports.c,v 1.8 2003/11/29 21:46:50 wez Exp $ */
+/* $Id: transports.c,v 1.9 2003/12/20 20:25:55 wez Exp $ */
 
 #include "php.h"
 #include "php_streams_int.h"
@@ -78,7 +78,7 @@
                                        return stream;
                                }
                                /* dead - kill it */
-                               php_stream_close(stream);
+                               php_stream_pclose(stream);
                                stream = NULL;
 
                                /* fall through */

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

Reply via email to