summaryrefslogtreecommitdiff
path: root/ext/phar/func_interceptors.c
Commit message (Expand)AuthorAgeFilesLines
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Use HT_IS_INITIALIZED() and HT_INVALIDATE() macros instead of hackish HT_FLAG...Dmitry Stogov2018-12-271-12/+12
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKSPeter Kokot2018-08-241-1/+1
* Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEVPeter Kokot2018-07-291-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* Move to unsigned types in pharAnatol Belski2018-04-181-10/+10
* Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-12/+12
* year++Xinchen Hui2018-01-021-1/+1
* Introduced "zif_handler" type (zif = zend internal function).Dmitry Stogov2017-06-081-24/+24
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Path handling related refactoringsAnatol Belski2016-12-221-2/+2
* Remove Netware supportKalle Sommer Nielsen2016-11-121-44/+0
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-27/+27
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | cleanup duplicated stat declarations in ext/pharAnatol Belski2015-05-251-12/+0
* | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)Xinchen Hui2015-03-091-6/+6
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-9/+24
* | bump yearXinchen Hui2015-01-151-1/+1
* | Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is pr...Dmitry Stogov2014-12-301-12/+12
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-3/+3
|\ \
| * | fix bad pointer cast in ext/phar, fix segfault and failed tests (bigendian)Remi Collet2014-12-161-3/+3
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-55/+55
|/ /
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
* | first show to make 's' work with size_tAnatol Belski2014-08-271-8/+8
* | master renames phase 3Anatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-35/+35
* | ported ext/pharAnatol Belski2014-08-191-17/+17
* | basic macro replacements, all at onceAnatol Belski2014-08-191-31/+31
* | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-76/+76
* | Refactor php_addslashes using zend_stringXinchen Hui2014-02-241-7/+1
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-12/+12
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
|\
| * bump yearXinchen Hui2013-01-061-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-7/+7
* | - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-7/+7