summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #71617Nikita Popov2016-02-211-0/+7
* Format string fixesNikita Popov2016-02-141-1/+1
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work)Xinchen Hui2015-12-131-1/+2
* Revert "fix typos "paramer" -> "parameters""Xinchen Hui2015-12-081-3/+3
* fix typos "paramer" -> "parameters"Márcio Almada2015-12-071-3/+3
* Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-231-2/+14
* Revert "Fixed bug Bug #70895 null ptr deref and segfault"Xinchen Hui2015-11-121-22/+1
* Revert "refix bug #70895"Xinchen Hui2015-11-121-24/+25
* Revert "Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291))"Xinchen Hui2015-11-121-2/+2
* Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291))Xinchen Hui2015-11-121-2/+2
* refix bug #70895Anatol Belski2015-11-121-25/+24
* Fixed bug Bug #70895 null ptr deref and segfaultAnatol Belski2015-11-121-1/+22
* Added zend_internal_function.reserved[] fields, to allow extensions keep addi...Dmitry Stogov2015-09-291-0/+1
* Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+1
* Short-circuit zend_parse_parameters_none() so that expensive zpp() call never...Bob Weinand2015-09-201-30/+2
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-13/+22
|\
| * bump yearXinchen Hui2015-01-151-1/+1
* | Added missing set of fcc->initialized flag.Dmitry Stogov2015-09-011-0/+2
* | Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* | Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-6/+6
* | Removed unused codeJulien Pauli2015-08-181-7/+0
* | Fixed bug #70156 (Segfault in zend_find_alias_name)Xinchen Hui2015-07-281-2/+1
* | Updated zend_update_static_propertyDreamsxin2015-07-131-1/+1
* | Use NULL where possible for exception classAaron Piotrowski2015-07-071-5/+5
* | Throw TypeError for invalid callbackAaron Piotrowski2015-07-061-1/+1
* | Remove need to pass error levelAaron Piotrowski2015-07-031-8/+15
* | Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-8/+8
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-104/+104
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-8/+8
* | Drop superfluous __toString handling codeNikita Popov2015-06-221-10/+1
* | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-1/+1
* | micro-optimizationDmitry Stogov2015-06-031-12/+7
* | Fixed zend_update_class_constants() to always resolve all constants.Dmitry Stogov2015-05-211-88/+73
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-0/+17
* | Micro optimizationsDmitry Stogov2015-04-281-9/+15
* | Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-231-19/+30
* | Use fast method to check if first arguments should be passed by reference (no...Dmitry Stogov2015-04-221-0/+1
* | Remove duplicated assignmentXinchen Hui2015-04-161-1/+0
* | Squashed commit of the following:Dmitry Stogov2015-04-101-23/+11
* | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-11/+33
* | Clarify that some zpp errors are just for debuggingNikita Popov2015-04-041-19/+13
* | Convert fatal errors into EngineExceptionDmitry Stogov2015-04-021-2/+2
* | Fixed performance degradation introduced with lateast EnfineException related...Dmitry Stogov2015-04-021-1/+1
* | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-12/+28
* | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-011-1/+1
* | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-011-1/+2
* | Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-11/+11
* | Drop support for static calls from incompatible contextNikita Popov2015-04-011-18/+6
* | Reclassify E_STRICT noticesNikita Popov2015-04-011-4/+4