summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Check Serialization magic methods structureGabriel Caruso2020-04-264-0/+40
* | | Use the default type error message for Exception::__construct()Máté Kocsis2020-04-266-28/+7
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-242-0/+15
|\ \ \ | |/ /
| * | Fix #79514: Memory leaks while including unexistent fileChristoph M. Becker2020-04-242-0/+15
* | | Use zend_make_tmp_result() helper in more placesNikita Popov2020-04-241-11/+5
* | | Accept result znode in zend_compile_class_decl()Nikita Popov2020-04-241-12/+8
* | | Use return in compile_expr for consistencyIlija Tovilo2020-04-241-1/+1
* | | Make throw statement an expressionIlija Tovilo2020-04-234-5/+311
* | | Fix treatment of "self" when validating against trait methodNikita Popov2020-04-234-35/+131
* | | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-4/+0
* | | Generate zend_builtin_functions FEs from stubsNikita Popov2020-04-213-122/+124
* | | Add crude memory limit to tracked allocNikita Popov2020-04-211-1/+17
* | | Speed up ZEND_SWITCH_STRING/ZEND_SWITCH_LONG for wrong typeTyson Andre2020-04-192-6/+6
* | | Fix [-Wjump-misses-init] in generated zend_opcode.cGeorge Peter Banyard2020-04-181-2/+2
* | | Remove ZEND_ACC_DTOR flagNikita Popov2020-04-173-6/+1
* | | Early return if variadic type check failsNikita Popov2020-04-173-3/+15
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-04-172-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-04-172-2/+2
| |\ \ | | |/
| | * zend_timeout() may access EX(opline)Dmitry Stogov2020-04-172-2/+2
* | | Align magic methods' camelCase with documentationGabriel Caruso2020-04-162-3/+3
* | | Fix magic method nameGabriel Caruso2020-04-161-1/+1
* | | Improve error messages for magic methods by appending method's classGabriel Caruso2020-04-1616-30/+32
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-152-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-152-1/+21
| |\ \ | | |/
| | * Fixed bug #79477Nikita Popov2020-04-152-1/+21