History log of /php-src/ext/phar/phar_object.c (Results 501 – 525 of 729)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 3190bd08 23-Apr-2008 Greg Beaver

increase code coverage, fix minor memleak

# ab1d8adb 23-Apr-2008 Greg Beaver

fix default format conversion, increase code coverage

# 3b8fc730 23-Apr-2008 Greg Beaver

new test increases code coverage, fix memleak found by test

# c0346835 23-Apr-2008 Greg Beaver

new test for Phar::isValidPharFilename. Fix Phar::isValidPharFilename. Fix extension detection for all cases

# 19088c19 23-Apr-2008 Greg Beaver

remove/move unreachable code

# 1dc190e6 23-Apr-2008 Greg Beaver

improve rewrite callback support, add test for callback that does not return string/false

# ce573211 23-Apr-2008 Greg Beaver

new test for invalid rewrite callback

# 76b8f306 23-Apr-2008 Greg Beaver

new test for webPhar with phar.extract_list

# 5224d341 22-Apr-2008 Greg Beaver

ensure freeing of cwd/name happens in all cases

# 0338b289 22-Apr-2008 Greg Beaver

re-enable disabled cwd code

# d8b4c279 22-Apr-2008 Greg Beaver

remove unreachable code, add test for large non-php file

# 379bcf1f 22-Apr-2008 Greg Beaver

remove unreachable code

# cb8f158c 22-Apr-2008 Greg Beaver

fix PATH_INFO munging, add to test case

# 5ac9c1f2 22-Apr-2008 Greg Beaver

remove unreachable code, add test for no file extension and unknown file extension with Phar::webPhar

# 4388a65a 21-Apr-2008 Greg Beaver

fix Phar::mount() to also allow running externally with full phar:// path, add test

# e0873a38 21-Apr-2008 Greg Beaver

fix Phar::running()

# 25cdc7de 21-Apr-2008 Greg Beaver

fix discovery of files hidden in a URL - makes using any regular front controller possible

# 2f56c7f3 21-Apr-2008 Greg Beaver

new test for custom 404 handler, fix segfault found by test

# 779fec22 21-Apr-2008 Greg Beaver

implement opendir for mounted directories - much simpler to do than I initially thought

# 3d858f4a 21-Apr-2008 Greg Beaver

implement symbolic link support within a tar-based phar archive
this also resulted in a major fix for mounted directories, which were recycling the 'link' field which
could cause stupid confl

implement symbolic link support within a tar-based phar archive
this also resulted in a major fix for mounted directories, which were recycling the 'link' field which
could cause stupid conflicts with actual links, so move that to new 'tmp' field.

show more ...

# f870b8ae 19-Apr-2008 Greg Beaver

fix ZTS build and Phar::isValidPharFilename

# c4f502fa 18-Apr-2008 Greg Beaver

COMPLETELY rework filename extension detection. Now the only requirements are:
1 - executable phars must contain '.phar' in the filename
2 - non-executable phars must not contain '.phar' and

COMPLETELY rework filename extension detection. Now the only requirements are:
1 - executable phars must contain '.phar' in the filename
2 - non-executable phars must not contain '.phar' and must have an extension of at least 1 character

In addition, phar filenames must exist if opened for read, and the directory containing the phar must exist if opened for creation
if opened for creation, the file must not already exist
[DOC]

show more ...

Revision tags: RELEASE_1_0_2
# 31596d1b 14-Apr-2008 Steph Fox

- Fix ZTS build

# 0814b2df 12-Apr-2008 Greg Beaver

fix build if SPL is disabled

# b0f281b1 11-Apr-2008 Greg Beaver

restore Phar->compress/decompress() to simplify $phar->convertToExecutable(NULL, Phar::GZ) to $phar->compress(Phar::GZ)
[DOC]

1...<<21222324252627282930