summaryrefslogtreecommitdiff
path: root/ext/zip/zip.c
Commit message (Collapse)AuthorAgeFilesLines
* peclSterling Hughes2003-05-171-331/+0
|
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-2/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Part 1 of fixing the shared buildfoobar2002-10-171-2/+6
|
* - Add safe_mode/uid and open_basedir check to zip_open() (closes #16927).Markus Fischer2002-05-201-1/+10
|
* - Fix null-termination problemDerick Rethans2002-04-141-0/+1
|
* - Fix zzip_entry_readDerick Rethans2002-04-061-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* - Fix for bug 14554 - segfault upon zip_entry_open. (patch byDerick Rethans2001-12-231-2/+4
| | | | | phpbug@robin.pfft.net)
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* proto fixesHartmut Holzgraefe2001-12-041-2/+2
|
* Fixed bug: #13652foobar2001-10-131-2/+2
|
* revert removal of zend_parse_parameters and properly useSterling Hughes2001-10-121-46/+36
| | | | | zend_parse_parameters (ie zval * instead of zval **).
* fix segv's, zend_parse_parameters seems not to be able to handleSterling Hughes2001-10-121-39/+44
| | | | | | | resources. # emacs is cool
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - whitespace fixDerick Rethans2001-09-261-116/+116
|
* - Fixed error introduced by the macro substitutionDerick Rethans2001-09-261-4/+5
|
* Fix buildJeroen van Wolffelaar2001-09-261-4/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* proto fixSterling Hughes2001-08-241-3/+3
|
* noetSterling Hughes2001-08-241-2/+2
|
* I'm sure you meant 'l' here, Sterling.Andrei Zmievski2001-08-141-1/+1
|
* remove "i"Sterling Hughes2001-08-131-4/+3
|
* Fix crashes in parse_parameters callsZeev Suraski2001-08-131-14/+21
| | | | | | | HEADS UP: Make sure you supply TSRMLS_CC for this function! I'll try to think of a way that'd allow us to find this issue using the compiler.
* wsSterling Hughes2001-08-131-103/+103
|
* Whitespace fixes and moving to zend_parse_parameters()Sterling Hughes2001-08-131-80/+57
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+3
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+0
| | | | the way
* remove unneccessary castSterling Hughes2001-06-061-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+24
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Leftovers from master Beckham's patch.Sterling Hughes2001-06-021-2/+2
|
* Patch from Daniel Beckham, fetch the entry resource id, not the directorySterling Hughes2001-06-021-2/+2
| | | | | resource id and fix prototype.
* fix crash.Sterling Hughes2001-05-311-0/+2
|
* Change the names around a bit zip_opendir() -> zip_open() andSterling Hughes2001-05-271-12/+12
| | | | | zip_open() -> zip_entry_open()
* @ Renamed the ZZiplib extension to the Zip extension, functionSterling Hughes2001-05-271-0/+312
@ names have also changed accordingly, functionality, has stayed @ constant. (Sterling)