[PHP-CVS] Re: svn: /php/php-src/ branches/PHP_5_3/ext/phar/tests/zip/phar_stub.phpt trunk/ext/phar/tests/zip/phar_stub.phpt

2009-09-22 Thread Greg Beaver
Dmitry Stogov wrote: > dmitry Mon, 21 Sep 2009 15:23:25 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=288535 > > Log: > Fixed tests (removed irrelevant check which makes test to fail from time to > time) > > Changed paths: > U php/p

[PHP-CVS] Re: svn: /php/php-src/ branches/PHP_5_3/ext/phar/phar.c trunk/ext/phar/phar.c

2009-11-09 Thread Greg Beaver
Rasmus Lerdorf wrote: > rasmus Mon, 09 Nov 2009 17:21:15 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=290435 > > Log: > Fix bug #50129 > > Bug: http://bugs.php.net/50129 (Open) phpinfo() reports "CVS revision" rather > than "SVN revision

[PHP-CVS] svn: / pear/peardoc/trunk/en/pyrus/extending/registry.xml pecl/phar/trunk/package.php pecl/phar/trunk/php_phar.h pecl/phar/trunk/tar.c pecl/phar/trunk/tests/tar/bug49910.phpt pecl/phar/trunk

2009-11-11 Thread Greg Beaver
cellog Wed, 11 Nov 2009 21:02:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=290527 Log: fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar tar support Bug: http://bugs.php.net/49910 (Open) no support for ././@LongL

[PHP-CVS] Re: svn: /php/php-src/trunk/ext/phar/tests/tar/ bug49910.phpt

2009-11-12 Thread Greg Beaver
David Coallier wrote: > davidc Thu, 12 Nov 2009 17:45:08 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=290603 > > Log: > - Added an extra skipif for zlib > > Changed paths: > U php/php-src/trunk/ext/phar/tests/tar/bug49910.phpt > >

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2009-11-12 Thread Greg Beaver
cellog Fri, 13 Nov 2009 00:41:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=290646 Log: fix completely random ordering of bugs in NEWS (what happened here?) Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/bra

[PHP-CVS] svn: / pecl/phar/trunk/package.php pecl/phar/trunk/phar_object.c pecl/phar/trunk/tests/phar_begin_setstub_commit.phpt pecl/phar/trunk/tests/phar_begin_setstub_commitU.phpt pecl/phar/trunk/te

2009-11-12 Thread Greg Beaver
cellog Fri, 13 Nov 2009 00:58:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=290647 Log: fix PHP Bug #49938: Phar::isBuffering() returns inverted value Bug: http://bugs.php.net/49938 (Analyzed) Phar::isBuffering() returns inverted value

[PHP-CVS] Re: svn: /php/php-src/branches/PHP_5_3/ext/phar/tests/ phar_buildfromdirectory6.phpt

2009-11-20 Thread Greg Beaver
Brian Shire wrote: > shireSat, 21 Nov 2009 05:40:16 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=291108 > > Log: > MFH: Fix phar regex test when '.php' is part of the path, instead be more > specific with '.php$' regex. > > Changed pat

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-05 Thread Greg Beaver
cellog Sat Jan 5 21:05:14 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: implement --FILE_EXTERNAL-- section for using an external file as --FILE--, use CGI for --EXPECTHEADERS--, fix --POST_RAW-- http://cvs.php.net/viewvc.cgi/php-sr

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2008-01-05 Thread Greg Beaver
cellog Sat Jan 5 21:05:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: implement --FILE_EXTERNAL-- section for using an external file as --FILE--, use CGI for --EXPECTHEADERS--, fix --POST_RAW-- http://cvs.php.net/viewvc.cgi/php-sr

[PHP-CVS] cvs: php-src / run-tests.php

2008-01-05 Thread Greg Beaver
cellog Sat Jan 5 21:04:55 2008 UTC Modified files: /php-srcrun-tests.php Log: implement --FILE_EXTERNAL-- section for using an external file as --FILE--, use CGI for --EXPECTHEADERS--, fix --POST_RAW-- http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2008-01-05 Thread Greg Beaver
cellog Sat Jan 5 21:39:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECTF-- or --EXPECTRE-- http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.

[PHP-CVS] cvs: php-src / run-tests.php

