summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Merge branch 'PHP-7.4'""Christoph M. Becker2020-05-204-4/+38
* Merge branch 'PHP-7.4'Nikita Popov2020-05-201-12/+22
|\
| * Fix bug #79603, by retrying on RTD key collisionNikita Popov2020-05-201-12/+22
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-201-2/+1
|\ \ | |/
| * Don't require rc=1 for function static variablesNikita Popov2020-05-201-2/+3
* | Generate method entries for ClosureMáté Kocsis2020-05-193-23/+28
* | Improve error messages for invalid property accessMáté Kocsis2020-05-1823-72/+78
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-152-0/+25
|\ \ | |/
| * Fixed bug #79600Nikita Popov2020-05-152-0/+25
| * Fixed bug #97599 (coredump in set_error_handler)Xinchen Hui2020-05-152-1/+34
* | Improve error message for deprecated methodsMáté Kocsis2020-05-146-14/+17
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-142-1/+2
|\ \ | |/
| * Canonicalize bison error during ini parsingNikita Popov2020-05-142-1/+2
* | Allow null callback to array_filter()Nikita Popov2020-05-131-0/+3
* | Assert on unknown type in zend_get_type_by_const()Nikita Popov2020-05-131-2/+1
* | Use zend_zval_type_name() API where possibleNikita Popov2020-05-135-49/+44
* | Rename zend_zval_get_type() APINikita Popov2020-05-134-7/+9
* | Honor script time limit when calling shutdown functionsAlex Dowad2020-05-131-0/+11
* | Fix [-Wundef] warning in Zend folderGeorge Peter Banyard2020-05-127-23/+23
* | zend_timeout is not a signal handler functionAlex Dowad2020-05-124-4/+4
* | Drop multi_convert_* APIsNikita Popov2020-05-122-51/+0
* | Trim trailing whitespaces and fix code styleRod Elias2020-05-127-27/+27
* | Remove zend_qsortNikita Popov2020-05-122-68/+0
* | Deprecate old ReflectionParameter type declaration APIsNikita Popov2020-05-112-2/+8
* | Remove old ARG_COUNT() macroGeorge Peter Banyard2020-05-111-1/+0
* | Don't reset SIGG(running) when calling zend_on_timeoutNikita Popov2020-05-112-13/+5
* | Only use ifunc resolvers if __builtin_cpu_supports+init availableNikita Popov2020-05-111-1/+4
* | Reapply "Remove configure checks for supported instruction sets"Nikita Popov2020-05-111-6/+6
* | Add get_resource_id() functionNikita Popov2020-05-114-0/+40
* | Use supported printf format on Win64Christoph M. Becker2020-05-111-3/+1
* | Make float to string casts locale-independentMáté Kocsis2020-05-082-19/+3
* | Fixed false alarm about tmp_name maybe unitializedXinchen Hui2020-05-071-7/+8
* | Add zend_array_release() functionNikita Popov2020-05-062-3/+9
* | Revert "Move declaration at top of the block"Nikita Popov2020-05-061-17/+15
* | Move declaration at top of the blockXinchen Hui2020-05-061-15/+17
* | Use correct variableGeorge Peter Banyard2020-05-051-1/+1
* | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-051-0/+6
* | Make numeric operations on resources, arrays and objects type errorsNikita Popov2020-05-0515-154/+1775
* | Perform isupper check using sse2 as wellNikita Popov2020-05-041-11/+42
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-041-1/+8
|\ \ | |/
| * Fixed bug #79548Nikita Popov2020-05-041-1/+8
* | Add Fast ZPP string|int type checkGeorge Peter Banyard2020-05-022-0/+53
* | Convert UNKNOWN default values to null in ext/dateMáté Kocsis2020-05-021-0/+3
* | Fix miscellaneous typos in code comments/var namesTyson Andre2020-05-012-2/+2
* | Fix other typos in param name/code commentsTyson Andre2020-05-011-1/+1
* | Do not inherit LC_CTYPE locale from environmentNikita Popov2020-04-301-0/+25
* | Completely remove disabled functions from function tableNikita Popov2020-04-309-78/+76
* | Merge branch 'PHP-7.4'Xinchen Hui2020-04-291-2/+4
|\ \ | |/
| * Merge branch 'PHP-7.4' of git.php.net:/php-src into PHP-7.4Xinchen Hui2020-04-291-1/+11
| |\
| * | Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be c...Xinchen Hui2020-04-291-2/+4