summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch improvement:Dmitry Stogov2015-03-301-9/+0
* Constness to zend_get_object_type(), thanks Michael!Kalle Sommer Nielsen2015-03-251-1/+1
* Change "Cannot redeclare class X" into "Cannot redeclare class/interface/trai...Kalle Sommer Nielsen2015-03-251-0/+12
* Partially revert "Fix uninitialized value condition"Nikita Popov2015-03-221-2/+2
* Fix uninitialized value conditionBob Weinand2015-03-221-3/+3
* ZPP changed to lazely check for "strict/weak" only if it's really necessary.Dmitry Stogov2015-03-201-101/+245
* Improved type hinting:Dmitry Stogov2015-03-201-5/+5
* Fixed white spacesDmitry Stogov2015-03-201-1/+1
* Refactor as to not use call info, but add the flag to the op_array.Anthony Ferrara2015-03-191-5/+5
* Fix severity issues with callbacks, start work porting ZEND_STRLEN opcode to ...Anthony Ferrara2015-03-191-3/+8
* Fix C89 compatibility by moving a misplaced if statementAnthony Ferrara2015-03-181-4/+5
* Style cleanup, as well as fixing bug with missing argument for WRONG_PARAM_CO...Anthony Ferrara2015-03-181-0/+1
* Clean up API renames for zend_wrong_param_count to maintain BC, introducing a...Anthony Ferrara2015-03-181-1/+10
* Refactor error implementation significantly to centralize error mode behavior...Anthony Ferrara2015-03-181-21/+14
* Merge in master, fix merge conflicts and update patch to support exceptions e...Anthony Ferrara2015-03-181-22/+36
|\
| * Merge branch 'pull-request/1049'Stanislav Malyshev2015-03-081-2/+2
| |\
| | * Rename __callstatic (internal name) to __callStatic (userland name) in error ...Dejan Marjanovic2015-02-031-2/+2
| * | Merge commit 'refs/pull/1066/head' of git://github.com/php/php-srcDmitry Stogov2015-03-041-2/+2
| |\ \
| | * | Add zend assert deleted by accidentReeze Xia2015-02-071-0/+1
| | * | Let's keep it simpleReeze Xia2015-02-071-10/+1
| | * | Improve internal function return types checking for parentReeze Xia2015-02-071-2/+10
| * | | Remove wrong commit committed by accidentXinchen Hui2015-03-031-1/+0
| * | | Fixed bug #69167 (call_user_func does not support references anymore)Xinchen Hui2015-03-031-2/+9
* | | | Merge branch 'master' into scalar_type_hints_v5Anthony Ferrara2015-02-201-1/+1
|\ \ \ \ | |/ / /
| * | | don't count op_arrays stored in opcache SHMDmitry Stogov2015-02-201-1/+1
* | | | Merge in masterAnthony Ferrara2015-02-181-6/+9
|\ \ \ \ | |/ / /
| * | | Made ZEND_ACC_TRAIT a saner valueGuilherme Blanco2015-02-121-5/+8
| * | | fix data typesAnatol Belski2015-02-121-1/+1
| |/ /
* | | Prefix zend_wrong_param_count with _ to discourage useAndrea Faulds2015-02-101-1/+1
* | | Partial ZPP strictness implementationAndrea Faulds2015-02-101-43/+62
* | | Forbid scalar type hint names for use, class_aliasAndrea Faulds2015-02-101-0/+3
* | | Scalar type hints with ZPP casting rulesAndrea Faulds2015-02-101-0/+1
|/ /