summaryrefslogtreecommitdiff
path: root/Zend/zend.h
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-0/+3
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-6/+6
* Added Inheritance Cache.Dmitry Stogov2021-02-091-0/+25
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* Prepare for PHP 8.1Gabriel Caruso2020-10-091-1/+1
* Rename zend_error_notify APIs to zend_observer_error*Benjamin Eberlei2020-09-141-9/+0
* Merge branch 'PHP-7.4'twosee2020-08-301-1/+0
|\
* | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-7/+7
* | Revert "Prepare for PHP 8.1"Nikita Popov2020-08-041-1/+1
* | Prepare for PHP 8.1Gabriel Caruso2020-08-041-1/+1
* | Fix warnings of strict-prototypestwosee2020-07-231-2/+2
* | Export zend_register_error_notify_callback() with ZEND_APItwosee2020-07-231-2/+1
* | Introduce error notification callbacks that are run independant of zend_error_cbBenjamin Eberlei2020-07-171-0/+10
* | Cache __unserialize() instead of unserialize()Nikita Popov2020-06-261-2/+2
* | Constify char * arguments of APIstwosee2020-06-081-2/+2
* | Pass zend_string message to zend_error_cbNikita Popov2020-06-051-2/+3
* | Add AttributesBenjamin Eberlei2020-06-041-0/+1
* | Adjust zend_write_func signatureNikita Popov2020-04-151-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-03-131-0/+3
|\ \ | |/
| * Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-121-0/+3
| * Zend Engine version is no longer in -devDerick Rethans2019-11-151-1/+1
* | 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