summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed commentDmitry Stogov2018-10-171-1/+1
* Micro optimizationsDmitry Stogov2018-10-171-26/+40
* Mark "top-level" classesDmitry Stogov2018-10-172-1/+8
* Immutable clases and op_arrays.Dmitry Stogov2018-10-1720-260/+458
* Classify object handlers are required/optionalNikita Popov2018-10-168-1216/+580
* Merge branch 'PHP-7.3'Peter Kokot2018-10-152-0/+2
|\
| * Fix failing Zend/tests due to newlinesPeter Kokot2018-10-152-0/+2
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15399-511/+131
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-14575-992/+991
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-148-8/+2
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-137-31/+30
| * Convert CRLF line endings to LFPeter Kokot2018-10-131-81/+81
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15399-511/+131
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1446-66/+65
* | Trim trailing whitespace in testsGabriel Caruso2018-10-14556-926/+926
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-147-7/+1
* | 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
| |\ \ \ \ | | |/ / /