summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-137-31/+30
* Convert CRLF line endings to LFPeter Kokot2018-10-131-81/+81
* Restore array_key_exists() compatibility for ArrayObjectNikita Popov2018-10-112-0/+3
* Fix foreach/get_object_vars for shadowed propertiesNikita Popov2018-10-102-2/+30
* Merge branch 'PHP-7.3'Nikita Popov2018-10-103-120/+124
|\
| * Fixed bug #76991Nikita Popov2018-10-102-230/+234
* | Introduce get_properties_for() handlerNikita Popov2018-10-107-78/+112
* | Merge branch 'PHP-7.3'Pierrick Charron2018-10-093-56/+106
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Pierrick Charron2018-10-093-56/+106
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Pierrick Charron2018-10-093-86/+136
| | |\
| | | * Fixed bug #76965 INI_SCANNER_RAW doesn't strip trailing whitespacePierrick Charron2018-10-093-86/+136
* | | | Initialize ce->parent_name to NULLBob Weinand2018-10-071-0/+1
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-10-065-7/+9
|\ \ \ \ | |/ / /
| * | | Fix bug #76979: define() error message does not mention resources as valid va...Michael Moravec2018-10-065-7/+9
* | | | Use HT_MIN_SIZE when duplicating an empty arrayPedro Magalhães2018-10-051-1/+4
* | | | Remove unused backpatch_count fieldNikita Popov2018-10-052-2/+0
* | | | Clarify that the get_properties handler is requiredNikita Popov2018-10-045-14/+5
* | | | Removed wrong reference countingDmitry Stogov2018-10-031-3/+0
* | | | Refactor php_sys_readlinkAnatol Belski2018-10-032-73/+1
* | | | More careful handling of function prototypesDmitry Stogov2018-10-031-31/+39
* | | | typoDmitry Stogov2018-10-031-1/+1
* | | | Avoid method compatibility check with itselfDmitry Stogov2018-10-031-0/+5
* | | | Added assertionsDmitry Stogov2018-10-031-0/+2
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-10-021-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-021-0/+6
| |\ \ \ | | |/ /
| | * | Fixed bug #76936Nikita Popov2018-10-021-0/+6
* | | | typoDmitry Stogov2018-10-021-1/+1
* | | | Make ZEND_ACC_IMMUTABLE and ZEND_ACC_HAS_TYPE_HINTS to be common (for functio...Dmitry Stogov2018-10-021-15/+16
* | | | Rename ZEND_ACC_NO_RT_ARENA into ZEND_ACC_HEAP_RT_CACHE and use it for pseudo...Dmitry Stogov2018-10-025-358/+366
* | | | Allocate only necessary space for static properties of internal classes in ZT...Dmitry Stogov2018-10-0110-19/+45
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2018-10-0111-31/+136
|\ \ \ \
| * | | | Deprecate unbinding of $this of non-static methodsNikita Popov2018-09-292-4/+10
| * | | | Generalize compile_typenameNikita Popov2018-09-291-20/+12
| * | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-295-5/+21
| |\ \ \ \ | | |/ / /
| | * | | Fixed bug #72635Nikita Popov2018-09-295-5/+21
| * | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-282-0/+63
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-282-0/+63
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-282-0/+63
| | | |\ \ | | | | |/
| | | | * Fixed bug #76946Nikita Popov2018-09-282-0/+63
| * | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-281-2/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-281-2/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-281-2/+1
| | | |\ \ | | | | |/
| | | | * Fix test for release buildsNikita Popov2018-09-281-2/+1
| * | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-282-2/+31
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-282-2/+31
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-282-2/+31
| | | |\ \ | | | | |/
| | | | * Fixed bug #76846Nikita Popov2018-09-282-2/+31
* | | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2018-09-274-17/+82
|\ \ \ \ \ | |/ / / /
| * | | | Fix missing access errors for guarded propertiesNikita Popov2018-09-274-17/+82
* | | | | Remove dead code (only IS_ARRAY may relive zendi_convert_scalar_to_number()),...Dmitry Stogov2018-09-271-11/+9
|/ / / /