summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Fixed bug #76936Nikita Popov2018-10-021-0/+6
* year++Xinchen Hui2018-01-021-2/+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.1' into PHP-7.2Anatol Belski2017-08-141-0/+4
|\ \ \ | |/ /
| * | Fixed bug #75063Anatol Belski2017-08-141-0/+4
* | | 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
* | | 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
* | | shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-25/+0
* | | Constify to void build warning for C++ ext. [-Wwrite-strings]Remi Collet2017-03-101-1/+1
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-11/+3
* | | use the delivered global arg instead of fetching itAnatol Belski2017-02-211-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2017-02-181-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-181-0/+1
| |\ \ | | |/
| | * initialize valid_symbol_table, important for the main threadAnatol Belski2017-02-181-0/+1
* | | Added EG(flags) - executor global flagsJim Zubov2017-02-091-0/+1
* | | Merge branch 'PHP-7.1'Remi Collet2017-01-201-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-01-201-0/+2
| |\ \ | | |/
| | * Fixed bug #73965 DTrace reported as enabled when disabledRemi Collet2017-01-201-0/+2
| | * Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference)Xinchen Hui2017-01-131-0/+3
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
* | | move some var declarations to the top for better groupingAnatol Belski2017-01-151-20/+16
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-01-131-1/+0
|\ \ \ | |/ /
| * | Remove redundant reference handlingXinchen Hui2017-01-131-1/+0
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-2/+2
* | | Make printf_to_smart_str(ing) the primitive printf operationNikita Popov2017-01-011-4/+52
* | | Export zend_s(tr)pprintfNikita Popov2017-01-011-0/+24
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-7/+7
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-181-3/+13
|\ \ | |/
| * Disabled PHP call tracing by default (it makes significant overhead).Dmitry Stogov2016-11-181-3/+13
* | Revert "Introduced zend.enable_dtrace INI directive to enable/disable PHP cal...Dmitry Stogov2016-11-181-11/+7
* | Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracingDmitry Stogov2016-11-181-7/+11
* | Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-0/+17
* | Rewrite watchpoints to be much more stableBob Weinand2016-07-111-0/+6
* | Turn safe timeout handling into general interrupt handling ability.Dmitry Stogov2016-06-231-0/+3
* | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+5
* | Removed unused callbacksDmitry Stogov2016-06-201-6/+0
* | Switch zend_print_zval_r to use smart_strNikita Popov2016-06-131-49/+56
* | fix known interned strings init with TS per requestAnatol Belski2016-06-021-0/+5
* | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-2/+2
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ | |/