History log of /php-src/ext/phar/phar_object.c (Results 351 – 375 of 729)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 96dd763d 26-Jul-2009 Greg Beaver

fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6)

# 23f78071 26-Jul-2009 Greg Beaver

fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6)

# 732f4af0 26-Jul-2009 Greg Beaver

re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem

# 9a677532 26-Jul-2009 Greg Beaver

re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem

# cfbd6d85 25-Jul-2009 Greg Beaver

more php6 fixes for phar, fix more tests

# fba6dd1c 25-Jul-2009 Greg Beaver

more php6 fixes for phar, fix more tests

# d39fda5f 24-Jul-2009 Greg Beaver

begin work on making phar php6-ready

# e8756a3c 24-Jul-2009 Greg Beaver

begin work on making phar php6-ready

# 96740db9 24-Jul-2009 Greg Beaver

fix PHAR_ARG_INFO #define to work with PHP major versions > 5

# 54b20e7d 24-Jul-2009 Greg Beaver

fix PHAR_ARG_INFO #define to work with PHP major versions > 5

# c92396a8 24-Jul-2009 Greg Beaver

merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt

# d68cc96e 24-Jul-2009 Greg Beaver

merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt

# 2a0668d5 24-Jul-2009 Greg Beaver

fix signature generation/validation for zip archives by phar extension, fix a few edge cases where memory was leaked on error conditions by missing efree()

# 42e0e5df 24-Jul-2009 Greg Beaver

fix signature generation/validation for zip archives by phar extension, fix a few edge cases where memory was leaked on error conditions by missing efree()

# 09072ae3 23-Jul-2009 Greg Beaver

fix PHP Bug #48377: error message unclear on converting phar with existing file

# 115e370d 23-Jul-2009 Greg Beaver

fix PHP Bug #48377: error message unclear on converting phar with existing file

Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# fb86c3f7 05-Jun-2009 Greg Beaver

MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists)

# 9948c520 05-Jun-2009 Greg Beaver

fixed isset() on sub-directories (isset('blah') if file 'blah/foo.php' exists)

Revision tags: php-5.2.10RC1
# 1c30b43e 24-May-2009 Greg Beaver

MFH: fix potential segfault when converting phars with metadata to other formats, add test

# ce8cc1c9 24-May-2009 Greg Beaver

fix potential segfault when converting phars with metadata to other formats, add test

Revision tags: php-5.3.0RC2
# a7e1d6e5 05-May-2009 Greg Beaver

MFB: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block

# 6f101e7c 05-May-2009 Greg Beaver

remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block

# 60ed6848 04-May-2009 Greg Beaver

MFB: disable mysterious segfault on PHP 5.3 (5.2 not affected)

# 6eb6df3a 04-May-2009 Greg Beaver

disable cause of mysterious segfault in PHP 5.3 only (5.2 is fine)

# f2174480 29-Apr-2009 Greg Beaver

MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()

1...<<11121314151617181920>>...30