diff options
author | Greg Beaver <cellog@php.net> | 2008-02-13 15:00:31 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-02-13 15:00:31 +0000 |
commit | f72ce59e952db15edb1556d75de0704e97deb1de (patch) | |
tree | 1472fa37d44a6ec0588ea2687f436eda108523e0 /ext/phar/tests/frontcontroller22.phpt | |
parent | 54731fea32211abac517949aa88aa4dc79fac6d6 (diff) | |
download | php-git-f72ce59e952db15edb1556d75de0704e97deb1de.tar.gz |
remove refcount hack to workaround zlib memleak fixed in zlib
intercepted file functions now fall through if the file is not found in the phar, this allows access to external libraries
actually use include_path for locating files for inclusion and in file_get_contents/fopen when include_path is requested.
This allows applications like Zend Framework MVC implementation to function properly
Diffstat (limited to 'ext/phar/tests/frontcontroller22.phpt')
-rw-r--r-- | ext/phar/tests/frontcontroller22.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/frontcontroller22.phpt b/ext/phar/tests/frontcontroller22.phpt index c69b7f5037..7bbebc0b19 100644 --- a/ext/phar/tests/frontcontroller22.phpt +++ b/ext/phar/tests/frontcontroller22.phpt @@ -14,6 +14,6 @@ Content-type: text/html string(4) "test" string(12) "oof/test.php" -Warning: include(phar://%s/./hi.php): failed to open stream: phar error: "hi.php" is not a file in phar "%sfrontcontroller22.php" in phar://%s/oof/test.php on line %d +Warning: include(./hi.php): failed to open stream: No such file or directory in phar://%s/oof/test.php on line %d Warning: include(): Failed opening './hi.php' for inclusion (include_path='%s') in phar://%soof/test.php on line %d
\ No newline at end of file |