summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Disabled PHP call tracing by default (it makes significant overhead).Dmitry Stogov2016-11-181-3/+13
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Fixed bug #71443 (Segfault using built-in webserver with intl using symfony)Xinchen Hui2016-01-261-4/+4
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-2/+2
* Revert "Partially fix bug #71129"Anatol Belski2015-12-211-6/+2
* Partially fix bug #71129Anatol Belski2015-12-201-2/+6
* Fixed bug #71165 (-DGC_BENCH=1 doesn't work on PHP7)Xinchen Hui2015-12-181-1/+0
* 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
|\
| * fix windows version constants initialization with ntsAnatol Belski2015-05-291-3/+3
* | Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-4/+4
|/
* Fixed bug #69388Nikita Popov2015-04-201-3/+0
* Partially enable leak reports for objectsNikita Popov2015-04-181-6/+0
* Use object apply count in var_dump / print_rNikita Popov2015-04-151-12/+15
* Squashed commit of the following:Dmitry Stogov2015-04-101-0/+14
* Unnecessary UNDEFXinchen Hui2015-04-091-2/+1
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-2/+2
* fix buildFerenc Kovacs2015-04-051-0/+2
* fix nts windows_version_info and reorganizeAnatol Belski2015-04-051-5/+14
* initialize EG(windows_version_info)Anatol Belski2015-04-041-0/+7
* Throw ParseException from lexerNikita Popov2015-04-021-0/+5
* Convert "Unsupported operands" fatal error into EngineException (exceptions c...Dmitry Stogov2015-03-311-7/+11
* Refactor as to not use call info, but add the flag to the op_array.Anthony Ferrara2015-03-191-1/+1
* Fix executor issue with ignoring strict types, which cleans up a bunch of err...Anthony Ferrara2015-03-181-1/+1
* Refactor error implementation significantly to centralize error mode behavior...Anthony Ferrara2015-03-181-0/+29
* Implement engine exceptionsDmitry Stogov2015-03-091-1/+16
* Revive Zend Signals handler (and fixed bug #61083)Xinchen Hui2015-03-051-3/+4
* Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-5/+5
* Improved assert() according to expectations RFC.Dmitry Stogov2015-03-021-0/+28
* Fixed segfault because resource is freed prematurelyXinchen Hui2015-02-221-2/+2
* Cleanup globals initializationXinchen Hui2015-02-211-12/+17