summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-1/+1
* Improve basename(). Avoid calling mblen() for ASCII compatible locales.Dmitry Stogov2021-02-191-0/+4
* Handle warnings during sccp function evaluationNikita Popov2021-02-111-1/+1
* Added Inheritance Cache.Dmitry Stogov2021-02-091-0/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-17/+17
* Remove CG(filenames_table)Nikita Popov2020-09-031-2/+0
* [RFC] Make string length for getTraceAsString() configurableTyson Andre2020-07-251-0/+1
* Implement nullsafe ?-> operatorIlija Tovilo2020-07-241-0/+2
* Cleanup SPL autoload implementationNikita Popov2020-06-101-1/+0
* Fix incorrect usage of zend_bool in Zend globalsGeorge Peter Banyard2020-06-091-1/+2
* Fix bug #77966: Cannot alias a method named "namespace"Nikita Popov2020-06-081-1/+3
* Keep trace number in EG(jit_trace_num) instead of EG(reserved)[zend_func_info...Dmitry Stogov2020-05-251-0/+2
* Add helper APIs for get_gc implementationsNikita Popov2020-04-271-0/+2
* Syntax errors caused by unclosed {, [, ( mention specific locationAlex Dowad2020-04-141-0/+1
* Merge branch 'PHP-7.4'Nikita Popov2019-12-131-0/+2
|\
| * Introduce extra counter to avoid RTD key collisionsNikita Popov2019-12-131-0/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-121-0/+1
|\ \ | |/
| * Fixed bug #78396Nikita Popov2019-08-121-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-151-1/+1
|\ \ | |/
| * Move shebang handling into the lexerNikita Popov2019-07-151-1/+1
* | Merge branch 'PHP-7.4'Joe Watkins2019-07-021-0/+2
|\ \ | |/
| * simple ignore arguments in exceptions implementationJoe Watkins2019-07-021-0/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-201-0/+2
|\ \ | |/
| * Change indexing scheme for symtable_cacheNikita Popov2019-06-201-0/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-111-0/+3
|\ \ | |/
| * Support full variance if autoloading is usedNikita Popov2019-06-111-0/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-281-0/+1
|\ \ | |/
| * Revert "Switch to bison location tracking"Nikita Popov2019-03-281-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-211-1/+0
|\ \ | |/
| * Switch to bison location trackingNikita Popov2019-03-211-1/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-181-2/+3
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-181-2/+3
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-181-2/+3
| | |\
| | | * Don't disable object slot reuse while running shutdown functionstwosee2019-03-181-2/+3
| | | * year++Xinchen Hui2018-01-021-1/+1
| | * | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-141-0/+2
|\ \ \ \ | |/ / /
| * | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-0/+2
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-03-121-0/+2
|\ \ \ \ | |/ / /
| * | | zend_weakrefsJoe Watkins2019-03-121-0/+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
* | | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | | Remove each()Nikita Popov2019-01-291-2/+0
|/ / /
* | | Implement ??= operatorNikita Popov2019-01-221-0/+2
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-4/+3
* | | Allocate only necessary space for static properties of internal classes in ZT...Dmitry Stogov2018-10-011-1/+1
* | | Remove ZEND_EARLY_BINDING_* constantsNikita Popov2018-09-171-4/+0
|/ /