summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * 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
* Remove loop_var_stackNikita Popov2015-07-071-3/+0
* Allow NULL for exception_ceAaron Piotrowski2015-07-071-1/+10
* Switch code on thrown Errors to 0, update related testsAaron Piotrowski2015-07-031-1/+1
* Remove need to pass error levelAaron Piotrowski2015-07-031-13/+8
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-19/+25
* Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-4/+4
* Cleanup exception ce APIAaron Piotrowski2015-07-031-4/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-11/+11
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-3/+3
|\