summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Refetetch function name on exceptional path to allow better code on fast code...Dmitry Stogov2018-10-232-14/+32
* Inlining in the most frequently used code pathsDmitry Stogov2018-10-232-9/+28
* Fix accessibility checks for dynamic propertiesNikita Popov2018-10-226-24/+61
* Defragment two Zend related Makefile fragments togetherPeter Kokot2018-10-211-0/+23
* Use C++ symbols with C++11, take 2Anatol Belski2018-10-202-3/+22
* Mark "top-level" functions.Dmitry Stogov2018-10-192-26/+30
* Don't initialize static_member_tables during start-up, when inherit internal ...Dmitry Stogov2018-10-191-4/+7
* Revert "Use C++ symbols, when C++11 or upper is compiled"Anatol Belski2018-10-182-18/+3
* Use C++ symbols, when C++11 or upper is compiledAnatol Belski2018-10-182-3/+18
* Added new lineDmitry Stogov2018-10-181-0/+1
* 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
|\ \ \ \ | |/ / /