diff options
| author | Greg Beaver <cellog@php.net> | 2008-03-12 03:55:12 +0000 |
|---|---|---|
| committer | Greg Beaver <cellog@php.net> | 2008-03-12 03:55:12 +0000 |
| commit | 0262e844c4c18a9d1b6574df444b3f6adb5f835a (patch) | |
| tree | 4d9583b592f9bb5f234cacab634618f7f16838d3 /ext/phar/tests/phar_commitwrite.phpt | |
| parent | 70e30449bb2d55c9698eb5d0c787d20e3b5c1a23 (diff) | |
| download | php-git-0262e844c4c18a9d1b6574df444b3f6adb5f835a.tar.gz | |
implement full support and usage of phar stream in include_path, for both 5.2 and 5.3.
5.3 code expects the proposed patch for stream wrapper in include_path to be committed
5.2 code only supports phar stream wrapper in include_path.
this is a 2-step process. After this, more magic, particularly in funcinterceptors.c will be
converted to use phar_resolve_path, which is far safer than the current implementation.
this needs windows and 5.2 testing unix/windows
Diffstat (limited to 'ext/phar/tests/phar_commitwrite.phpt')
| -rw-r--r-- | ext/phar/tests/phar_commitwrite.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_commitwrite.phpt b/ext/phar/tests/phar_commitwrite.phpt index 2693f0262f..63878355b0 100644 --- a/ext/phar/tests/phar_commitwrite.phpt +++ b/ext/phar/tests/phar_commitwrite.phpt @@ -29,7 +29,7 @@ unlink(dirname(__FILE__) . '/brandnewphar.phar'); __HALT_COMPILER(); ?> --EXPECT-- -int(6573) +int(6651) string(200) "<?php function __autoload($class) { |
