summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* add ValueErrorPeter Cowburn2019-09-091-0/+1
* Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2019-04-121-1/+1
|\
| * Mark zend_bailout() as a noreturn functionNikita Popov2019-04-121-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-271-0/+1
|\ \ | |/
| * Fix lineno for more inheritance errorsNikita Popov2019-03-271-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-261-10/+4
|\ \ | |/
| * Add zend_error_at API that accepts a filename and linenoNikita Popov2019-03-261-10/+4
* | 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
* | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+1
* | Merge branch 'PHP-7.4'Joe Watkins2019-03-111-1/+1
|\ \ | |/
| * drop unused parameter from zend_startupJoe Watkins2019-03-111-1/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-231-0/+2
|\ \ | |/
| * Remove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTFPeter Kokot2019-02-231-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
* | bump versions of all the thingsJoe Watkins2019-01-281-1/+1
|/
* Implement typed propertiesNikita Popov2019-01-111-0/+2
* Remove unused import_used_extension utility valueNikita Popov2018-12-041-2/+0
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* Improved shared interned strings handling. The previous implementation worked...Dmitry Stogov2018-10-251-0/+3
* Immutable clases and op_arrays.Dmitry Stogov2018-10-171-6/+3
* Allocate only necessary space for static properties of internal classes in ZT...Dmitry Stogov2018-10-011-1/+6
* Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-1/+2
* Keep information about unresolved parent class in zend_class_entry->parent_nameDmitry Stogov2018-08-241-1/+4
* Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-1/+6
* Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-1/+6
* Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-221-15/+15
* Prepare for PHP 7.4Christoph M. Becker2018-07-311-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* [ci skip] Fix typo in commentChristoph M. Becker2018-07-181-1/+1
* Merge zend_class_entry.create_object and zend_class_entry.interface_gets_impl...Dmitry Stogov2018-07-121-2/+4
* Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-1/+2
* Changed structure of zend_class_entry.trait_aliases and zend_class_entry.trai...Dmitry Stogov2018-07-111-7/+4
* API cleanup. Removed unused functions (kept compatibility macros).Dmitry Stogov2018-07-041-0/+4
* year++Xinchen Hui2018-01-021-1/+1
* Remove EH_SUPPRESS modeNikita Popov2017-12-231-1/+0
* Enable and fix printf() format warningsNikita Popov2017-11-161-0/+5
* Move a part of opcache initialization into post_startup phase (when all exten...Dmitry Stogov2017-10-181-1/+2
* Merge branch 'PHP-7.2'Remi Collet2017-09-121-1/+0
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-09-121-1/+0
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-09-121-1/+0
| | |\
| | | * drop symbol definition, and not defined anywhereRemi Collet2017-09-121-1/+0
* | | | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-2/+2
* | | | Prepare for PHP 7.3Sara Golemon2017-07-181-1/+1
|/ / /
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Constify to void build warning for C++ ext. [-Wwrite-strings]Remi Collet2017-03-101-1/+1