summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add support for string keys in array unpackingNikita Popov2021-02-099-64/+129
* Document .dtor_obj and .free_objLevi Morrison2021-02-011-2/+22
* Move optimizer into coreNikita Popov2021-01-2834-0/+23537
* Merge branch 'PHP-8.0'Nikita Popov2021-01-282-2/+2
|\
| * Fix stub for Serializable::serialize()Michael Voříšek2021-01-282-2/+2
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-281-1/+1
|\ \ | |/
| * Observe fake closuresSammy Kaye Powers2021-01-281-1/+1
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-01-263-11/+14
|\ \ | |/
| * Allow observer handlers disabling optimization in RETURN opcode handler, that...Dmitry Stogov2021-01-263-11/+14
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-01-261-2/+6
|\ \ | |/
| * Skip dummy frames allocated on CPU stack of zend_call_function().Dmitry Stogov2021-01-261-2/+6
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-262-6/+6
|\ \ | |/
| * Fix VAR return type verificationNikita Popov2021-01-262-6/+6
* | Add missing resource key warning for unset()Nikita Popov2021-01-263-0/+43
* | Add support for generating class entries from stubsMáté Kocsis2021-01-266-72/+329
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-252-10/+38
|\ \ | |/
| * Improve switch continue warningNikita Popov2021-01-252-10/+38
| * Next is 8.0.3Gabriel Caruso2021-01-191-1/+1
* | Fix parsing of semi-reserved tokens at offset > 4 GBNikita Popov2021-01-253-15/+14
* | Improve error message for leading comma in keyed list assignmentNikita Popov2021-01-252-2/+21
* | Accept zend_string in zend_prepare_string_for_scanningNikita Popov2021-01-214-13/+14
* | Add array_is_list(array $array) functionDusk2021-01-201-0/+27
* | Rename zend-test to zend_testNikita Popov2021-01-1917-18/+18
* | Mark classes cached by opcache by ZEND_ACC_CACHED flag and prevent useless co...Dmitry Stogov2021-01-193-29/+41
* | Avoid modification of trait infoDmitry Stogov2021-01-191-3/+0
* | Delete an outdated comment for read_property and read_dimension. [ci skip]sj-i2021-01-191-4/+0
* | Fix $GLOBALS[] in isset and unsetNikita Popov2021-01-183-0/+24
* | Check for append to $GLOBALSNikita Popov2021-01-152-0/+14
* | Replace zend_bool uses with boolNikita Popov2021-01-1562-574/+574
* | compare_function() returns zend_resultNikita Popov2021-01-151-1/+1
* | Remove the convert_to_long_base functionNikita Popov2021-01-152-14/+1
* | Remove zend_locale_sprintf_double()Nikita Popov2021-01-142-11/+0
* | Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-142-59/+9
* | Remove Z_PARAM separate params where they don't make senseNikita Popov2021-01-141-72/+30
* | Remove SEPARATE_ZVAL_IF_NOT_REF() macroNikita Popov2021-01-141-13/+10
* | Remove SEPARATE_ARG_IF_REF macroNikita Popov2021-01-141-7/+0
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-141-1/+1
|\ \ | |/
| * Fixed bug #80617: Type narrowing warning in ZEND_TYPE_INIT_CODENikita Popov2021-01-141-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-142-3/+43
|\ \ | |/
| * Fixed bug #80596: Fix anonymous class union typehint errorsDaniil Gentili2021-01-142-3/+43
* | Fix #51758: delete an outdated comment from zend_object_handler.h [ci skip]sj-i2021-01-141-5/+1
* | Always use CG(arena) for unin type listsDmitry Stogov2021-01-121-30/+29
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-122-15/+56
|\ \ | |/
| * Add support for union types for internal functionsNikita Popov2021-01-122-15/+56
* | PHP array cannot refer to EG(symbol_table) any more. Replace corresponding ch...Dmitry Stogov2021-01-113-52/+20
* | Remove some INDIRECT handling in VMNikita Popov2021-01-065-110/+34
* | Restrict allowed usages of $GLOBALSNikita Popov2021-01-0631-608/+842
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-052-1/+19
|\ \ | |/
| * Fix infinite recursion in unlinked_instanceofNikita Popov2021-01-052-1/+19
* | Fix lexing of zero octal followed by whitespaceNikita Popov2021-01-052-0/+13