summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-241-0/+2
|\
| * Fixed bug #75252Nikita Popov2017-09-241-0/+2
* | Fixed bug #75063Anatol Belski2017-08-141-0/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-08-021-1/+1
|\ \ | |/
| * fixed #endif commentsclwu2017-08-021-1/+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
* | 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
* | Remove redundant reference handlingXinchen Hui2017-01-131-1/+0
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
* | 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
|\ \ | |/
| * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-261-4/+4
|\ \ | |/
| * Fixed bug #71443 (Segfault using built-in webserver with intl using symfony)Xinchen Hui2016-01-261-4/+4
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-2/+2
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-2/+2
* | Merge branch 'PHP-7.0'Anatol Belski2015-12-211-6/+2
|\ \ | |/
| * Revert "Partially fix bug #71129"Anatol Belski2015-12-211-6/+2
* | Merge branch 'PHP-7.0'Anatol Belski2015-12-201-2/+6
|\ \ | |/
| * Partially fix bug #71129Anatol Belski2015-12-201-2/+6
* | Merge branch 'PHP-7.0'Xinchen Hui2015-12-181-1/+0
|\ \ | |/
| * Fixed bug #71165 (-DGC_BENCH=1 doesn't work on PHP7)Xinchen Hui2015-12-181-1/+0
* | Remove unused IS_TYPE_SYMBOLTABLEXinchen Hui2015-12-161-1/+1
|/
* Also protects this oneXinchen Hui2015-11-121-1/+1
* Re-fixed #70895Xinchen Hui2015-11-121-1/+1
* zend.assertions is not a booleanRasmus Lerdorf2015-10-061-1/+1
* Fixed bug #70532 (respect set_exception_handler in phpdbg)Bob Weinand2015-09-231-23/+28
* Fixed bug #70481 (Memory leak in auto_global_copy_ctor() in ZTS build)Xinchen Hui2015-09-181-10/+12
* Remove free_string_zvalXinchen Hui2015-09-111-7/+0
* fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-4/+0
* Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-11/+11
* remove useless ifdefsAnatol Belski2015-07-311-8/+1
* Fixed bug #70108 sometimes empty $_SERVER['QUERY_STRING']Anatol Belski2015-07-311-1/+13
* Squashed commit of the following:Dmitry Stogov2015-07-101-0/+3
* Switch code on thrown TypeError and ParseError to 0, update related testsAaron Piotrowski2015-07-071-3/+3