summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-4/+6
* Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-3/+0
* drop unused parameter from zend_startupJoe Watkins2019-03-111-1/+1
* Free map_base_ptr during post_startupNikita Popov2019-02-281-0/+2
* Fix leak in resolve_property_typesNikita Popov2019-02-281-2/+4
* Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-1/+1
* Suppress zend_throw_error during preload constant resolutionNikita Popov2019-02-151-0/+5
* 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
* | API cleanup. Removed unused functions (kept compatibility macros).Dmitry Stogov2018-07-041-1/+1
* | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-4/+2
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* | Memory leak fix, for arg_info of internal functions with type hints (ZTS buil...Dmitry Stogov2018-03-061-3/+28
* | Separate duplicated code into a zend_ini_parse_bool() function.Dmitry Stogov2018-03-051-10/+1
* | GC API cleanupDmitry Stogov2018-03-021-1/+2
* | Completely hide GC implementation details into zend_gc.cDmitry Stogov2018-02-271-5/+24
* | Added VM instrumentation abilityDmitry Stogov2018-02-191-3/+3
* | Remove tested codeXinchen Hui2018-02-101-1/+0
* | Fixed cpuinfo in LLVM GCC & Added AVX2 detectionXinchen Hui2018-02-101-0/+1
* | Fixed cpu feature check in reslover functionsXinchen Hui2018-02-101-2/+0
* | Make IS_UNUSED to be zero.Dmitry Stogov2018-01-311-12/+0
* | Get rid of IS_TYPE_COPYABLE.Dmitry Stogov2018-01-191-2/+2
* | Avoid useless duplicationDmitry Stogov2018-01-191-1/+2
* | The cpu setup is still needed when ifunc is supportedAnatol Belski2018-01-161-0/+2
* | Separate the cpuinfo initialization part and call it at startupAnatol Belski2018-01-161-0/+3
* | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | year++Xinchen Hui2018-01-021-2/+2
* | Intern auto global name strings in first placeDmitry Stogov2017-11-291-1/+1
* | Enable and fix printf() format warningsNikita Popov2017-11-161-0/+24
* | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-3/+7
* | Removed "_" from API functions.Dmitry Stogov2017-11-161-1/+1
* | Use internet strings for EG(ini_entries)Dmitry Stogov2017-10-311-4/+0
* | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-0/+4
* | Move a part of opcache initialization into post_startup phase (when all exten...Dmitry Stogov2017-10-181-1/+13