Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pecl | Sterling Hughes | 2003-05-17 | 1 | -331/+0 |
| | |||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -1/+1 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-18 | 1 | -2/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Part 1 of fixing the shared build | foobar | 2002-10-17 | 1 | -2/+6 |
| | |||||
* | - Add safe_mode/uid and open_basedir check to zip_open() (closes #16927). | Markus Fischer | 2002-05-20 | 1 | -1/+10 |
| | |||||
* | - Fix null-termination problem | Derick Rethans | 2002-04-14 | 1 | -0/+1 |
| | |||||
* | - Fix zzip_entry_read | Derick Rethans | 2002-04-06 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | - Fix for bug 14554 - segfault upon zip_entry_open. (patch by | Derick Rethans | 2001-12-23 | 1 | -2/+4 |
| | | | | | phpbug@robin.pfft.net) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-04 | 1 | -2/+2 |
| | |||||
* | Fixed bug: #13652 | foobar | 2001-10-13 | 1 | -2/+2 |
| | |||||
* | revert removal of zend_parse_parameters and properly use | Sterling Hughes | 2001-10-12 | 1 | -46/+36 |
| | | | | | zend_parse_parameters (ie zval * instead of zval **). | ||||
* | fix segv's, zend_parse_parameters seems not to be able to handle | Sterling Hughes | 2001-10-12 | 1 | -39/+44 |
| | | | | | | | resources. # emacs is cool | ||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | - whitespace fix | Derick Rethans | 2001-09-26 | 1 | -116/+116 |
| | |||||
* | - Fixed error introduced by the macro substitution | Derick Rethans | 2001-09-26 | 1 | -4/+5 |
| | |||||
* | Fix build | Jeroen van Wolffelaar | 2001-09-26 | 1 | -4/+1 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | proto fix | Sterling Hughes | 2001-08-24 | 1 | -3/+3 |
| | |||||
* | noet | Sterling Hughes | 2001-08-24 | 1 | -2/+2 |
| | |||||
* | I'm sure you meant 'l' here, Sterling. | Andrei Zmievski | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | remove "i" | Sterling Hughes | 2001-08-13 | 1 | -4/+3 |
| | |||||
* | Fix crashes in parse_parameters calls | Zeev Suraski | 2001-08-13 | 1 | -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. | ||||
* | ws | Sterling Hughes | 2001-08-13 | 1 | -103/+103 |
| | |||||
* | Whitespace fixes and moving to zend_parse_parameters() | Sterling Hughes | 2001-08-13 | 1 | -80/+57 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+3 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
| | | | | the way | ||||
* | remove unneccessary cast | Sterling Hughes | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -1/+24 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | Leftovers from master Beckham's patch. | Sterling Hughes | 2001-06-02 | 1 | -2/+2 |
| | |||||
* | Patch from Daniel Beckham, fetch the entry resource id, not the directory | Sterling Hughes | 2001-06-02 | 1 | -2/+2 |
| | | | | | resource id and fix prototype. | ||||
* | fix crash. | Sterling Hughes | 2001-05-31 | 1 | -0/+2 |
| | |||||
* | Change the names around a bit zip_opendir() -> zip_open() and | Sterling Hughes | 2001-05-27 | 1 | -12/+12 |
| | | | | | zip_open() -> zip_entry_open() | ||||
* | @ Renamed the ZZiplib extension to the Zip extension, function | Sterling Hughes | 2001-05-27 | 1 | -0/+312 |
@ names have also changed accordingly, functionality, has stayed @ constant. (Sterling) |