]> granicus.if.org Git - php/commitdiff
remove FIXME - it's been fixed
authorGreg Beaver <cellog@php.net>
Sat, 29 Dec 2007 02:04:09 +0000 (02:04 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 29 Dec 2007 02:04:09 +0000 (02:04 +0000)
ext/phar/phar_object.c

index 7357b9b52223d3d5dd9f157a9fb9df9fd2196698..9e2ee4a3c5054a02e818f24a9f1e6984600a67e7 100755 (executable)
@@ -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;