summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Use clean shutdown on uncaught exceptionNikita Popov2019-10-111-9/+11
* | add ValueErrorPeter Cowburn2019-09-091-0/+12
* | Make error_reporting=E_ALL the defaultNikita Popov2019-09-021-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-041-3/+8
|\ \ | |/
| * Set PROPERTY_TYPES_RESOLVED flag for internal classesNikita Popov2019-07-041-3/+8
* | Merge branch 'PHP-7.4'Joe Watkins2019-07-021-0/+1
|\ \ | |/
| * simple ignore arguments in exceptions implementationJoe Watkins2019-07-021-0/+1
* | Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-311-24/+24
|\ \ | |/
| * Better hot/cold code splittingDmitry Stogov2019-05-311-24/+24
* | 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/+18
|\ \ | |/
| * Fix lineno for more inheritance errorsNikita Popov2019-03-271-0/+18
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-261-85/+81
|\ \ | |/
| * Add zend_error_at API that accepts a filename and linenoNikita Popov2019-03-261-85/+81
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-141-4/+6
|\ \ | |/
| * Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-4/+6
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-121-3/+0
|\ \ | |/
| * Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-3/+0
* | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-23/+2
* | 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'Nikita Popov2019-02-281-0/+2
|\ \ | |/
| * Free map_base_ptr during post_startupNikita Popov2019-02-281-0/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-281-2/+4
|\ \ | |/
| * Fix leak in resolve_property_typesNikita Popov2019-02-281-2/+4
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-181-1/+1
|\ \ | |/
| * Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-151-0/+5
|\ \ | |/
| * Suppress zend_throw_error during preload constant resolutionNikita Popov2019-02-151-0/+5
* | Remove $errcontext argument to error handlersNikita Popov2019-02-051-13/+2
|/
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Take out some last remnants of the yearly copyright rangeZeev Suraski2019-01-301-1/+1
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Implement typed propertiesNikita Popov2019-01-111-0/+24
* Fixed bug #77387 (Recursion detection broken when printing GLOBALS)Xinchen Hui2019-01-021-16/+16
* Remove unused import_used_extension utility valueNikita Popov2018-12-041-1/+0
* Implemented preloading RFC: https://wiki.php.net/rfc/preload.Dmitry Stogov2018-11-141-1/+9
* 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-9/+14
* Immutable clases and op_arrays.Dmitry Stogov2018-10-171-20/+106
* Introduce get_properties_for() handlerNikita Popov2018-10-101-6/+3
* Clarify that the get_properties handler is requiredNikita Popov2018-10-041-4/+2
* Merge branch 'PHP-7.3'Nikita Popov2018-10-021-0/+6
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-021-0/+6
| |\
| | * Fixed bug #76936Nikita Popov2018-10-021-0/+6
| | * year++Xinchen Hui2018-01-021-2/+2
* | | Allocate only necessary space for static properties of internal classes in ZT...Dmitry Stogov2018-10-011-2/+12
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0