summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-4/+4
* Add support for deprecating constantsNikita Popov2020-01-171-2/+4
* Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-2/+2
* Merge branch 'PHP-7.4'Peter Kokot2019-02-031-10/+0
|\
| * Remove local variablesPeter Kokot2019-02-031-10/+0
| * Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | Remove support for case-insensitive constantsNikita Popov2019-01-311-7/+13
* | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
|/
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-3/+12
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Reduce overhead of case-insensitive constants deprecation for "fast path"Dmitry Stogov2018-07-171-2/+0
* Deprecate case-insensitive constantsNikita Popov2018-07-161-1/+5
* Don't store values of PHP_SAPI and PHP_BINARY in file cache, because it may b...Dmitry Stogov2018-04-281-0/+1
* year++Xinchen Hui2018-01-021-1/+1
* Wrap functions necessary only for ZTS build with #ifdefDmitry Stogov2017-12-071-0/+2
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-1/+0
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Export zend_quick_get_constant()Dmitry Stogov2016-11-291-1/+1
* Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-0/+1
* | Fixed incorrect type usageDmitry Stogov2015-10-281-2/+2
|/
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-34/+34
* fix REGISTER_NS_*_CONSTANT macroskrakjoe2014-11-251-6/+6
* fix datatype mismatchesAnatol Belski2014-10-241-7/+7
* better alignment, won 8 byte on 64 bit with default alignmentAnatol Belski2014-08-281-1/+1
* master renames phase 1Anatol Belski2014-08-251-6/+6
* further fixes on coreAnatol Belski2014-08-161-2/+2
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-4/+4
* Optimized constant lookupDmitry Stogov2014-04-251-2/+3
* Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-14/+14
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* zend_register_null_constantkrakjoe2013-04-151-2/+6
* zend_register_bool_constant patchkrakjoe2013-04-151-0/+4
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to use...Dmitry Stogov2010-04-271-1/+1
* Optimized access to global constants using values with pre-calculated hash_va...Dmitry Stogov2010-04-221-0/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-6/+6
* Added API to use namesapces in internal extensionsDmitry Stogov2008-05-121-0/+5