]> granicus.if.org Git - php/shortlog
php
2020-01-24 Nikita PopovFix memory leaks in mysqlnd debug functionality
2020-01-24 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-24 Christoph M... Make test independent of online XSD schema
2020-01-24 Remi ColletAdd ZipArchive::CM_LZMA2 constant (since libzip 1.6.0)
2020-01-24 Christoph M... Yet another check for php_strip_tags_ex()
2020-01-24 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-24 Christoph M... Yet another check for php_strip_tags_ex()
2020-01-24 Nikita PopovDon't use CRLF when generating diffs
2020-01-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-23 Nikita PopovFix bug76348.phpt
2020-01-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-23 liudaixiaoFixed bug #78902
2020-01-23 Léopold JacquotAdd unit test for bug #78902
2020-01-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-23 Nikita PopovFixed bug #79151
2020-01-23 Nikita PopovFixed bug #79155
2020-01-23 Christoph M... Enable UBSan in addition to ASan
2020-01-23 Christoph M... Make MSVCRT memory leak checking usable for the test...
2020-01-23 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2020-01-23 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2020-01-23 Stanislav MalyshevMore checks for php_strip_tags_ex
2020-01-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-22 Christoph M... Don't leak encoding_str
2020-01-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-22 Christoph M... Fix #79154: mb_convert_encoding() can modify $from_encoding
2020-01-22 Christoph M... Fix #79149: SEGV in mb_convert_encoding with non-string...
2020-01-22 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
2020-01-22 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2020-01-22 Remi Colletnext will be 7.2.28
2020-01-21 Nikita PopovAvoid some @count() suppressions in run-tests.php
2020-01-21 Nikita PopovAdd sleep in FPM reload test
2020-01-21 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-21 Christoph M... Fix #79145: openssl memory leak
2020-01-21 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-21 Deus KaneFix #79146: cscript can fail to run on some systems
2020-01-21 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-21 Nikita PopovFix file clash in bug54446.phpt tests
2020-01-21 Christoph M... Update NEWS wrt. sec fixes
2020-01-21 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2020-01-21 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2020-01-21 Stanislav MalyshevUpdate NEWS
2020-01-21 Stanislav MalyshevFix bug #79037 (global buffer-overflow in `mbfl_filt_co...
2020-01-21 Stanislav MalyshevFix #79099: OOB read in php_strip_tags_ex
2020-01-21 Christoph M... Fix #79091: heap use-after-free in session_create_id()
2020-01-20 Nikita PopovFix bug #79112: IMAP can't find OpenSSL during configure
2020-01-20 Nikita PopovIncrease timeout in mysqli_reap_async_query test
2020-01-20 Xinchen HuiLet's make this safer from maliciously crafted filename
2020-01-20 Xinchen Huiminor cleanup
2020-01-20 Xinchen HuiFixed bug #79114 (Eval class during preload causes...
2020-01-17 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-17 Nikita PopovFixed bug #79115
2020-01-17 aand18Update php.ini files to add missing FTP extension
2020-01-17 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-17 Nikita PopovFixed bug #71876
2020-01-16 Christoph M... Disable optimizations for ASan instrumented builds
2020-01-14 Christoph M... Fix #79096: FFI Struct Segfault
2020-01-13 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-13 Christoph M... Fix #79084: mysqlnd may fetch wrong column indexes...
2020-01-13 Nikita PopovFix test
2020-01-11 Christoph M... Bring back test case support for older MySQL versions
2020-01-10 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-10 Christoph M... Fix test cases which fail on Windows debug builds
2020-01-10 Nikita PopovRemove unnecessary whitespace sensitivtiy from some...
2020-01-10 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-10 Christoph M... Fix test for Windows ZTS builds
2020-01-09 Christoph M... Silence potential taskkill error messages
2020-01-09 Christoph M... Fix useless tests
2020-01-09 Nikita PopovIncrease select timeout in FPM tester
2020-01-09 Christoph M... Fix #79086: Bump version not applied
2020-01-08 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-08 Christoph M... Fix #79078: Hypothetical use-after-free in curl_multi_a...
2020-01-08 Christoph M... Bump version
2020-01-08 Christoph M... Extract function
2020-01-08 Nikita PopovRevert "Display a message if select in FPM test timeouts"
2020-01-08 Nikita PopovDisplay a message if select in FPM test timeouts
2020-01-07 Christoph M... Make test more resilient
2020-01-07 Christoph M... Increase sleep() time in test case
2020-01-07 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-07 Christoph M... Bump version
2020-01-06 Nikita PopovRemove support for preloading on Windows
2020-01-06 Nikita PopovThrow Error when referencing uninit typed prop in __sleep
2020-01-06 Christoph M... [ci skip] Merge branch 'PHP-7.3' into PHP-7.4
2020-01-06 Christoph M... Revert "Extend CURLFile to support streams"
2020-01-06 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-06 Christoph M... Fix #54298: Using empty additional_headers adding extra...
2020-01-06 Nikita PopovDon't link against openssl 1.1 in curl
2020-01-06 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-06 Christoph M... Fix #79068: gdTransformAffineCopy() changes interpolati...
2020-01-06 Nikita PopovFix bug #79063: Curl openssl does not respect PKG_CONFI...
2020-01-06 Nikita PopovClean up curl openssl check
2020-01-06 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-06 Christoph M... Fix #79067: gdTransformAffineCopy() may use unitialized...
2020-01-03 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-03 Christoph M... Fix #78808: [LMDB] MDB_MAP_FULL: Environment mapsize...
2020-01-03 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-03 Christoph M... Fix #78538: shmop memory leak
2020-01-03 Nikita PopovSlightly increase tolerance in time_sleep_until() test
2020-01-03 Christoph M... Try to fix intermittently failing test case
2020-01-03 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-03 Christoph M... Fix #79015: undefined-behavior in php_date.c
next