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
|
#
e85a3787 |
| 06-Sep-2006 |
Pierre Joye |
- wrong cast, strlen is int
|
#
eee95ef3 |
| 06-Sep-2006 |
Nuno Lopes |
MFH zend_parse_parameters() fixes
|
#
ad58ad26 |
| 06-Sep-2006 |
Pierre Joye |
- MFH: zip_open takes only one parameter (Thx Nuno L.)
|
Revision tags: php-5.2.0RC3 |
|
#
46ce362f |
| 26-Aug-2006 |
Pierre Joye |
- don't rely/use VCWD_REALPATH, use expand_filepath instead NB: that'd to be true for all this VCWD mess
|
#
8e54de1d |
| 25-Aug-2006 |
Pierre Joye |
- bundled matches pecl 1.7.1
|
#
5c8533aa |
| 24-Aug-2006 |
Pierre Joye |
- solve the relative path issues in TS environment
|
Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4 |
|
#
4b7358e4 |
| 14-Aug-2006 |
Pierre Joye |
- nuke unused parameter (not present in old versions)
|
#
284ce40c |
| 13-Aug-2006 |
Pierre Joye |
- MFH: locateName should not change the state/error, can be used to test an entry
|
#
8d077353 |
| 13-Aug-2006 |
Pierre Joye |
- MFP: - add overwrite mode to ZipArchive::open, always starts a new archive - Fix safe mode checks on extract - Fix possible leaks when a safe mode error has been raised
|
#
9d26a88c |
| 13-Aug-2006 |
Pierre Joye |
- temp fix for a segfault happening when one adds two entries with the same name
|