summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-2/+13
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-10/+6
* Reference dynamic functions through dynamic_defsNikita Popov2021-03-011-0/+1
* Fix typo in warnings_during_sccpTyson Andre2021-02-111-1/+1
* Handle warnings during sccp function evaluationNikita Popov2021-02-111-1/+9
* Added Inheritance Cache.Dmitry Stogov2021-02-091-0/+1
* Move optimizer into coreNikita Popov2021-01-281-0/+5
* Replace zend_bool uses with boolNikita Popov2021-01-151-8/+8
* Restrict allowed usages of $GLOBALSNikita Popov2021-01-061-7/+2
* Add GC_TRY_ADDREF macroNikita Popov2020-09-151-6/+2
* Rename zend_error_notify APIs to zend_observer_error*Benjamin Eberlei2020-09-141-32/+2
* Simplify error type filtertwosee2020-09-101-24/+15
* Add zend_observer APILevi Morrison2020-09-011-0/+4
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-14/+11
* Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-8/+8
* Fixed bug #79948Nikita Popov2020-08-101-1/+8
* [RFC] Make string length for getTraceAsString() configurableTyson Andre2020-07-251-0/+15
* Fix buildChristoph M. Becker2020-07-221-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-07-221-0/+5
|\
| * Fix minor memory leak of CG(script_encoding_list)Christoph M. Becker2020-07-221-0/+5
| * Revert "Fixed bug #97599 (coredump in set_error_handler)"Nikita Popov2020-07-091-7/+1
* | Fix warnings of strict-prototypestwosee2020-07-231-2/+2
* | Export zend_register_error_notify_callback() with ZEND_APItwosee2020-07-231-1/+1
* | Introduce error notification callbacks that are run independant of zend_error_cbBenjamin Eberlei2020-07-171-5/+33
* | Make exit() unwind properlyNikita Popov2020-06-291-2/+6
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-181-1/+7
|\ \ | |/
| * Don't use ternary in ini defaultNikita Popov2020-06-181-1/+7
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-171-1/+1
|\ \ | |/
| * Suppress zend signals check in two readline testsNikita Popov2020-06-171-1/+1
| * Fixed bug #97599 (coredump in set_error_handler)Xinchen Hui2020-05-151-1/+7
* | Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0)Christoph M. Becker2020-06-161-3/+3
* | Back up fake_scope in zend_call_functionNikita Popov2020-06-091-6/+0
* | Constify char * arguments of APIstwosee2020-06-081-1/+1
* | Free attribute validators on shutdownNikita Popov2020-06-051-0/+2
* | Pass zend_string message to zend_error_cbNikita Popov2020-06-051-19/+25
* | Fix [-Wundef] warning in Zend folderGeorge Peter Banyard2020-05-121-1/+1
* | Don't reset SIGG(running) when calling zend_on_timeoutNikita Popov2020-05-111-0/+1
* | Add macro to get ini target addressNikita Popov2020-04-271-11/+2
* | Adjust zend_write_func signatureNikita Popov2020-04-151-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-03-131-0/+1
|\ \ | |/
| * Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-121-0/+1
* | Improve argument error messages in ext/sodiumMáté Kocsis2020-02-281-6/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-1/+1
|\ \ | |/
* | Use zend_type inside type listsNikita Popov2020-01-171-18/+12
* | Try to fix ZTS buildNikita Popov2020-01-131-2/+3
* | Improve access to zend_map_ptr dataDmitry Stogov2020-01-131-18/+21
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-131-0/+2
|\ \ | |/
| * Introduce extra counter to avoid RTD key collisionsNikita Popov2019-12-131-0/+2
* | Implement union typesNikita Popov2019-11-081-8/+32
* | Make zend_type a 2-field structNikita Popov2019-11-081-5/+2