]> granicus.if.org Git - php/shortlog
php
2020-01-28 Nikita PopovMerge branch 'PHP-7.4'
2020-01-28 Nikita PopovFixed bug #78989
2020-01-28 Christoph M... Merge branch 'PHP-7.4'
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... Merge branch 'PHP-7.4'
2020-01-28 Christoph M... Fix #79172: STRUCT_OFFSET() relies on undefined behavior
2020-01-28 Tyson AndreConvert ZEND_ECHO operand to string after sccp
2020-01-27 George Peter... Convert some warnings into ValueErrors in the standard...
2020-01-27 Remi ColletMerge branch 'PHP-7.4'
2020-01-27 Remi Collet- bump zip extension version to 1.15.6
2020-01-27 Nikita PopovRemove state pointer argument from php_strip_tags
2020-01-27 Máté KocsisMerge branch 'PHP-7.4'
2020-01-27 Máté KocsisFix #78969 Make PASSWORD_DEFAULT match PASSWORD_BCRYPT...
2020-01-27 Nikita PopovMerge branch 'PHP-7.4'
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 Tyson Andre[skip ci] Fix typos in NEWS
2020-01-26 Markus StaabFix typo [ci skip]
2020-01-26 Christoph M... Merge branch 'PHP-7.4'
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 Anatol BelskiFix bundled PCRE2 compilation on ARM64
2020-01-25 Anatol BelskiUpgrade bundled PCRE2 to 10.34
2020-01-25 George Peter... Merge branch 'PHP-7.4'
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-25 George Peter... Add mention about empty needles for strrch() functions...
2020-01-25 George Peter... Allow empty needle in mb_strrchr()
2020-01-24 George Peter... Convert warnings to ValueError in mb_strpos function...
2020-01-24 Nikita PopovMerge branch 'PHP-7.4'
2020-01-24 Nikita PopovFixed bug #79128
2020-01-24 wbenderFix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning...
2020-01-24 Nikita PopovMerge branch 'PHP-7.4'
2020-01-24 Nikita PopovFix mysqli ssl test for tls1.3
2020-01-24 Nikita PopovMerge branch 'PHP-7.4'
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.4'
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 ColletMerge branch 'PHP-7.4'
2020-01-24 Remi ColletAdd ZipArchive::CM_LZMA2 constant (since libzip 1.6.0)
2020-01-24 Christoph M... Merge branch 'PHP-7.4'
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 PopovMerge branch 'PHP-7.4'
2020-01-24 Nikita PopovDon't use CRLF when generating diffs
2020-01-24 Nikita PopovAlso use zend_memnrstr in mbfl_strpos
2020-01-24 Nikita PopovBase mbfl_strpos on zend_memnstr
2020-01-24 Nikita PopovExtract calculation of offset from pointer
2020-01-24 Nikita PopovHandle mb_str(r)ipos offset consistently as well
2020-01-24 Nikita PopovMove offset error checking into mbfl_strpos
2020-01-24 Nikita PopovAdd #defines for mbfl_strpos error conditions
2020-01-23 Nikita PopovAllow variadic arguments to replace non-variadic ones
2020-01-23 Nikita PopovMerge branch 'PHP-7.4'
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.4'
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.4'
2020-01-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-23 Nikita PopovFixed bug #79151
2020-01-23 George Peter... Apply custom format/length modifier removal to spprintf
2020-01-23 Christoph M... Revert "Merge branch 'PHP-7.4'"
2020-01-23 Nikita PopovMerge branch 'PHP-7.4'
2020-01-23 Nikita PopovFixed bug #79155
2020-01-23 Christoph M... Merge branch 'PHP-7.4'
2020-01-23 Christoph M... Enable UBSan in addition to ASan
2020-01-23 Christoph M... Merge branch 'PHP-7.4'
2020-01-23 Christoph M... Make MSVCRT memory leak checking usable for the test...
2020-01-23 Stanislav MalyshevMerge branch 'PHP-7.4'
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 George Peter... Add ValueError for invalid mode in count()
2020-01-22 Máté KocsisAdd UPGRADING notes [skip ci]
2020-01-22 Benjamin EberleiAdd ReflectionProperty::getDefaultValue and ReflectionP...
2020-01-22 Máté KocsisFix #78649 Provide ICU RELATIVE_ constants
2020-01-22 Christoph M... Merge branch 'PHP-7.4'
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.4'
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 test expectation
2020-01-22 Christoph M... Merge branch 'PHP-7.4'
2020-01-22 Christoph M... Fix #79149: SEGV in mb_convert_encoding with non-string...
2020-01-22 Remi ColletMerge branch 'PHP-7.4'
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-22 Tyson AndreUse smaller batch size in run-tests.php when appropriate
2020-01-22 Tyson AndreDon't start unnecessary processes with run-tests.php -j
2020-01-21 Nikita PopovMerge branch 'PHP-7.4'
2020-01-21 Nikita PopovAvoid some @count() suppressions in run-tests.php
2020-01-21 Nikita PopovMerge branch 'PHP-7.4'
next