zeev Mon Aug 16 08:25:40 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main main.c
Log:
MFH
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.1&r2=1.604.2.2&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.604.2.1 php-src/main/main.c:1.604.2.2
--- php-src/main/main.c:1.604.2.1 Fri Aug 13 03:08:46 2004
+++ php-src/main/main.c Mon Aug 16 08:25:40 2004
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.604.2.1 2004/08/13 07:08:46 derick Exp $ */
+/* $Id: main.c,v 1.604.2.2 2004/08/16 12:25:40 zeev Exp $ */
/* {{{ includes
*/
@@ -1562,6 +1562,7 @@
EG(exit_status) = 0;
if (php_handle_special_queries(TSRMLS_C)) {
+ zend_file_handle_dtor(primary_file);
return 0;
}
#ifndef HAVE_BROKEN_GETCWD
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php