diff options
| author | Greg Beaver <cellog@php.net> | 2008-06-27 01:21:12 +0000 |
|---|---|---|
| committer | Greg Beaver <cellog@php.net> | 2008-06-27 01:21:12 +0000 |
| commit | 37c684ab3da9899046c221e207074f91cd405800 (patch) | |
| tree | 447e808ae981d3025a01e478b1646b1304c8cf9b /sapi/apache_hooks/mod_php5.c | |
| parent | 424b5b2929a7a995bfbf3ede647846561fa4fa97 (diff) | |
| download | php-git-37c684ab3da9899046c221e207074f91cd405800.tar.gz | |
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
Diffstat (limited to 'sapi/apache_hooks/mod_php5.c')
0 files changed, 0 insertions, 0 deletions