2008-01-05 Thread Greg Beaver
cellog Sat Jan 5 21:39:39 2008 UTC Modified files: /php-srcrun-tests.php Log: remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECTF-- or --EXPECTRE-- http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.338&r2=1.339&diff_forma

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-05 Thread Greg Beaver
cellog Sat Jan 5 21:39:47 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECTF-- or --EXPECTRE-- http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.

[PHP-CVS] cvs: php-src /ext/zlib zlib_filter.c /ext/zlib/tests zlib_filter_inflate2.phpt

2008-01-08 Thread Greg Beaver
cellog Wed Jan 9 06:42:56 2008 UTC Added files: /php-src/ext/zlib/tests zlib_filter_inflate2.phpt Modified files: /php-src/ext/zlib zlib_filter.c Log: fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headers ht

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/zlib zlib_filter.c /ext/zlib/tests zlib_filter_inflate2.phpt

2008-01-08 Thread Greg Beaver
cellog Wed Jan 9 06:45:15 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zlib/tests zlib_filter_inflate2.phpt Modified files: /php-srcNEWS /php-src/ext/zlib zlib_filter.c Log: fix Bug #43793: zlib filter is unable to a

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zlib zlib_filter.c /ext/zlib/tests zlib_filter_inflate2.phpt

2008-01-08 Thread Greg Beaver
cellog Wed Jan 9 06:45:36 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/zlib/tests zlib_filter_inflate2.phpt Modified files: /php-src/ext/zlib zlib_filter.c Log: fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib f

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zlib zlib_filter.c

2008-01-08 Thread Greg Beaver
cellog Wed Jan 9 07:03:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zlib zlib_filter.c Log: apply same fix of bug #43793 to zlib.deflate http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.6.2.2.2.4.2.2&r2=1.6.2.2.2.4.2.3&diff_form

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zlib zlib_filter.c

2008-01-08 Thread Greg Beaver
cellog Wed Jan 9 07:03:41 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zlib zlib_filter.c Log: apply same fix of bug #43793 to zlib.deflate http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.6.2.2.2.6&r2=1.6.2.2.2.7&diff_format=u Ind

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

2008-01-08 Thread Greg Beaver
cellog Wed Jan 9 07:03:49 2008 UTC Modified files: /php-src/ext/zlib zlib_filter.c Log: apply same fix of bug #43793 to zlib.deflate http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.17&r2=1.18&diff_format=u Index: php-src/ext/zlib/zlib_filte

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

2008-01-09 Thread Greg Beaver
cellog Wed Jan 9 08:12:15 2008 UTC Modified files: /php-src/ext/zlib zlib_filter.c Log: apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip) http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.18&r2=1.19&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zlib zlib_filter.c

2008-01-09 Thread Greg Beaver
cellog Wed Jan 9 08:12:26 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zlib zlib_filter.c Log: apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip) http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.6.2.2.2.7&r2=1.6.2.2.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zlib zlib_filter.c

2008-01-09 Thread Greg Beaver
cellog Wed Jan 9 08:12:34 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zlib zlib_filter.c Log: apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip) http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.6.2.2.2.4.2.3&r2=1.6.

[PHP-CVS] cvs: php-src /ext/zip config.w32 /ext/zip/lib zip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c zip_entry_new.c zip_error.c zip_error_clear.c zip_error_ge

2008-01-11 Thread Greg Beaver
cellog Sat Jan 12 03:42:42 2008 UTC Modified files: /php-src/ext/zipconfig.w32 /php-src/ext/zip/libzip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c zi

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip config.w32 /ext/zip/lib zip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c zip_entry_new.c zip_error.c zip_error_clear.c zip

2008-01-11 Thread Greg Beaver
cellog Sat Jan 12 03:43:06 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipconfig.w32 /php-src/ext/zip/libzip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip config.w32 /ext/zip/lib zip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c zip_entry_new.c zip_error.c zip_error_clear.c zip

2008-01-11 Thread Greg Beaver
cellog Sat Jan 12 03:46:48 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipconfig.w32 /php-src/ext/zip/libzip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip config.w32 /ext/zip/lib zip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c zip_entry_new.c zip_error.c zip_error_clear.c zip

2008-01-11 Thread Greg Beaver
cellog Sat Jan 12 03:48:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zipconfig.w32 /php-src/ext/zip/libzip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c

