[PHP-CVS] cvs: php-src /ext/phar phar.c phar_internal.h tar.c /ext/phar/tests/tar require_hash.phpt /ext/phar/tests/tar/files Net_URL-1.0.15.tgz

2009-05-13 Thread Greg Beaver
cellog Wed May 13 20:26:18 2009 UTC Modified files: /php-src/ext/phar phar.c phar_internal.h tar.c /php-src/ext/phar/tests/tar require_hash.phpt /php-src/ext/phar/tests/tar/files Net_URL-1.0.15.tgz Log: MFB: fix Bug #48257: PharData throws exception

[PHP-CVS] cvs: php-src /ext/phar phar.c

2009-05-01 Thread Antony Dovgal
tony2001Fri May 1 09:22:02 2009 UTC Modified files: /php-src/ext/phar phar.c Log: initialize ext_len http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.398r2=1.399diff_format=u Index: php-src/ext/phar/phar.c diff -u

[PHP-CVS] cvs: php-src /ext/phar phar.c /ext/phar/tests phar_construct_invalidurl.phpt

2009-04-29 Thread Greg Beaver
cellog Thu Apr 30 04:40:31 2009 UTC Added files: /php-src/ext/phar/tests phar_construct_invalidurl.phpt Modified files: /php-src/ext/phar phar.c Log: MFPECL: fixed PECL Bug #14646: phar error message unclear with php stream

[PHP-CVS] cvs: php-src /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-28 Thread Greg Beaver
cellog Wed Apr 29 03:24:09 2009 UTC Modified files: /php-src/ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c Log: MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()

[PHP-CVS] cvs: php-src /ext/phar phar.c zip.c

2009-02-15 Thread Greg Beaver
cellog Sun Feb 15 20:29:26 2009 UTC Modified files: /php-src/ext/phar phar.c zip.c Log: MFB: fix all remaining big-endian issues http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.394r2=1.395diff_format=u Index: php-src/ext/phar/phar.c diff -u

[PHP-CVS] cvs: php-src /ext/phar phar.c

2009-01-02 Thread Ilia Alshanetsky
iliaa Fri Jan 2 20:43:58 2009 UTC Modified files: /php-src/ext/phar phar.c Log: MFB: Fixed a possible crash when phar_create_signature() fails http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.393r2=1.394diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/phar phar.c

2008-10-25 Thread Greg Beaver
cellog Sun Oct 26 05:51:04 2008 UTC Modified files: /php-src/ext/phar phar.c Log: last commit was an old patch, revert faulty line http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.391r2=1.392diff_format=u Index: php-src/ext/phar/phar.c diff -u

[PHP-CVS] cvs: php-src /ext/phar phar.c tar.c zip.c

2008-10-12 Thread Antony Dovgal
tony2001Sun Oct 12 21:09:10 2008 UTC Modified files: /php-src/ext/phar phar.c tar.c zip.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.389r2=1.390diff_format=u Index: php-src/ext/phar/phar.c diff -u

[PHP-CVS] cvs: php-src /ext/phar phar.c

2008-09-29 Thread Greg Beaver
cellog Tue Sep 30 02:40:38 2008 UTC Modified files: /php-src/ext/phar phar.c Log: MFB: fix Bug #46194: SIGSEGV when requested file is not found http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.386r2=1.387diff_format=u Index: php-src/ext/phar/phar.c

[PHP-CVS] cvs: php-src /ext/phar phar.c /ext/phar/tests bug46178.phpt

2008-09-26 Thread Greg Beaver
cellog Fri Sep 26 16:30:10 2008 UTC Modified files: /php-src/ext/phar phar.c /php-src/ext/phar/tests bug46178.phpt Log: MFB: fix bug #46178: memory leak in ext/phar http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.384r2=1.385diff_format=u

[PHP-CVS] cvs: php-src /ext/phar phar.c stream.c

2008-09-26 Thread Greg Beaver
cellog Fri Sep 26 23:35:11 2008 UTC Modified files: /php-src/ext/phar phar.c stream.c Log: MFB: fix 017.phpt in streams.c, and very dangerous intercepting of file functions in all cases introduced in multi-threaded fix

[PHP-CVS] cvs: php-src /ext/phar phar.c /ext/phar/tests/zip/files frontcontroller.phar.zip frontcontroller10.phar.zip frontcontroller11.phar.zip frontcontroller12.phar.zip frontcontroller2.phar.zip f

2008-05-30 Thread Greg Beaver
cellog Fri May 30 22:49:46 2008 UTC Modified files: /php-src/ext/phar phar.c /php-src/ext/phar/tests/zip/files frontcontroller.phar.zip frontcontroller10.phar.zip

[PHP-CVS] cvs: php-src /ext/phar phar.c /ext/phar/tests/zip unixzip.phpt

2008-05-29 Thread Greg Beaver
cellog Thu May 29 17:34:58 2008 UTC Modified files: /php-src/ext/phar phar.c /php-src/ext/phar/tests/zip unixzip.phpt Log: MFB: fix PECL bug #13981: Third-party zips fail entry interrogation

[PHP-CVS] cvs: php-src /ext/phar phar.c

2008-05-28 Thread Stanislav Malyshev
stasWed May 28 21:50:41 2008 UTC Modified files: /php-src/ext/phar phar.c Log: MF5: Fix code path in phar_open_compiled_file() that tries to open not-yet-loaded phar and fails on compressed files # By Gregory's request # Sorry, can't find how to write

[PHP-CVS] cvs: php-src /ext/phar phar.c phar_internal.h phar_object.c tar.c

2008-05-24 Thread Steph Fox
sfoxSat May 24 13:59:57 2008 UTC Modified files: /php-src/ext/phar phar.c phar_internal.h phar_object.c tar.c Log: - MFB fix offset detection in tar files http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.374r2=1.375diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/phar phar.c phar_object.c tar.c util.c zip.c

2008-05-24 Thread Steph Fox
sfoxSat May 24 14:18:31 2008 UTC Modified files: /php-src/ext/phar phar.c phar_object.c tar.c util.c zip.c Log: - MFB major fixes * found felipe's segfault in util.c and fixed the segfault (3 tests fail due to odd behavior of . and .. on this machine)