History log of /PHP-5.5/ext/zip/php_zip.c (Results 101 – 125 of 137)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c76e5dd0 03-Jun-2007 Pierre Joye

- fix logic (goto is a gift, I should use it :)


# d5d2d6e3 03-Jun-2007 Pierre Joye

- pecl bug #11216, better fix, leak removed and improved test
- typo in news, better late than never (-d)


# ef952b03 03-Jun-2007 Pierre Joye

- PECL #11216, addEmptyDir crashes if the directory already exists


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1
# b65cdd07 19-May-2007 Pierre Joye

- use the same checks for zip_stat


# c009fc89 19-May-2007 Ilia Alshanetsky

CS fixes
Fixed a possible crash in the event directory cannot be created, due to a
double free.


Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 5ed63dd8 14-Mar-2007 Ilia Alshanetsky

Fixed a possible memory leak on open_basedir validation


# fc3a62ed 14-Mar-2007 Pierre Joye

- MFH: openbasedir and safemode check in ::open()


# b40b5b53 14-Mar-2007 Pierre Joye

- MFH: Fixed possible relative path issues in zip_open in TS mode (old API)


# 1c0b8e6f 14-Mar-2007 Pierre Joye

- rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without
confusing in head without confusion)
- Add safemode and open basedir checks in zip:// wrapper (revert Ilia's

- rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without
confusing in head without confusion)
- Add safemode and open basedir checks in zip:// wrapper (revert Ilia's
patch). Bug found by Stefan Esser in his MOPB-20-2007

show more ...


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2
# 601a77b3 29-Jan-2007 Pierre Joye

- #40228, ZipArchive::extractTo does create empty directories
recursively


Revision tags: php-5.2.1RC4, php-5.2.1RC3
# cbf6f5b5 07-Jan-2007 Ilia Alshanetsky

Fixed memory leaks on error


# 3eaf46af 06-Jan-2007 Nuno Lopes

fix a few memleaks and double-free()s on error conditions


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 32d078f8 25-Dec-2006 Antony Dovgal

MFH


# 6077df1a 24-Dec-2006 Hannes Magnusson

Fix typo


# eaf3d321 23-Dec-2006 Ilia Alshanetsky

Safety checks


Revision tags: php-5.2.1RC1
# a7026489 28-Nov-2006 Pierre Joye

- fix warning
- addEmptyDir returns true on success
- remove useless semi column


# c0b0d0a8 12-Nov-2006 Nuno Lopes

fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)


# 232bb79b 11-Nov-2006 Nuno Lopes

fix leaks within zip entries in several tests


# d6802e10 09-Nov-2006 Nuno Lopes

statification of local functions and variables.
also remove a few uneeded global variables
interesting new warnings:
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objec

statification of local functions and variables.
also remove a few uneeded global variables
interesting new warnings:
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objects_clone' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning: 'zif_xmlwriter_start_dtd_entity' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning: 'zif_xmlwriter_end_dtd_entity' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning: 'zif_xmlwriter_write_dtd_entity' defined but not used

show more ...


# 8ad0c6d5 03-Nov-2006 Pierre Joye

- MFH:
- fix possible leak in statName and statIndex
- add addEmptyDir() method
- add zip_stat_init,zip_clear_error and zip_file_clear_error
- add tests
- Fix protos (Hannes)

- MFH:
- fix possible leak in statName and statIndex
- add addEmptyDir() method
- add zip_stat_init,zip_clear_error and zip_file_clear_error
- add tests
- Fix protos (Hannes)
- setComment return value on success (Hannes)

show more ...


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# 85985ad8 24-Sep-2006 Pierre Joye

- #38943, properties in extended class cannot be set
- use zend_object_std_init instead of a manual initialisation


# a0aabcca 15-Sep-2006 Pierre Joye

- MFH: PECL Bug #8700, zipArchive::getFromIndex() fails


Revision tags: php-5.2.0RC4
# bb2d53e7 12-Sep-2006 Pierre Joye

- PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH,
it now uses expand_filepath


# 3f0f73be 06-Sep-2006 Pierre Joye

- bump version, 5.2.0 will have zip-2.0.0-stable


123456