Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | return FALSE instead of NULL from ZipArchive::getStream when php_stream_zip_o... | Christoph M. Becker | 2015-05-12 | 1 | -0/+2 |
* | set ext/zip version to 1.13 (as we have new methods... semver...) | Remi Collet | 2015-05-07 | 1 | -1/+1 |
* | better fix (also fix i386 build) | Remi Collet | 2015-05-06 | 1 | -4/+4 |
* | try to fix build when LONG_MAX not defined | Remi Collet | 2015-05-06 | 1 | -2/+5 |
* | add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods | Remi Collet | 2015-05-06 | 4 | -4/+178 |
* | don't use deprecated libzip call | Remi Collet | 2015-05-06 | 2 | -0/+36 |
* | update libzip to version 1.0.1 | Remi Collet | 2015-05-06 | 113 | -3158/+5887 |
* | Clean up some type conversions | Nikita Popov | 2015-04-27 | 1 | -10/+1 |
* | Merge branch 'PHP-5.6' | Remi Collet | 2015-04-15 | 1 | -1/+1 |
|\ | |||||
| * | bump zip release to match pecl version | Remi Collet | 2015-04-15 | 1 | -1/+1 |
* | | Fix a couple of warnings | Rasmus Lerdorf | 2015-03-20 | 1 | -3/+2 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary | Stanislav Malyshev | 2015-03-17 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 19 | -19/+19 |
| * | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
* | | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -2/+2 |
* | | | | Remove the unused vars | zxcvdavid | 2015-03-04 | 1 | -2/+0 |
* | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 2 | -3/+3 |
* | | | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
* | | | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -9/+25 |
* | | | | Fixed #68826 (Resource leak) | Xinchen Hui | 2015-01-17 | 1 | -0/+1 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 19 | -19/+19 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 92 | -744/+744 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -146/+146 |
* | | | | Restored zip/oci8 PHP 4 code, add PHP 7 checks | Andrea Faulds | 2014-12-05 | 1 | -0/+2 |
* | | | | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) | Andrea Faulds | 2014-12-05 | 1 | -2/+0 |
* | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 |
* | | | | improve empty string check | Anatol Belski | 2014-09-17 | 1 | -1/+1 |
* | | | | make it safer for an array underrun | Anatol Belski | 2014-09-14 | 1 | -3/+3 |
* | | | | avoid repeated strlen() usage | Anatol Belski | 2014-09-14 | 1 | -3/+5 |
* | | | | better align reduce the struct size by 8 byte on 64 bit | Anatol Belski | 2014-09-13 | 1 | -1/+1 |
* | | | | fix type | Anatol Belski | 2014-09-12 | 1 | -1/+1 |
* | | | | 's' works with size_t round 4 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -8/+9 |
* | | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -10/+10 |
* | | | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -8/+8 |
* | | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -185/+185 |
* | | | | ported ext/zip | Anatol Belski | 2014-08-19 | 1 | -66/+67 |
* | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -112/+112 |
* | | | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -6/+6 |
* | | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -6/+2 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-26 | 3 | -1/+102 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'new-tests' of https://github.com/SammyK/php-src | Xinchen Hui | 2014-05-24 | 2 | -0/+101 |
| |\ \ \ \ | | |/ / / | |/| | | |