Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed memory leaks on error | Ilia Alshanetsky | 2007-01-07 | 1 | -0/+3 |
| | |||||
* | fix a few memleaks and double-free()s on error conditions | Nuno Lopes | 2007-01-06 | 1 | -3/+9 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 10 | -10/+10 |
| | |||||
* | - #39952 zip ignoring --with-libdir on zlib checks (judas dot | Pierre Joye | 2006-12-26 | 1 | -1/+1 |
| | | | | | iscariote at gmail dot com) | ||||
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -2/+2 |
| | |||||
* | Fix typo | Hannes Magnusson | 2006-12-24 | 1 | -1/+1 |
| | |||||
* | Safety checks | Ilia Alshanetsky | 2006-12-23 | 2 | -16/+15 |
| | |||||
* | Fix win32 build | Frank M. Kromann | 2006-12-01 | 1 | -1/+1 |
| | |||||
* | last set of zts fixes | Ilia Alshanetsky | 2006-11-30 | 1 | -6/+5 |
| | |||||
* | - fix warning | Pierre Joye | 2006-11-28 | 1 | -4/+4 |
| | | | | | | - addEmptyDir returns true on success - remove useless semi column | ||||
* | renamed to oo_getcomment.phpt | Hannes Magnusson | 2006-11-16 | 1 | -26/+0 |
| | |||||
* | - mv oo_get_comment.phpt oo_getcomment.phpt | Pierre Joye | 2006-11-15 | 1 | -0/+26 |
| | |||||
* | #9278 and #39506, force the binary mode for the zip operation only. At least ↵ | Pierre Joye | 2006-11-15 | 3 | -5/+11 |
| | | | | I do not have to set/restore it in each function. | ||||
* | #39506 and PECL #9278, should fix the problem for the other SAPI (works for ↵ | Pierre Joye | 2006-11-15 | 1 | -0/+4 |
| | | | | | | | CLI, CGI and embed) see: http://news.php.net/php.internals/26606 for the details | ||||
* | fix leak in oo_stream.phpt | Nuno Lopes | 2006-11-12 | 1 | -3/+9 |
| | |||||
* | fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt) | Nuno Lopes | 2006-11-12 | 1 | -1/+3 |
| | |||||
* | fix leaks within zip entries in several tests | Nuno Lopes | 2006-11-11 | 2 | -8/+17 |
| | |||||
* | fix leak in oo_setArchiveComment.phpt | Nuno Lopes | 2006-11-11 | 2 | -1/+4 |
| | |||||
* | - fix leak in zip_close when the function's succeeded | Pierre Joye | 2006-11-11 | 1 | -1/+1 |
| | |||||
* | statification of local functions and variables. | Nuno Lopes | 2006-11-09 | 2 | -100/+60 |
| | | | | | | | | | | 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 | ||||
* | - MFH: | Pierre Joye | 2006-11-03 | 25 | -78/+681 |
| | | | | | | | | | | - 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) | ||||
* | MFH tests | Hannes Magnusson | 2006-10-09 | 1 | -0/+0 |
| | |||||
* | fix tests | Antony Dovgal | 2006-10-02 | 4 | -5/+5 |
| | |||||
* | Rename utils.php to utils.inc | Hannes Magnusson | 2006-10-02 | 1 | -0/+0 |
| | |||||
* | - #38944, freshly created archive has no comment or cdir | Pierre Joye | 2006-09-25 | 1 | -3/+5 |
| | |||||
* | add test | Antony Dovgal | 2006-09-25 | 1 | -0/+40 |
| | |||||
* | - #38943, properties in extended class cannot be set | Pierre Joye | 2006-09-24 | 2 | -4/+51 |
| | | | | | - use zend_object_std_init instead of a manual initialisation | ||||
* | - MFH: PECL Bug #8700, zipArchive::getFromIndex() fails | Pierre Joye | 2006-09-15 | 2 | -2/+36 |
| | |||||
* | - PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH, | Pierre Joye | 2006-09-12 | 1 | -1/+1 |
| | | | | | it now uses expand_filepath | ||||
* | - bump version, 5.2.0 will have zip-2.0.0-stable | Pierre Joye | 2006-09-06 | 1 | -1/+1 |
| | |||||
* | - wrong cast, strlen is int | Pierre Joye | 2006-09-06 | 1 | -3/+3 |
| | |||||
* | MFH zend_parse_parameters() fixes | Nuno Lopes | 2006-09-06 | 1 | -6/+8 |
| | |||||
* | - MFH: zip_open takes only one parameter (Thx Nuno L.) | Pierre Joye | 2006-09-06 | 1 | -4/+3 |
| | |||||
* | - don't rely/use VCWD_REALPATH, use expand_filepath instead | Pierre Joye | 2006-08-26 | 1 | -1/+1 |
| | | | | | NB: that'd to be true for all this VCWD mess | ||||
* | - bundled matches pecl 1.7.1 | Pierre Joye | 2006-08-25 | 1 | -1/+1 |
| | |||||
* | - solve the relative path issues in TS environment | Pierre Joye | 2006-08-24 | 1 | -4/+14 |
| | |||||
* | - nuke unused parameter (not present in old versions) | Pierre Joye | 2006-08-14 | 1 | -7/+6 |
| | |||||
* | - MFH: locateName should not change the state/error, can be used to test | Pierre Joye | 2006-08-13 | 2 | -9/+22 |
| | | | | | an entry | ||||
* | - MFP: | Pierre Joye | 2006-08-13 | 4 | -12/+27 |
| | | | | | | | - 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 | ||||
* | - remove package.xml, not needed in php-src but only in pecl | Pierre Joye | 2006-08-13 | 1 | -362/+0 |
| | |||||
* | - MFH: remove dl() usage | Pierre Joye | 2006-08-13 | 1 | -4/+0 |
| | |||||
* | - MFH: remove dl() usage | Pierre Joye | 2006-08-13 | 3 | -11/+0 |
| | |||||
* | - temp fix for a segfault happening when one adds two entries with | Pierre Joye | 2006-08-13 | 2 | -1/+37 |
| | | | | | the same name | ||||
* | - MFH: NL | Pierre Joye | 2006-08-12 | 1 | -2/+0 |
| | |||||
* | - should not have been commited | Pierre Joye | 2006-08-07 | 1 | -170/+0 |
| | |||||
* | Cleanup phpinfo() output | Ilia Alshanetsky | 2006-07-28 | 1 | -6/+6 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2006-07-27 | 1 | -5/+1 |
| | |||||
* | - this one was not in | Pierre Joye | 2006-07-24 | 1 | -0/+556 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_2'. | SVN Migration | 2006-07-24 | 102 | -0/+8730 |
| | |||||
* | pecl | Sterling Hughes | 2003-05-17 | 6 | -573/+0 |
| |