]> granicus.if.org Git - php/commit
in preparation for a performance optimization that involves
authorGreg Beaver <cellog@php.net>
Fri, 27 Jun 2008 01:21:12 +0000 (01:21 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 27 Jun 2008 01:21:12 +0000 (01:21 +0000)
commit37c684ab3da9899046c221e207074f91cd405800
tree447e808ae981d3025a01e478b1646b1304c8cf9b
parent424b5b2929a7a995bfbf3ede647846561fa4fa97
in preparation for a performance optimization that involves
eliminating phar's interception of zend_compile in favor of a new to-be-added hook in PHP 5.3+,
allow "include 'phar:///path/to/my.phar';" to work as equivalent to
php /path/to/my.phar
this slight change in scripting still allows inclusion and execution of phar stub, but removes the need to
check and modify path in zend_compile, which allows us to play much nicer with external tools like
debuggers/opcode caches
ext/phar/cgidebug
ext/phar/phar.c
ext/phar/phar.phar
ext/phar/stream.c
ext/phar/tests/017.phpt
ext/phar/tests/tar/tar_bz2.phpt
ext/phar/tests/zip/phar_magic.phpt