iliaa Thu Jan 9 18:09:42 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: MFH Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.5 php4/ext/standard/file.c:1.279.2.6 --- php4/ext/standard/file.c:1.279.2.5 Tue Dec 31 11:35:27 2002 +++ php4/ext/standard/file.c Thu Jan 9 18:09:41 2003 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.279.2.5 2002/12/31 16:35:27 sebastian Exp $ */ +/* $Id: file.c,v 1.279.2.6 2003/01/09 23:09:41 iliaa Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -2242,7 +2242,7 @@ efree(lineEnd); efree(temp); efree(buf); - zval_ptr_dtor(&return_value); + zval_dtor(return_value); RETURN_FALSE; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php