summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Use ldap_destroy instead of ldap_unbind_extNikita Popov2019-06-261-1/+4
* | | FFI: Perform bitfield operations byte-wiseNikita Popov2019-06-251-34/+80
* | | Fix CURLINFO_COOKIELIST leakNikita Popov2019-06-251-4/+5
* | | Fix leak on sqlite3 open errorNikita Popov2019-06-251-0/+2
* | | Fix SSL_CTX leak in ftp extensionNikita Popov2019-06-251-1/+2
* | | Fix UConverter leakNikita Popov2019-06-251-1/+1
* | | Fix TimeZone leak in intl MessageFormatNikita Popov2019-06-251-4/+8
* | | Fix stream leak in phar cache_listNikita Popov2019-06-251-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-251-8/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-251-8/+8
| |\ \ | | |/
| | * Fix #78202: Opcache stats for cache hits are capped at 32bit NUMChristoph M. Becker2019-06-251-12/+12
* | | Keep lowercased parent class name as second argument of DECLARE_CLASS to avoi...Dmitry Stogov2019-06-252-1/+6
* | | Avoid confusing gotos in phar_split_cache_listNikita Popov2019-06-251-28/+24
* | | Fix EVP_PKEY leak in pharNikita Popov2019-06-251-1/+7
* | | Fix region leak in mb_ereg_replaceNikita Popov2019-06-251-1/+1
* | | Fixed bug 78175 (Preloading must store default values of static variables and...Dmitry Stogov2019-06-245-9/+109
* | | Add debugging code to time_sleep_until testNikita Popov2019-06-221-7/+16
* | | Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rowsDerick Rethans2019-06-2110-87/+2
* | | Properly shut down font cache mutexChristoph M. Becker2019-06-212-1/+13
* | | Merge branch 'PHP-7.3' into PHP-7.4Andrey Hristov2019-06-211-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Andrey Hristov2019-06-211-1/+3
| |\ \ | | |/
| | * Add explicit cast to uint32_t.Andrey Hristov2019-06-211-1/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-212-13/+34
|\ \ \ | |/ /