summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #77387 (Recursion detection broken when printing GLOBALS)Xinchen Hui2019-01-021-16/+16
* Future-proof email addressesZeev Suraski2018-11-011-2/+2
* 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
* | 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
* | Refactored recursion pretectionDmitry Stogov2017-10-061-20/+22
* | Merge branch 'PHP-7.2'Nikita Popov2017-09-241-0/+2
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-09-241-0/+2
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-241-0/+2
| | |\
| | | * Fixed bug #75252Nikita Popov2017-09-241-0/+2
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-08-141-0/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-08-141-0/+4
| |\ \ \ | | |/ /
| | * | Fixed bug #75063Anatol Belski2017-08-141-0/+4
* | | | Merge branch 'PHP-7.2'Joe Watkins2017-08-021-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-08-021-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-08-021-1/+1
| | |\ \ | | | |/
| | | * fixed #endif commentsclwu2017-08-021-1/+1
* | | | move zend_ato*() to size_t and remove castsAnatol Belski2017-07-281-1/+1
* | | | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-1/+1
|/ / /
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Bug #74815 crash with a combination of INI entries at startupAnatol Belski2017-06-271-4/+0
* | | Removed EG(valid_symbol_table). Used EG(active) instead.Dmitry Stogov2017-06-261-1/+0
* | | Move va_copy compatibility code into zend_portability.hNikita Popov2017-06-251-13/+0
* | | Remove unnecessary string copyNikita Popov2017-06-251-5/+1