]> granicus.if.org Git - php/commit
optimize phar filename extension detection to first search through known phars. ...
authorGreg Beaver <cellog@php.net>
Wed, 7 May 2008 17:24:22 +0000 (17:24 +0000)
committerGreg Beaver <cellog@php.net>
Wed, 7 May 2008 17:24:22 +0000 (17:24 +0000)
commitf134a909c3199ae0a1b23b53c8cd66703ea62bb8
tree22bdf11cce920c0e6cb796b9331e70e52b8127dc
parentae26f18c732c86de925afa2aa397b0b12432efab
optimize phar filename extension detection to first search through known phars.  This eliminates several stat/realpath calls for archives with lots of files
ext/phar/phar.c
ext/phar/phar_internal.h
ext/phar/phar_object.c
ext/phar/tar.c
ext/phar/tests/phar_convert_again.phpt
ext/phar/zip.c