summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 7.4.0alpha2php-7.4.0alpha2Derick Rethans2019-06-252-3/+3
* Update NEWS for PHP 7.4.0alpha2Derick Rethans2019-06-251-1/+1
* Keep lowercased parent class name as second argument of DECLARE_CLASS to avoi...Dmitry Stogov2019-06-258-15/+29
* Avoid confusing gotos in phar_split_cache_listNikita Popov2019-06-251-28/+24
* Fix EVP_PKEY leak in pharNikita Popov2019-06-251-1/+7
* Don't force USE_ZEND_ALLOC=0 in run-tests.phpNikita Popov2019-06-251-6/+0
* 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-2411-16/+127
* Split test caseChristoph M. Becker2019-06-244-72/+84
* Add debugging code to time_sleep_until testNikita Popov2019-06-221-7/+16
* Merge branch 'bug67348-mysqli-stat' into PHP-7.4Derick Rethans2019-06-2111-87/+6
|\
| * Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rowsDerick Rethans2019-06-2111-87/+6
|/
* Fix stack leak in phpdbgNikita Popov2019-06-211-1/+8
* Fix prompt leak in phpdbgNikita Popov2019-06-211-3/+3
* 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
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-212-13/+34
| |\ \ | | |/
| | * Fix PKCS12 leak in opensslNikita Popov2019-06-211-2/+3
| | * Fix d leak in ecc openssl_pkey_newNikita Popov2019-06-211-1/+6
| | * Fix netscape spki leak in opensslNikita Popov2019-06-211-0/+3
| | * Fix X509 leak in openssl_pkcs7_verify()Nikita Popov2019-06-211-1/+1
| | * Fix CSR leaks in opensslNikita Popov2019-06-211-9/+20
| | * Free cert in php_openssl_load_stream_cafile()Nikita Popov2019-06-211-0/+1
* | | Fix memory leaks in browscap parsingNikita Popov2019-06-211-26/+13
* | | Fix leak in bcpowmodNikita Popov2019-06-211-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-211-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-211-0/+6
| |\ \ | | |/
| | * Fix memory leak in TLS matches_san_listNiklas Keller2019-06-211-0/+6
* | | CleanupDmitry Stogov2019-06-214-144/+116
* | | Make ZEND_SEND_* flags unsignedNikita Popov2019-06-211-3/+3
* | | Avoid ub in shift overflow checkNikita Popov2019-06-211-6/+10
* | | Support TGA readingChristoph M. Becker2019-06-2015-2/+512
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-202-1/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-203-1/+26
| |\ \ | | |/
| | * Fix #78189: file cache strips last character of uname hashChristoph M. Becker2019-06-203-1/+26
* | | Remove leftover checkNikita Popov2019-06-201-1/+1
* | | Handle misaligned ifreq on macosNikita Popov2019-06-201-12/+11
* | | Handle gr_mem misalignment on macosNikita Popov2019-06-201-2/+9
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-200-0/+0
|\ \ \ | |/ /
| * | Update NEWSChristoph M. Becker2019-06-201-4/+2
* | | Rename test file to reflect the appropriate ticket numberChristoph M. Becker2019-06-201-0/+0
* | | Check for dlsym as wellNikita Popov2019-06-201-0/+1
* | | Handle gethostbyname misalignment on macosNikita Popov2019-06-201-5/+18
* | | SOAP: Avoid indexing into null pointerNikita Popov2019-06-201-1/+2
* | | FFI: Use signed arithmetic for pointer offsetNikita Popov2019-06-201-1/+1
* | | In php_needle_char() use well-defined double->integer castNikita Popov2019-06-201-2/+0
* | | Avoid address calculation overflowNikita Popov2019-06-201-1/+1