]> granicus.if.org Git - php/shortlog
php
2020-02-03 Nikita PopovAdd WHITESPACE_SENSITIVE run-tests section
2020-02-03 Nikita PopovDisable parallelism for FPM tests
2020-01-31 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-31 Nikita PopovFix bug #76047
2020-01-31 Dmitry StogovFixed bug #79094 (Crashing when running recursion function)
2020-01-30 Pascal de Bruijnfix cross compilation failure due to size_t typecast...
2020-01-30 Nikita PopovFixed bug #79193
2020-01-30 Nikita PopovFix live range calculation for FE_FETCH
2020-01-30 Nikita PopovFix DatePeriod property handling with indirect modification
2020-01-30 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-30 Christoph M... Fix #70078: XSL callbacks with nodes as parameter leak...
2020-01-30 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-30 Nikita PopovFix leak in DateTimeImmutable::modify()
2020-01-30 Nikita PopovFix copying of functions in variance obligations
2020-01-30 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-30 Nikita PopovAdd SKIPIF to test requiring mbregex
2020-01-30 Nikita PopovReset trampoline on executor startup
2020-01-30 Nikita PopovFix UAF in is_callable() and allocated trampoline
2020-01-30 Nikita PopovFix shift ub in mbstring
2020-01-30 Nikita PopovRestore digit check in mb_decode_numericentity()
2020-01-29 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-29 Nikita PopovFix mb_ord() crash if internal encoding not supported
2020-01-29 Nikita PopovBetter overflow check for entity decoding
2020-01-29 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-29 Nikita PopovReset MBREX(search_re) in RSHUTDOWN
2020-01-29 Remi Colletzip: more constants
2020-01-29 Anatol BelskiBackport 7d2ef3d2e540885dec26d91dad061bff1621ad07 into 7.4
2020-01-29 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-29 Nikita PopovFix use of mb_ereg_search_getregs() after invalid pattern
2020-01-29 Nikita PopovFix length inconsistency in mb_convert_encoding
2020-01-29 Nikita PopovFix recovery of large entities in mb_decode_numericentity()
2020-01-29 Akim DemailleUse "%define parse.error verbose"
2020-01-29 Dmitry StogovFixed bug #79092 (Building with clang+lld-9 results...
2020-01-28 Máté KocsisFix #78666 mysqli_options generates Warning on var_dump()
2020-01-28 Nikita PopovFix memory leak in mb_str_split
2020-01-28 Nikita PopovFix mysqli_get_warnings() with multi queries
2020-01-28 Christoph M... Fix #79174: cookie values with spaces fail to round...
2020-01-28 Christoph M... Enable support for LIBZIP_VERSION
2020-01-28 Nikita PopovFixed bug #78989
2020-01-28 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-28 Christoph M... Fix #76584: PharFileInfo::decompress not working
2020-01-28 Christoph M... Fix #79172: STRUCT_OFFSET() relies on undefined behavior
2020-01-27 Remi Collet- bump zip extension version to 1.15.6
2020-01-27 Máté KocsisFix #78969 Make PASSWORD_DEFAULT match PASSWORD_BCRYPT...
2020-01-27 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-27 Ivan MikheykinFix bug #78323: Code 0 is returned on invalid options
2020-01-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-26 Florian SmeetsAdd CURLOPT CURLOPT_HTTP09_ALLOWED available since...
2020-01-25 George Peter... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-25 George Peter... Fixed bug #79080 [ci skip]
2020-01-24 Nikita PopovFixed bug #79128
2020-01-24 Nikita PopovFix mysqli ssl test for tls1.3
2020-01-24 Nikita PopovFixed bug #79011
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
next