summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into iterableAaron Piotrowski2016-07-031-4/+16
|\
| * improve ZEND_MODULE_GLOBALS_BULK macro, fix data typeAnatol Belski2016-06-231-0/+4
| * Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
| * Fixed bug #71266 (Missing separation of properties HT in foreach etc).Dmitry Stogov2016-06-071-3/+11
* | Add iterable pseudo-typeAaron Piotrowski2016-06-031-0/+2
|/
* Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-0/+1
* Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-0/+1
* Merge branch 'PHP-7.0'Joe Watkins2016-05-041-2/+1
|\
| * correct wordingJoe Watkins2016-05-041-2/+1
* | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-4/+4
* | Merge zend_execute_data->called_scope into zend_execute_data->This.Dmitry Stogov2016-04-011-1/+1
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-2/+4
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
| * Revert "fix typos "paramer" -> "parameters""Xinchen Hui2015-12-081-6/+6
| * fix typos "paramer" -> "parameters"Márcio Almada2015-12-071-6/+6
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-0/+1
* | fix typos "paramer" -> "parameters"Márcio Almada2015-12-071-6/+6
|/
* Short-circuit zend_parse_parameters_none() so that expensive zpp() call never...Bob Weinand2015-09-201-4/+4
* 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-5/+5
* Removed unused codeJulien Pauli2015-08-181-3/+0
* add macro to access globals as wholeAnatol Belski2015-07-301-0/+2
* add unified globals accessor macroAnatol Belski2015-07-291-0/+2
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-6/+6
* Cache the class_name typehint key in arg_infoBob Weinand2015-06-121-2/+2
* Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-25/+10
* Add consistency check in FAST_ZPP callRemi Collet2015-05-191-0/+4
* Eliminated useless check in FAST_ZPP (this also fixed few wrong -Wmaybe-unini...Dmitry Stogov2015-05-191-1/+2
* Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-0/+1
* Added RETURN_ARR and RETVAL_ARR macrosJin Hu2015-04-081-0/+2
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-0/+2
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-1/+2
* Reclassify E_STRICT noticesNikita Popov2015-04-011-1/+1
* Patch improvement:Dmitry Stogov2015-03-301-6/+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/+2
* cleanupDmitry Stogov2015-03-251-2/+1
* Revert "Use E_ERROR | E_EXCEPTION in FAST_ZPP mode too"Nikita Popov2015-03-221-1/+1
* Use E_ERROR | E_EXCEPTION in FAST_ZPP mode tooBob Weinand2015-03-221-1/+1
* ZPP changed to lazely check for "strict/weak" only if it's really necessary.Dmitry Stogov2015-03-201-124/+54
* Imroved ZPP rules (condititins reoredered to prevent duplicate checks)Dmitry Stogov2015-03-201-34/+24
* Improved type hinting:Dmitry Stogov2015-03-201-1/+1
* Refactor as to not use call info, but add the flag to the op_array.Anthony Ferrara2015-03-191-1/+1
* Fix severity issues with callbacks, start work porting ZEND_STRLEN opcode to ...Anthony Ferrara2015-03-191-3/+3
* Style cleanup, as well as fixing bug with missing argument for WRONG_PARAM_CO...Anthony Ferrara2015-03-181-2/+2
* Clean up API renames for zend_wrong_param_count to maintain BC, introducing a...Anthony Ferrara2015-03-181-8/+6
* Merge in master, fix merge conflicts and update patch to support exceptions e...Anthony Ferrara2015-03-181-5/+8
|\
| * Use specialized macro for string zval creationDmitry Stogov2015-03-121-2/+4