summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #78154Nikita Popov2019-06-133-0/+28
* Fixed bug #78151Nikita Popov2019-06-131-1/+1
* test for bug #78151Joe Watkins2019-06-121-0/+23
* Revert "micro-optimization"Joe Watkins2019-06-124-43/+24
* Make ATTRIBUTE_UNUSED more portableNikita Popov2019-06-121-2/+6
* Mark some operand fetching funs as ATTRIBUTE_UNUSEDNikita Popov2019-06-121-4/+4
* Try to control ZEND_MM_ALIGNED_SIZE typeNikita Popov2019-06-121-5/+5
* Fix -Wmissing-braces warningsNikita Popov2019-06-121-1/+2
* Use %define api.pure instead of %pure-parserNikita Popov2019-06-122-2/+2
* Support full variance if autoloading is usedNikita Popov2019-06-1122-68/+759
* Register class before fetching parentNikita Popov2019-06-1110-1207/+1067
* Add specialized pair construction APINikita Popov2019-06-112-0/+21
* Add get_mangled_object_vars() functionNikita Popov2019-06-112-0/+80
* micro-optimizationDmitry Stogov2019-06-104-24/+43
* BIND_LEXICAL has a meaningless line numberJoe Watkins2019-06-101-0/+2
* Fix #78132 wrong line number on ZEND_BIND_STATIC for lexical varsJoe Watkins2019-06-081-0/+2
* Try to fix Windows buildNikita Popov2019-06-063-4/+4
* Use ZEND_ASSUME() to perform the following check only on "slow" path.Dmitry Stogov2019-06-061-2/+6
* Support for exceptions thrown during "Array to string conversion" error proce...Dmitry Stogov2019-06-061-1/+2
* Reduce over-specialization for quite seldom instructionsDmitry Stogov2019-06-063-1056/+376
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-065-38/+44
* Fixed reference-countingDmitry Stogov2019-06-061-1/+1
* Prevent generation of specialized ZEND_ASSIGN_OP_..._STATIC_PROP handlers, th...Dmitry Stogov2019-06-054-3313/+975
* Deprecate ReflectionType::__toString()Nikita Popov2019-06-053-7/+7
* Allow exceptions in __toString()Nikita Popov2019-06-0523-129/+405
* Fixed bug #78102Peter Kokot2019-06-051-2/+2
* Revert "Fix bug #62397 - disable_functions does not work with eval."Joe Watkins2019-06-032-26/+0
* Fixed uninitialized var warningNikita Popov2019-05-311-9/+10
* Better hot/cold code splittingDmitry Stogov2019-05-316-47/+54
* Fixed compilation warningDmitry Stogov2019-05-312-10/+4
* Don't specialize "cold" handlersDmitry Stogov2019-05-314-2112/+1492
* Removed useless specialization. Specialized handlers called not specialized h...Dmitry Stogov2019-05-314-2161/+839
* Reduce register pressure by reloading values on CPUs with few general purpose...Dmitry Stogov2019-05-313-0/+41
* Disable "bad" optimisations only for emulation loopDmitry Stogov2019-05-303-10/+16
* zend_assign_to_variable() optimizationDmitry Stogov2019-05-292-48/+65
* Mark "cold" functionsDmitry Stogov2019-05-297-14/+13
* Bump API numbersDerick Rethans2019-05-292-2/+2
* zend_do_fcall_overloaded() doesn't have to be exportedDmitry Stogov2019-05-292-3/+1
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-05-291-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-05-291-1/+1
| |\
| | * disabled functions must not have return typeJoe Watkins2019-05-291-1/+1
* | | Fix conditional compilationAnatol Belski2019-05-291-3/+5
* | | These macros should not expect any argumentAnatol Belski2019-05-291-2/+2
* | | Avoid cold code duplicationDmitry Stogov2019-05-291-30/+34
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-284-7/+14
* | | Avoid double copyingDmitry Stogov2019-05-284-24/+60
* | | Put phpinfo() related code into cold code segmentDmitry Stogov2019-05-281-1/+1
* | | BIND_STATIC of implicit binding may be undefNikita Popov2019-05-273-6/+6
* | | Accept flags argument in zend_lookup_class_ex()Nikita Popov2019-05-277-14/+15
* | | Deprecate use of parent where no parent existsNikita Popov2019-05-243-4/+14