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

2009-02-05 Thread Pierre-Alain Joye
pajoye Thu Feb 5 19:53:22 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c php_zip.h Log: - Fixed a crash on extract in zip when files or directories entry names contain a relative path. (affects only 5.2 as it is a limitation in

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

2009-01-01 Thread Pierre-Alain Joye
pajoye Fri Jan 2 00:12:29 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - MFH: fix filename property read http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.47r2=1.1.2.48diff_format=u Index:

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

2008-11-12 Thread Felipe Pena
felipe Wed Nov 12 17:50:37 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - MFH: Removed unused variables http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.45r2=1.1.2.46diff_format=u Index: php-src/ext/zip/php_zip.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c php_zip.h /ext/zip/tests bug14962.phpt bug38943.inc bug38943.phpt bug38943_2.phpt bug7658.phpt oo_delete.phpt

2008-11-12 Thread Pierre-Alain Joye
pajoye Wed Nov 12 11:59:26 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/tests bug14962.phpt bug38943.inc bug38943_2.phpt Modified files: /php-src/ext/zipphp_zip.c php_zip.h /php-src/ext/zip/tests bug38943.phpt

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

2007-12-15 Thread Hannes Magnusson
bjori Sat Dec 15 12:52:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Fix protos http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.38r2=1.1.2.39diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests oo_properties.phpt

2007-08-06 Thread Hannes Magnusson
bjori Mon Aug 6 22:02:32 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/tests oo_properties.phpt Modified files: /php-src/ext/zipphp_zip.c Log: MFH: - Fix isset/empty($ZipArchive-property) MFH: - Add test

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

2007-06-04 Thread Antony Dovgal
tony2001Mon Jun 4 06:38:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: fix ws http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.36r2=1.1.2.37diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

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

2007-06-03 Thread Pierre-Alain Joye
pajoye Sun Jun 3 21:34:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - fix logic (goto is a gift, I should use it :) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.35r2=1.1.2.36diff_format=u Index:

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

2007-05-19 Thread Ilia Alshanetsky
iliaa Sat May 19 19:29:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: CS fixes Fixed a possible crash in the event directory cannot be created, due to a double free.

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

2007-05-19 Thread Pierre-Alain Joye
pajoye Sat May 19 22:25:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - use the same checks for zip_stat http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.32r2=1.1.2.33diff_format=u Index:

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

2007-03-14 Thread Pierre-Alain Joye
pajoye Wed Mar 14 12:06:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - MFH: openbasedir and safemode check in ::open() http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.29r2=1.1.2.30diff_format=u Index:

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

2007-03-14 Thread Ilia Alshanetsky
iliaa Wed Mar 14 15:02:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Fixed a possible memory leak on open_basedir validation http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.30r2=1.1.2.31diff_format=u

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

2007-03-14 Thread Pierre
On 3/14/07, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Wed Mar 14 15:02:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Fixed a possible memory leak on open_basedir validation Thanks! Please don't forget to merge in HEAD

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests bug40228.phpt bug40228.zip

2007-01-29 Thread Pierre-Alain Joye
pajoye Mon Jan 29 15:25:06 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/tests bug40228.phpt bug40228.zip Modified files: /php-src/ext/zipphp_zip.c Log: - #40228, ZipArchive::extractTo does create empty directories

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

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:16:26 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: fix a few memleaks and double-free()s on error conditions http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.24r2=1.1.2.25diff_format=u Index:

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

2007-01-06 Thread Ilia Alshanetsky
iliaa Sun Jan 7 03:12:14 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Fixed memory leaks on error http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.25r2=1.1.2.26diff_format=u Index: php-src/ext/zip/php_zip.c

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

2006-12-25 Thread Antony Dovgal
tony2001Mon Dec 25 22:40:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.22r2=1.1.2.23diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

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

2006-12-23 Thread Hannes Magnusson
bjori Sun Dec 24 01:29:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.21r2=1.1.2.22diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

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

2006-11-27 Thread Pierre-Alain Joye
pajoye Tue Nov 28 01:31:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - fix warning - addEmptyDir returns true on success - remove useless semi column

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

2006-11-11 Thread Nuno Lopes
nlopess Sat Nov 11 23:43:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c /php-src/ext/zip/libzip_fclose.c Log: fix leaks within zip entries in several tests

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

2006-11-11 Thread Nuno Lopes
nlopess Sun Nov 12 00:31:04 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests 38943.phpt

2006-09-24 Thread Pierre-Alain Joye
pajoye Sun Sep 24 22:27:57 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/tests 38943.phpt Modified files: /php-src/ext/zipphp_zip.c Log: - #38943, properties in extended class cannot be set - use zend_object_std_init

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests bug8700.phpt

2006-09-15 Thread Pierre-Alain Joye
pajoye Fri Sep 15 12:12:25 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/tests bug8700.phpt Modified files: /php-src/ext/zipphp_zip.c Log: - MFH: PECL Bug #8700, zipArchive::getFromIndex() fails

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

2006-09-12 Thread Pierre-Alain Joye
pajoye Tue Sep 12 12:02:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH, it now uses expand_filepath

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

2006-09-06 Thread Pierre-Alain Joye
pajoye Wed Sep 6 13:03:55 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - MFH: zip_open takes only one parameter (Thx Nuno L.) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.8r2=1.1.2.9diff_format=u Index:

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

2006-09-06 Thread Pierre-Alain Joye
pajoye Wed Sep 6 17:38:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - bump version, 5.2.0 will have zip-2.0.0-stable http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.11r2=1.1.2.12diff_format=u Index:

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

2006-09-06 Thread Pierre-Alain Joye
pajoye Wed Sep 6 17:24:41 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - wrong cast, strlen is int http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.10r2=1.1.2.11diff_format=u Index: php-src/ext/zip/php_zip.c

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

2006-08-26 Thread Pierre-Alain Joye
pajoye Sat Aug 26 12:23:43 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - don't rely/use VCWD_REALPATH, use expand_filepath instead NB: that'd to be true for all this VCWD mess

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

2006-08-26 Thread Andi Gutmans
I missed the discussion about this. Is there a bug in VCWD_REALPATH()? Can you explain? Thanks. -Original Message- From: Pierre-Alain Joye [mailto:[EMAIL PROTECTED] Sent: Saturday, August 26, 2006 5:24 AM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip

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

2006-08-25 Thread Pierre-Alain Joye
pajoye Fri Aug 25 16:03:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - bundled matches pecl 1.7.1 http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.6r2=1.1.2.7diff_format=u Index: php-src/ext/zip/php_zip.c

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

2006-08-24 Thread Pierre-Alain Joye
pajoye Thu Aug 24 16:37:14 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - solve the relative path issues in TS environment http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.5r2=1.1.2.6diff_format=u Index:

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

2006-08-14 Thread Pierre-Alain Joye
pajoye Mon Aug 14 15:07:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - nuke unused parameter (not present in old versions) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.4r2=1.1.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/lib zip.h zip_open.c zip_replace.c

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 21:09:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c /php-src/ext/zip/libzip.h zip_open.c zip_replace.c Log: - MFP: - add overwrite mode to ZipArchive::open, always starts a new archive - Fix safe

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests oo_namelocate.phpt

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 23:43:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c /php-src/ext/zip/tests oo_namelocate.phpt Log: - MFH: locateName should not change the state/error, can be used to test an entry

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

2006-07-28 Thread Ilia Alshanetsky
iliaa Fri Jul 28 13:59:06 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Cleanup phpinfo() output http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1r2=1.1.2.1diff_format=u Index: php-src/ext/zip/php_zip.c diff -u