summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use better function"Nikita Popov2021-03-221-1/+1
* Fix const warningNikita Popov2021-03-221-1/+1
* Use better functionDmitry Stogov2021-03-221-1/+1
* Added Inheritance Cache.Dmitry Stogov2021-02-091-1/+1
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Make constant redeclaration a warningNikita Popov2020-09-211-1/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-9/+6
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-8/+8
* Don't index NULL pointer when fetching non-existent constantNikita Popov2020-01-281-4/+7
* Add support for deprecating constantsNikita Popov2020-01-171-30/+47
* Move undefined constant error into get_constant_exNikita Popov2020-01-101-7/+13
* Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-2/+2
* Merge branch 'PHP-7.4'Johannes Schlüter2019-02-121-1/+3
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-121-1/+3
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-121-1/+3
| | |\
| | | * Fixed bug #75546DanielCiochiu2019-02-121-1/+3
| | | * year++Xinchen Hui2018-01-021-1/+1
| | * | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-11/+0
|\ \ \ \ | |/ / /
| * | | Remove local variablesPeter Kokot2019-02-031-11/+0
| * | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | | Remove bareword fallback for constantsNikita Popov2019-01-311-1/+1
* | | | Remove support for case-insensitive constantsNikita Popov2019-01-311-127/+87
* | | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
|/ / /
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-2/+2
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
|/ /
* | Fixed ZTS buildKalle Sommer Nielsen2018-07-261-1/+1
* | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-22/+17
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Reduce overhead of case-insensitive constants deprecation for "fast path"Dmitry Stogov2018-07-171-50/+0
* | Deprecate case-insensitive constantsNikita Popov2018-07-161-14/+78
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | API cleanup. Removed unused functions (kept compatibility macros).Dmitry Stogov2018-07-041-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-5/+9
* | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-2/+2
* | Moved IS_CONSTANT_VISITED_MARK, used for protection from recursive self-refer...Dmitry Stogov2018-01-181-10/+19
* | year++Xinchen Hui2018-01-021-1/+1
* | Use zend_hash_find() instead of zend_hash_find_ptr() to avoid double checkDmitry Stogov2017-12-271-4/+9
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | Intern string constant valuesDmitry Stogov2017-12-071-1/+1
* | Wrap functions necessary only for ZTS build with #ifdefDmitry Stogov2017-12-071-7/+6
* | Use zend_string_equal*() API for zend_string equality check instead of direct...Dmitry Stogov2017-12-041-2/+1
* | Use cheaper functionsDmitry Stogov2017-12-041-13/+17
* | Intern persistent constant names in first placeDmitry Stogov2017-11-301-9/+5
* | Use zend_string_tolower() where it's possible (to avoid reallocations).Dmitry Stogov2017-11-301-2/+1
* | Revert "Use zend_get_executed_filename_ex"Xinchen Hui2017-11-021-3/+5
* | Use zend_get_executed_filename_exXinchen Hui2017-11-011-5/+3
* | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-1/+1
|/
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-24/+0