[PHP-CVS] cvs: php-src /ext/standard/tests/file include_userstream_002.phpt include_userstream_003.phpt /main/streams streams.c

2008-01-12 Thread Greg Beaver
cellog Sat Jan 12 15:50:17 2008 UTC Added files: /php-src/ext/standard/tests/fileinclude_userstream_003.phpt Modified files: /php-src/main/streams streams.c /php-src/ext/standard/tests/fileinclude_userstream_002.phpt Log:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file include_userstream_002.phpt include_userstream_003.phpt /main/streams streams.c

2008-01-12 Thread Greg Beaver
cellog Sat Jan 12 15:50:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/fileinclude_userstream_003.phpt Modified files: /php-src/ext/standard/tests/fileinclude_userstream_002.phpt /php-src/main/streams s

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/bz2 bz2_filter.c /ext/zlib zlib_filter.c

2008-01-12 Thread Greg Beaver
cellog Sat Jan 12 22:03:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zlib zlib_filter.c /php-src/ext/bz2bz2_filter.c Log: far better fix for bug #40189 http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.6.2.2.2.4.2.5&r2=1.

[PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/zlib zlib_filter.c

2008-01-12 Thread Greg Beaver
cellog Sat Jan 12 22:03:44 2008 UTC Modified files: /php-src/ext/zlib zlib_filter.c /php-src/ext/bz2bz2_filter.c Log: MFB: far better fix for bug #40189 http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.20&r2=1.21&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2_filter.c /ext/zlib zlib_filter.c

2008-01-12 Thread Greg Beaver
cellog Sat Jan 12 22:04:03 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zlib zlib_filter.c /php-src/ext/bz2bz2_filter.c Log: MFH: far better fix for bug #40189 http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.6.2.2.2.9&r2=1

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

2008-01-12 Thread Greg Beaver
cellog Sat Jan 12 22:28:04 2008 UTC Modified files: /php-src/ext/zlib zlib_filter.c Log: wrong file version merged in fix for Bug #40189, here is the correct fix http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.21&r2=1.22&diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/zip php_zip.c /ext/zip/lib zip.h zip_alias.h zipint.h zipint_alias.h

2008-01-12 Thread Greg Beaver
cellog Sun Jan 13 06:01:59 2008 UTC Added files: /php-src/ext/zip/libzip_alias.h zipint_alias.h Modified files: /php-src/ext/zipphp_zip.c /php-src/ext/zip/libzip.h zipint.h Log: MFPECL: alias all zip identifiers to

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip php_zip.c /ext/zip/lib zip.h zip_alias.h zipint.h zipint_alias.h

2008-01-12 Thread Greg Beaver
cellog Sun Jan 13 06:02:30 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/zip/libzip_alias.h zipint_alias.h Modified files: /php-src/ext/zipphp_zip.c /php-src/ext/zip/libzip.h zipint.h Log: MFH: alias all zip

[PHP-CVS] cvs: php-src /ext/zip php_zip.c /ext/zip/lib zipint_alias.h

2008-01-12 Thread Greg Beaver
cellog Sun Jan 13 06:24:27 2008 UTC Modified files: /php-src/ext/zipphp_zip.c /php-src/ext/zip/libzipint_alias.h Log: MFB: a few fixes: overwrote all my careful work in zipint_alias.h with zipint.h, so had to restore that. PHP_RAW_NAMED_FE() wo

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip php_zip.c /ext/zip/lib zipint_alias.h

2008-01-12 Thread Greg Beaver
cellog Sun Jan 13 06:22:27 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zipphp_zip.c /php-src/ext/zip/libzipint_alias.h Log: a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, so had to restore that. PHP_RAW_N

[PHP-CVS] cvs: php-src /main/streams streams.c

2008-01-13 Thread Greg Beaver
cellog Sun Jan 13 22:55:02 2008 UTC Modified files: /php-src/main/streams streams.c Log: use correct macro http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.158&r2=1.159&diff_format=u Index: php-src/main/streams/streams.c diff -u php-src/m

[PHP-CVS] cvs: php-src /ext/zip/lib zip.h

2008-01-13 Thread Greg Beaver
cellog Sun Jan 13 23:37:27 2008 UTC Modified files: /php-src/ext/zip/libzip.h Log: add missing define for statically-built zip ext http://cvs.php.net/viewvc.cgi/php-src/ext/zip/lib/zip.h?r1=1.7&r2=1.8&diff_format=u Index: php-src/ext/zip/lib/zip.h diff

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip/lib zip.h

2008-01-13 Thread Greg Beaver
cellog Sun Jan 13 23:37:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zip/libzip.h Log: MFH: add missing define for statically-built zip ext http://cvs.php.net/viewvc.cgi/php-src/ext/zip/lib/zip.h?r1=1.1.2.3.2.3&r2=1.1.2.3.2.4&diff_format=u

[PHP-CVS] cvs: php-src /ext/zip config.w32 /ext/zip/lib zip.h

2008-01-13 Thread Greg Beaver
cellog Mon Jan 14 03:15:50 2008 UTC Modified files: /php-src/ext/zipconfig.w32 /php-src/ext/zip/libzip.h Log: MFPECL: fix windows build for all cases, and always export symbols (Steph Fox) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/config.w3

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip config.w32 /ext/zip/lib zip.h

2008-01-13 Thread Greg Beaver
cellog Mon Jan 14 03:16:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zipconfig.w32 /php-src/ext/zip/libzip.h Log: MFH: fix windows build for all cases, and always export symbols (Steph Fox) http://cvs.php.net/viewvc.cgi/php-src/ext

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip config.w32 php_zip.c /ext/zip/lib zip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c zip_entry_new.c zip_error.c zip_error_c

2008-01-13 Thread Greg Beaver
cellog Mon Jan 14 03:19:42 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipconfig.w32 php_zip.c /php-src/ext/zip/libzip.h zip_add.c zip_add_dir.c zip_close.c zip_delete.c zip_dirent.c zip_entry_free.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip/lib zip_alias.h zipint_alias.h

2008-01-13 Thread Greg Beaver
cellog Mon Jan 14 03:58:03 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/libzip_alias.h zipint_alias.h Log: add missing alias .h files http://cvs.php.net/viewvc.cgi/php-src/ext/zip/lib/zip_alias.h?view=markup&rev=1.1 Index: php-src/ext/zip

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-13 Thread Greg Beaver
cellog Mon Jan 14 04:34:18 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: merge in cgi fixes from PHP_5_3 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.43&r2=1.226.2.37.2.44&diff_format=u Index: php-src/run-tests.

[PHP-CVS] cvs: php-src(PHP_5_2) /win32/build confutils.js

2008-01-17 Thread Greg Beaver
cellog Thu Jan 17 21:17:30 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/win32/buildconfutils.js Log: MFH: add errors when missing dependencies (Steph) http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.60.2.1.2.9&r2=1.60.2.1.2.10&

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip php_zip.c

2008-01-17 Thread Greg Beaver
cellog Fri Jan 18 00:20:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zipphp_zip.c Log: update module version number http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.38.2.6&r2=1.1.2.38.2.7&diff_format=u Index: php-src/ext/zip/php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip Makefile.frag config.m4

2008-01-17 Thread Greg Beaver
cellog Fri Jan 18 00:30:10 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/zipMakefile.frag Modified files: /php-src/ext/zipconfig.m4 Log: MFPECL: install headers http://cvs.php.net/viewvc.cgi/php-src/ext/zip/config.m4?r1=1.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip Makefile.frag config.m4 php_zip.c

2008-01-17 Thread Greg Beaver
cellog Fri Jan 18 00:31:23 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zipMakefile.frag Modified files: /php-src/ext/zipconfig.m4 php_zip.c Log: MF5.3: install headers, use correct zip version http://cvs.php.net/viewvc.c

[PHP-CVS] cvs: php-src /ext/zip Makefile.frag config.m4 php_zip.c

2008-01-17 Thread Greg Beaver
cellog Fri Jan 18 00:33:15 2008 UTC Modified files: /php-src/ext/zipMakefile.frag config.m4 php_zip.c Log: MF5.3: install headers, use correct zip version http://cvs.php.net/viewvc.cgi/php-src/ext/zip/Makefile.frag?r1=1.1&r2=1.2&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/zlib zlib_filter.c

2008-02-12 Thread Greg Beaver
cellog Tue Feb 12 23:29:18 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zlib zlib_filter.c /php-srcNEWS Log: MFH: fix potential memleak due to destruction of filterparams zval http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=

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

2008-02-12 Thread Greg Beaver
cellog Tue Feb 12 23:27:46 2008 UTC Modified files: /php-src/ext/zlib zlib_filter.c Log: fix potential memleak due to destruction of filterparams zval http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.22&r2=1.23&diff_format=u Index: php-src/ex

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zlib zlib_filter.c

2008-02-12 Thread Greg Beaver
cellog Tue Feb 12 23:28:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zlib zlib_filter.c Log: MFH: fix potential memleak due to destruction of filterparams zval http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_filter.c?r1=1.6.2.2.2.4.2.6&r2=1.6

[PHP-CVS] cvs: php-src(PHP_4_4) /pear Makefile.frag

2006-02-07 Thread Greg Beaver
cellog Wed Feb 8 01:11:59 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/pear Makefile.frag Log: fix Bug #36001: make install fails when --enable-memory-limit used http://cvs.php.net/viewcvs.cgi/php-src/pear/Makefile.frag?r1=1.28.2.7.4.1&r2=1.28.2.7.

[PHP-CVS] cvs: php-src(PHP_5_1) /pear Makefile.frag

2006-02-07 Thread Greg Beaver
cellog Wed Feb 8 01:12:13 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/pear Makefile.frag Log: MFB fix Bug #36001: make install fails when --enable-memory-limit used http://cvs.php.net/viewcvs.cgi/php-src/pear/Makefile.frag?r1=1.35.6.9&r2=1.35.6.10

[PHP-CVS] cvs: php-src(PHP_4_4) /pear install-pear.php /pear/PEAR Downloader.php REST.php /pear/PEAR/PackageFile/v2 Validator.php

2006-05-22 Thread Greg Beaver
4 @@ } // }}} -?> \ No newline at end of file +?> http://cvs.php.net/viewcvs.cgi/php-src/pear/PEAR/REST.php?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/pear/PEAR/REST.php diff -u php-src/pear/PEAR/REST.php:1.1.2.2 php-src/pear/PEAR/REST.php:1.1.2.3 --- php-src/pear/PEAR/REST.

