summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove redundant addref+dtorNikita Popov2020-04-291-1/+1
* | | Check `__set_state` structureGabriel Caruso2020-04-282-0/+16
* | | Allow optional trailing comma in parameter listNikita Popov2020-04-282-1/+47
* | | Merge branch 'tests/use-simpler-expect-section' of https://github.com/carusog...Xinchen Hui2020-04-289-9/+9
|\ \ \
| * | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-279-9/+9
* | | | Folder markXinchen Hui2020-04-281-6/+10
* | | | Merge branch 'sse2_strtolower' of https://github.com/laruence/php-srcXinchen Hui2020-04-281-29/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Also zend_str_tolower_dup_exXinchen Hui2020-04-281-6/+2
| * | | Remove unnecessary register qualifierXinchen Hui2020-04-271-1/+1
| * | | SSE2 str_tolowerXinchen Hui2020-04-271-23/+37
* | | | Slipt error messages while checking magic methods attributesGabriel Caruso2020-04-2718-22/+30
* | | | Avoid throw expression leaksNikita Popov2020-04-273-4/+43
* | | | Pass existing lcname to check_magic_method_implementationNikita Popov2020-04-273-13/+11
* | | | Use zend_string in zend_check_magic_method implementationGabriel Caruso2020-04-271-32/+16
* | | | Add helper APIs for get_gc implementationsNikita Popov2020-04-276-80/+82
* | | | Add macro to get ini target addressNikita Popov2020-04-273-77/+17
|/ / /
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-271-1/+11
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-271-1/+11
| |\ \ | | |/ | |/|
| | * Fix #79470: PHP incompatible with 3rd party file system on demandChristoph M. Becker2020-04-271-1/+11
* | | Add case insensitive find_ptr hash functionsLevi Morrison2020-04-263-25/+41
* | | Generate method entries from stubs for Zend classesMáté Kocsis2020-04-2613-180/+361