summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* sync zip ext version with peclAnatoliy Belsky2012-06-191-1/+1
|
* set current versions for libzip and zip extAnatoliy Belsky2012-06-071-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-4/+4
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - version and WSPierre Joye2008-12-241-2/+2
|
* - MFH:Pierre Joye2008-11-121-5/+3
| | | | | | - #14962, makes extractTo 2nd argument really optional - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO
* - flatten path and make them relative before extractionPierre Joye2008-10-231-7/+1
| | | | | - remove unnecessary export
* - MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy ↵Pierre Joye2008-08-081-1/+3
| | | | sync)
* - Moved protos to .c (sync with HEAD)Felipe Pena2008-07-041-12/+0
|
* - Fixed compile warningsFelipe Pena2008-07-031-10/+10
|
* - sync with PECL HEADPierre Joye2008-05-211-2/+33
|
* - MFB: reflect the correct versionPierre Joye2008-01-181-0/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used withoutPierre Joye2007-03-141-0/+10
| | | | | | | 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
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* statification of local functions and variables.Nuno Lopes2006-11-091-27/+0
| | | | | | | | | | 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
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-241-0/+101
|
* peclSterling Hughes2003-05-171-70/+0
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Made ZIP extension available on Windows.Edin Kadribasic2002-05-111-1/+5
| | | | | @- Made ZIP extension available on Windows. (Edin)
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* wsSterling Hughes2001-08-131-2/+2
|
* Whitespace fixes and moving to zend_parse_parameters()Sterling Hughes2001-08-131-2/+2
|
* Change the names around a bit zip_opendir() -> zip_open() andSterling Hughes2001-05-271-6/+6
| | | | | zip_open() -> zip_entry_open()
* @ Renamed the ZZiplib extension to the Zip extension, functionSterling Hughes2001-05-271-0/+66
@ names have also changed accordingly, functionality, has stayed @ constant. (Sterling)