summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix #78761: Zend memory heap corruption with preload and castingChristoph M. Becker2019-10-305-0/+23
* | | Fix #78762: Failing FFI::cast() may leak memoryChristoph M. Becker2019-10-303-0/+16
* | | Add UPGRADING note for stream_read() changeNikita Popov2019-10-301-0/+3
* | | Optimize creation of empty arrays in json_decodeTyson Andre2019-10-301-2/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-301-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-301-0/+1
| |\ \ | | |/
| | * Add missing refcount incrementNikita Popov2019-10-301-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-292-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-293-1/+23
| |\ \ | | |/
| | * Fixed bug #78689Nikita Popov2019-10-293-1/+23
* | | Skip test case on non Windows platformsChristoph M. Becker2019-10-291-0/+2
* | | Update NEWS for 7.4.0RC6Derick Rethans2019-10-291-0/+3
* | | Update NEWS for PHP 7.4.0RC5Derick Rethans2019-10-291-1/+1
* | | Implement #78270: Support __vectorcall convention with FFIChristoph M. Becker2019-10-298-209/+349
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-10-282-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-10-282-4/+4
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-282-4/+4
| | |\
| | | * Fix libmagic buffer overflow issue (CVE-2019-18218)Stanislav Malyshev2019-10-272-4/+4
| | | * bump versionJoe Watkins2019-10-223-6/+10
| | | * set versions for releasephp-7.1.33Joe Watkins2019-10-223-3/+3
* | | | Add support for Interbase 1 dialectSimonov Denis2019-10-286-8/+83
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-283-6/+23
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-283-6/+23
| |\ \ \ | | |/ /
| | * | Fix #78751: Serialising DatePeriod converts DateTimeImmutableChristoph M. Becker2019-10-283-6/+23
* | | | Remove redundant variable rv and optimize codeZiMuyang2019-10-281-2/+2
* | | | 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
* | | | Try one more FD in ext/standard/tests/file/php_fd_wrapper_04.phptNikita Popov2019-10-271-2/+2
* | | | Replace EXPECTF by EXPECTFabien Villepinte2019-10-266-40/+42
* | | | Add ARM64 CI to TravisNikita Popov2019-10-254-14/+36
* | | | Fix bug #78226: Don't call __set() on uninitialized typed propertiesNikita Popov2019-10-258-8/+89
* | | | 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
* | | | Optimize VERIFY_RETURN_TYPE for TMP operands as wellNikita Popov2019-10-251-28/+28
* | | | Check class linking in VERIFY_RETURN_TYPE optimizationNikita Popov2019-10-252-1/+31
* | | | Simplify travis setup scriptsNikita Popov2019-10-257-16/+3
* | | | Remove recursive check from instanceof_interfaceNikita Popov2019-10-252-9/+18
* | | | Optimize instanceof_class/interfaceNikita Popov2019-10-241-3/+3
* | | | Clean up and clarify instanceof_function_ex()Nikita Popov2019-10-242-29/+8
* | | | Skip IntlTimeZone::getOffset() error tests on non-x86Nikita Popov2019-10-242-1/+12
* | | | 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
* | | | typo and better wordingRemi Collet2019-10-242-2/+2
* | | | Added suppot for glob() wildcard matching in ffi.preload directiveDmitry Stogov2019-10-244-13/+99
* | | | Reverting push to wrong repoRasmus Lerdorf2019-10-231-27/+6
* | | | Update alloc patchRasmus Lerdorf2019-10-231-6/+27