1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Files
archived-php-src/ext/phar
Greg Beaver 37c684ab3d 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
2008-06-27 01:21:12 +00:00
..
2008-06-21 18:57:53 +00:00
2008-06-21 19:40:41 +00:00
2008-06-24 01:11:27 +00:00
2008-06-23 03:55:50 +00:00
2008-06-23 19:18:01 +00:00
2008-06-21 20:14:43 +00:00