summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert warnings to Errors in sprintf() functionskharhamel2019-10-2810-140/+171
* Fix miscellaneous typos in docs and error messagesTyson Andre2019-10-287-10/+10
* Merge branch 'PHP-7.4'Nikita Popov2019-10-281-2/+2
|\
| * Remove redundant variable rv and optimize codeZiMuyang2019-10-281-2/+2
* | Optimize array_slice for packed arrays with large offsetsTyson Andre2019-10-283-37/+181
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-282-8/+36
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-282-8/+36
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-283-8/+38
| | |\
| | | * Fix bug #78752Nikita Popov2019-10-283-8/+38
* | | | Revert "Add missing zend_parse_parameters_none()"Christoph M. Becker2019-10-271-45/+0
* | | | Add missing zend_parse_parameters_none()Christoph M. Becker2019-10-271-0/+45
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-271-2/+2
|\ \ \ \ | |/ / /
| * | | Try one more FD in ext/standard/tests/file/php_fd_wrapper_04.phptNikita Popov2019-10-271-2/+2
* | | | Remove generic type annotationsChristoph M. Becker2019-10-262-2/+2
* | | | Fix and make reflection arginfo stubs more specificChristoph M. Becker2019-10-261-14/+14
* | | | Merge branch 'PHP-7.4'Fabien Villepinte2019-10-266-40/+42
|\ \ \ \ | |/ / /
| * | | Replace EXPECTF by EXPECTFabien Villepinte2019-10-266-40/+42
* | | | Improve reflection arginfo stubsChristoph M. Becker2019-10-263-61/+74
* | | | Add stubs for ext-reflectionThomas Gerbet2019-10-265-439/+1329
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-254-14/+36
|\ \ \ \ | |/ / /
| * | | Add ARM64 CI to TravisNikita Popov2019-10-254-14/+36
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-257-8/+86
|\ \ \ \ | |/ / /
| * | | Fix bug #78226: Don't call __set() on uninitialized typed propertiesNikita Popov2019-10-258-8/+89
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-253-17/+41
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-253-14/+41
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-254-14/+42
| | |\ \ | | | |/
| | | * Fixed bug #78747Nikita Popov2019-10-254-13/+42
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-251-28/+28
|\ \ \ \ | |/ / /
| * | | Optimize VERIFY_RETURN_TYPE for TMP operands as wellNikita Popov2019-10-251-28/+28
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-259-17/+34
|\ \ \ \ | |/ / /
| * | | Check class linking in VERIFY_RETURN_TYPE optimizationNikita Popov2019-10-252-1/+31
| * | | Simplify travis setup scriptsNikita Popov2019-10-257-16/+3
* | | | Optimize instanceof_functionNikita Popov2019-10-259-51/+51
* | | | Check type is set when verifying variadic argsNikita Popov2019-10-252-1/+4
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-252-9/+18
|\ \ \ \ | |/ / /
| * | | Remove recursive check from instanceof_interfaceNikita Popov2019-10-252-9/+18
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-241-3/+3
|\ \ \ \ | |/ / /
| * | | Optimize instanceof_class/interfaceNikita Popov2019-10-241-3/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-242-29/+8
|\ \ \ \ | |/ / /
| * | | Clean up and clarify instanceof_function_ex()Nikita Popov2019-10-242-29/+8
* | | | Remove unnecessary type checks in verify_missing_return_typeNikita Popov2019-10-241-13/+9
* | | | Don't check ZEND_TYPE_IS_SET() in zend_check_type()Nikita Popov2019-10-241-7/+6
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-242-1/+12
|\ \ \ \ | |/ / /
| * | | Skip IntlTimeZone::getOffset() error tests on non-x86Nikita Popov2019-10-242-1/+12
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-244-10/+19
|\ \ \ \ | |/ / /
| * | | Skip large ftruncate test if large files not supportedNikita Popov2019-10-241-0/+9
| * | | Don't test "blocks" in lstat_stat_variation7.phptNikita Popov2019-10-241-1/+1
| * | | Increase FD used in php://fd testNikita Popov2019-10-241-2/+2
| * | | Use posix_getuid() to check for root in pcntl_setpriority() testNikita Popov2019-10-241-7/+7
* | | | Merge branch 'PHP-7.4'Remi Collet2019-10-242-2/+2
|\ \ \ \ | |/ / /