summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove unused check for struct cmsghdrPeter Kokot2019-07-011-12/+0
* Run file_put_contents_variantion8 in separate directoryNikita Popov2019-07-011-0/+0
* Fix unused variable warnings when mbregex disabledNikita Popov2019-07-011-0/+2
* Msan: Unpoison buffer written by file cacheNikita Popov2019-07-011-0/+12
* Don't use fast_memcpy under msanNikita Popov2019-07-011-1/+3
* Msan: Unpoison getrandom() syscall resultNikita Popov2019-07-011-0/+8
* Add some tolerance to time_sleep_until() testNikita Popov2019-07-011-1/+2
* Sync functions checksPeter Kokot2019-06-305-8/+6
* Fix phar tests with hash extensionPeter Kokot2019-06-3010-133/+1
* Fix missing file and remove SKIP sectionPeter Kokot2019-06-301-8/+0
* Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-06-3016-189/+58
|\
| * Fixed tests due to changed timezone dataDerick Rethans2019-06-302-122/+14
| * Update timelib to 2018.02Derick Rethans2019-06-3014-69/+46
* | Update libmagic.patch [ci skip]Anatol Belski2019-06-291-21/+22
* | Set buffer to NULL to prevent double free (Kamil Dudka at redhat)Anatol Belski2019-06-291-0/+1
* | Fix magic dataAnatol Belski2019-06-294-42/+83
* | Fix memory leak in COM ctorChristoph M. Becker2019-06-291-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-06-292-0/+2
|\ \ | |/
| * Fix typoAnatol Belski2019-06-291-1/+1
| * Add tests from fix #78183 from PHP-7.2Joshua Westerheide2019-06-292-1/+3
* | Clean up files after the tests are runPeter Kokot2019-06-282-3/+2
* | Remove HAVE_ERRNO_H from libgdPeter Kokot2019-06-281-6/+0
* | Mark ifunc resolver functions as unusedNikita Popov2019-06-282-0/+4
* | Set up asan+ubsan scheduled build on azureNikita Popov2019-06-288-3/+22
* | Fix out of bounds read in sccpNikita Popov2019-06-281-0/+1
* | Update error message in libmysql testNikita Popov2019-06-281-1/+1
* | Fix compilation errors when building against libmysqlSebastian Pop2019-06-281-2/+2
* | Add tracked arena allocatorNikita Popov2019-06-281-81/+15
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-282-2/+88
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-282-2/+88
| |\
| | * Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changedVincent2019-06-282-2/+88
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-261-58/+0
| |\ \ | | |/
| | * Remove stream_socket_sendto.phptNikita Popov2019-06-261-58/+0
* | | Add support for proc_open() with a command arrayNikita Popov2019-06-282-19/+256
* | | Reduce overheadDmitry Stogov2019-06-281-6/+11
* | | Fix mysqlnd memory leakNikita Popov2019-06-282-12/+10
* | | Free ZTS lock in opcacheNikita Popov2019-06-281-0/+4
* | | Bugfix #78208 Needs rehash with an unknown algo should always return true.Sara Golemon2019-06-272-4/+10
* | | Remove HAVE_STRCOLL checkPeter Kokot2019-06-286-25/+2
* | | Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbolsPeter Kokot2019-06-2719-89/+5
* | | Remove posix_getlogin_basic.phpt testNikita Popov2019-06-271-28/+0
* | | Fix opcache blacklist leakNikita Popov2019-06-271-7/+5
* | | Fix persistent XML memory leaks in SOAPNikita Popov2019-06-273-8/+46
* | | Show actual enchant version if possibleChristoph M. Becker2019-06-273-4/+11
* | | Fix persistent connection leak in mysqliNikita Popov2019-06-271-0/+6
* | | Fix use-after-free in stream freeing during shutdownNikita Popov2019-06-271-11/+10
* | | Clean headers checksPeter Kokot2019-06-274-8/+2
* | | Fix concurrent testing of bug 61964Peter Kokot2019-06-272-4/+4
* | | Fix posix_errno test without PCNTL depPeter Kokot2019-06-271-1/+4
* | | Fix xml doc leak in soapNikita Popov2019-06-261-5/+5