From: Greg Beaver Date: Sat, 29 Dec 2007 02:04:09 +0000 (+0000) Subject: remove FIXME - it's been fixed X-Git-Tag: RELEASE_2_0_0a1~1081 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9320ac989345d375e6e14ce3cfcccd5537500e88;p=php remove FIXME - it's been fixed --- diff --git a/ext/phar/phar_object.c b/ext/phar/phar_object.c index 7357b9b522..9e2ee4a3c5 100755 --- a/ext/phar/phar_object.c +++ b/ext/phar/phar_object.c @@ -459,9 +459,6 @@ PHP_METHOD(Phar, webPhar) * Reads the currently executed file (a phar) and registers its manifest */ PHP_METHOD(Phar, mapPhar) { - /* FIXME: both this and webPhar leak an entire phar entry if included from within a - script that accesses the phar - phar_open_compiled_file needs to check for - pre-existing and return gracefully if found */ char *fname, *alias = NULL, *error, *plain_map; int fname_len, alias_len = 0; long dataoffset;