summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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