Re: [PHP-CVS] cvs: phpruntests /phpt-tests hw.phpsample_expectheaders.phpt sample_fileexternal.phpt

2009-04-22 Thread Greg Beaver
Johannes Schlüter wrote: > Hi, > > On Wed, 2009-04-22 at 16:14 +, Zoe Slattery wrote: > >> --EXPECTHEADERS-- >> Status: 404 Not Found >> X-Powered-By: PHP/5.3.0RC2-dev >> Content-type: text/html >> >> --EXPECT-- > > shouldn't that support %s modifiers? I'm quite sure the X-Powered-By > heade

Re: [PHP-CVS] cvs: phpruntests /phpt-tests hw.phpsample_expectheaders.phpt sample_fileexternal.phpt

2009-04-22 Thread Greg Beaver
Johannes Schlüter wrote: > On Wed, 2009-04-22 at 17:37 -0500, Greg Beaver wrote: > >> Johannes Schlüter wrote: >> >>> Hi, >>> >>> On Wed, 2009-04-22 at 16:14 +, Zoe Slattery wrote: >>> >>> >>>> --EXP

[PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/sqlite3 php_sqlite3_structs.h sqlite3.c

2009-04-27 Thread Greg Beaver
Scott MacVicar wrote: > scottmac Mon Apr 27 18:16:46 2009 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/sqlite3 php_sqlite3_structs.h sqlite3.c > Log: > MFH Add the ability to enable exceptions rather than warnings for sqlite3, > needed for pyr

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests fatal_error_webphar.phpt /ext/phar/tests/files pear2coverage.phar.php

2009-04-28 Thread Greg Beaver
cellog Tue Apr 28 19:28:52 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests fatal_error_webphar.phpt /php-src/ext/phar/tests/files pear2coverage.phar.php Log: new test - test passes here, but the pear2coverage.phar.php segfaults in

[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}() http://cvs.php.net/viewvc.cgi/php-src/ext

[PHP-CVS] cvs: php-src(PHP_5_3) /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:27 2009 UTC Modified files: (Branch: PHP_5_3) /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}() http://cvs.php.net/viewv

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

2009-04-29 Thread Greg Beaver
Antony Dovgal wrote: > On 29.04.2009 07:24, Greg Beaver wrote: > >> cellog Wed Apr 29 03:24:27 2009 UTC >> >> Modified files: (Branch: PHP_5_3) >> /php-src/ext/pharphar.c phar_internal.h

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

2009-04-29 Thread Greg Beaver
Antony Dovgal wrote: > On 29.04.2009 17:50, Greg Beaver wrote: > >> Oh good - you can reproduce it! The segfault is not related to the >> commit, as you can see from the line in question (line 315 of >> phar_file_action is a zval_ptr_dtor of EG(return_value_ptr_ptr), wh

[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 wrappers

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

2009-04-29 Thread Greg Beaver
cellog Thu Apr 30 04:43:10 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests phar_construct_invalidurl.phpt Modified files: /php-srcNEWS /php-src/ext/phar phar.c Log: MFPECL fix PECL Bug #14646: phar error messa

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c

2009-05-03 Thread Greg Beaver
cellog Mon May 4 04:29:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: disable cause of mysterious segfault in PHP 5.3 only (5.2 is fine) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.266.2.59&r2=1.266.2.

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

2009-05-03 Thread Greg Beaver
cellog Mon May 4 04:30:50 2009 UTC Modified files: /php-src/ext/phar phar_object.c Log: MFB: disable mysterious segfault on PHP 5.3 (5.2 not affected) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.295&r2=1.296&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c

2009-05-04 Thread Greg Beaver
cellog Tue May 5 01:41:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_ob

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

2009-05-04 Thread Greg Beaver
cellog Tue May 5 01:42:06 2009 UTC Modified files: /php-src/ext/phar phar_object.c Log: MFB: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.

[PHP-CVS] Re: cvs: php-src(PHP_5_3) / UPGRADING

2009-05-06 Thread Greg Beaver
Kalle Sommer Nielsen wrote: > kalle Thu May 7 03:14:07 2009 UTC > > Modified files: (Branch: PHP_5_3) > /php-src UPGRADING > Log: > * use is a reserved keyword Hi, FYI, use has been a reserved keyword since the initial commit of zend_language_parser.y in October

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

2009-05-13 Thread Greg Beaver
cellog Wed May 13 20:25:44 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests/tar tar_nohash.phpt /php-src/ext/phar/tests/tar/files Net_URL-1.0.15.tgz Modified files: /php-srcNEWS /php-src/ext/phar phar.c phar_inte

[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/standard http_fopen_wrapper.c

2009-05-14 Thread Greg Beaver
cellog Thu May 14 13:36:45 2009 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: fix potential free of NULL http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.142&r2=1.143&diff_format=u Index: php-src/ext/stand

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard http_fopen_wrapper.c

2009-05-14 Thread Greg Beaver
cellog Thu May 14 13:36:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard http_fopen_wrapper.c Log: MFH: fix potential free of NULL http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.99.2.12.2.9.2.15&r2=1.99.2.12

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard http_fopen_wrapper.c

2009-05-14 Thread Greg Beaver
Jani Taskinen wrote: > > In the future, please MFH to PHP_5_2 such fixes. > > --Jani Hi Jani, 5_2 doesn't have this problem, otherwise I would have :) Greg -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard http_fopen_wrapper.c

2009-05-14 Thread Greg Beaver
Jani Taskinen wrote: > Greg Beaver kirjoitti: >> Jani Taskinen wrote: >>> In the future, please MFH to PHP_5_2 such fixes. >>> >>> --Jani >> >> Hi Jani, >> >> 5_2 doesn't have this problem, otherwise I would have :) > >

[PHP-CVS] cvs: php-src /ext/phar/tests/tar tar_nohash.phpt

2009-05-24 Thread Greg Beaver
cellog Sun May 24 18:47:54 2009 UTC Modified files: /php-src/ext/phar/tests/tar tar_nohash.phpt Log: add missing test http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/tar/tar_nohash.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/phar/tests/tar/tar_noha

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

2009-05-24 Thread Greg Beaver
cellog Sun May 24 18:50:38 2009 UTC Added files: /php-src/ext/phar/tests/tar phar_convert_phar4.phpt Modified files: /php-src/ext/phar phar_object.c Log: fix potential segfault when converting phars with metadata to other formats, add t

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar phar_object.c /ext/phar/tests/tar phar_convert_phar4.phpt

2009-05-24 Thread Greg Beaver
cellog Sun May 24 18:50:58 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests/tar phar_convert_phar4.phpt Modified files: /php-srcNEWS /php-src/ext/phar phar_object.c Log: MFH: fix potential segfault when converting

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar tar.c /ext/phar/tests/tar bignames_overflow.phpt /ext/phar/tests/tar/files make.dangerous.tar.php.inc

2009-06-04 Thread Greg Beaver
cellog Thu Jun 4 19:59:09 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests/tar bignames_overflow.phpt /php-src/ext/phar/tests/tar/files make.dangerous.tar.php.inc Modified files: /php-srcNEWS /php-src/ext/phar t

[PHP-CVS] cvs: php-src /ext/phar tar.c /ext/phar/tests/tar bignames_overflow.phpt /ext/phar/tests/tar/files make.dangerous.tar.php.inc

2009-06-04 Thread Greg Beaver
cellog Thu Jun 4 20:00:01 2009 UTC Modified files: /php-src/ext/phar tar.c /php-src/ext/phar/tests/tar bignames_overflow.phpt /php-src/ext/phar/tests/tar/files make.dangerous.tar.php.inc Log: MFPECL: fix security vulnerability in phar's handling of

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

2009-06-04 Thread Greg Beaver
cellog Fri Jun 5 04:44:55 2009 UTC Modified files: /php-src/ext/phar phar_object.c /php-src/ext/phar/tests phar_oo_011.phpt Log: fixed isset() on sub-directories (isset('blah') if file 'blah/foo.php' exists) http://cvs.php.net/viewvc.cgi/php-src/ext

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar phar_object.c /ext/phar/tests phar_oo_011.phpt

2009-06-04 Thread Greg Beaver
cellog Fri Jun 5 04:46:49 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/phar phar_object.c /php-src/ext/phar/tests phar_oo_011.phpt Log: MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists)

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-06-11 Thread Greg Beaver
cellog Thu Jun 11 14:40:43 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: update NEWS about phar.phar on windows http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.622&r2=1.2027.2.547.2.965.2.623&diff_format=u Index: php-src/NEW

[PHP-CVS] cvs: php-src /win32/build Makefile mkdist.php

2009-06-11 Thread Greg Beaver
cellog Thu Jun 11 14:43:03 2009 UTC Modified files: /php-src/win32/buildMakefile mkdist.php Log: MFB: add phar.phar generation to windows http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.54&r2=1.55&diff_format=u Index: php-src/win32/build

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build Makefile mkdist.php

2009-06-11 Thread Greg Beaver
cellog Thu Jun 11 14:39:37 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildMakefile mkdist.php Log: add phar.phar creation on windows http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.35.2.1.2.6.2.12&r2=1.35.2.1.2.6.2.13&diff

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-06-13 Thread Greg Beaver
cellog Sat Jun 13 16:43:05 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: fix criminally unclear NEWS entry by me http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.624&r2=1.2027.2.547.2.965.2.625&diff_format=u Index: php-src/NE

[PHP-CVS] cvs: php-src /ext/spl php_spl.c /ext/spl/tests spl_autoload_bug48541.phpt

2009-06-13 Thread Greg Beaver
cellog Sat Jun 13 17:28:35 2009 UTC Added files: /php-src/ext/spl/tests spl_autoload_bug48541.phpt Modified files: /php-src/ext/splphp_spl.c Log: fix Bug #48541: spl_autoload_register only registers first closure, then leaks the

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl php_spl.c /ext/spl/tests spl_autoload_bug48541.phpt

2009-06-13 Thread Greg Beaver
cellog Sat Jun 13 17:30:50 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests spl_autoload_bug48541.phpt Modified files: /php-srcNEWS /php-src/ext/splphp_spl.c Log: fix Bug #48541: spl_autoload_register only re

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-06-13 Thread Greg Beaver
cellog Sat Jun 13 17:34:22 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: remove missing erealloc entry that will go in php 5.2 NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.626&r2=1.2027.2.547.2.965.2.627&diff_format=

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/spl php_spl.c

2009-06-13 Thread Greg Beaver
cellog Sat Jun 13 17:35:38 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/splphp_spl.c Log: fix missing erealloc in fix for bug #40091, spl_autoload_register of more than 1 copy of the same method in different objects http://c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests phar_oo_010.phpt

2009-06-18 Thread Greg Beaver
cellog Thu Jun 18 18:12:04 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests phar_oo_010.phpt Log: fix EXPECT section of test http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/phar_oo_010.phpt?r1=1.7&r2=1.7.2.1&diff_format=u Index: php-sr

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

2009-06-18 Thread Greg Beaver
cellog Thu Jun 18 18:12:11 2009 UTC Modified files: /php-src/ext/phar/tests phar_oo_010.phpt Log: fix EXPECT section of test http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/phar_oo_010.phpt?r1=1.7&r2=1.8&diff_format=u Index: php-src/ext/phar/tests/phar

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar/phar pharcommand.inc

2009-06-24 Thread Greg Beaver
cellog Wed Jun 24 22:12:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/phar/phar pharcommand.inc Log: fix slightly unclear error message in generation of phar.phar http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.5

[PHP-CVS] cvs: php-src /ext/phar tar.c /ext/phar/phar pharcommand.inc /ext/phar/tests/tar tar_openssl_hash.phpt /ext/phar/tests/tar/files P1-1.0.0.tgz P1-1.0.0.tgz.pubkey

2009-06-24 Thread Greg Beaver
cellog Wed Jun 24 22:19:47 2009 UTC Added files: /php-src/ext/phar/tests/tar tar_openssl_hash.phpt /php-src/ext/phar/tests/tar/files P1-1.0.0.tgz P1-1.0.0.tgz.pubkey Modified files: /php-src/ext/phar tar.c /php-src/ext/phar/phar

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar/phar pharcommand.inc

2009-06-25 Thread Greg Beaver
Lukas Kahwe Smith wrote: > > On 25.06.2009, at 00:12, Greg Beaver wrote: > >> cellogWed Jun 24 22:12:47 2009 UTC >> >> Modified files: (Branch: PHP_5_3) >>/php-srcNEWS >>/php-src/ext/phar/pharpharcommand.inc >> L

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar tar.c /ext/phar/tests/tar tar_openssl_hash.phpt /ext/phar/tests/tar/files P1-1.0.0.tgz P1-1.0.0.tgz.pubkey

2009-06-30 Thread Greg Beaver
cellog Tue Jun 30 14:49:12 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests/tar tar_openssl_hash.phpt /php-src/ext/phar/tests/tar/files P1-1.0.0.tgz P1-1.0.0.tgz.pubkey Modified files: /php-srcNEWS /php-src/ext/pha

[PHP-CVS] svn: p ecl/phar/trunk/tar.c ecl/phar/trunk/tests/tar/bignames.phpt hp/php-src/branches/PHP_5_3/NEWS hp/php-src/branches/PHP_5_3/ext/phar/tar.c hp/php-src/branches/PHP_5_3/ext/phar/tests/tar/

2009-07-22 Thread Greg Beaver
cellog Wed, 22 Jul 2009 18:13:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=284618 Log: fix php bug #49018 (phar tar stores long filenames with prefix/name reversed) Bug: http://pecl.php.net/bugs/49018 (unknown) Changed paths: U

[PHP-CVS] svn: p ecl/phar/trunk/tar.c ecl/phar/trunk/tests/tar/bignames.phpt hp/php-src/branches/PHP_5_3/NEWS hp/php-src/branches/PHP_5_3/ext/phar/tar.c hp/php-src/branches/PHP_5_3/ext/phar/tests/tar/

2009-07-22 Thread Greg Beaver
cellog Wed, 22 Jul 2009 18:13:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=284618 Log: fix php bug #49018 (phar tar stores long filenames with prefix/name reversed) Bug: http://bugs.php.net/49018 (unknown) Changed paths: U pe

[PHP-CVS] svn: p ecl/phar/trunk/tar.c ecl/phar/trunk/tests/tar/bignames.phpt hp/php-src/branches/PHP_5_3/NEWS hp/php-src/branches/PHP_5_3/ext/phar/tar.c hp/php-src/branches/PHP_5_3/ext/phar/tests/tar/

2009-07-22 Thread Greg Beaver
cellog Wed, 22 Jul 2009 18:13:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=284618 Log: fix php bug #49018 (phar tar stores long filenames with prefix/name reversed) Bug: http://bugs.php.net/49018 (Closed) phar tar stores long filenames wit

  1   2   3   4   5   >