]> granicus.if.org Git - php/shortlog
php
2020-01-29 Nikita PopovMerge branch 'PHP-7.4'
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 extension version is now 1.16.1
2020-01-29 Remi ColletMerge branch 'PHP-7.4'
2020-01-29 Remi Colletzip: more constants
2020-01-29 Anatol BelskiMerge branch 'PHP-7.4'
2020-01-29 Anatol BelskiBackport 7d2ef3d2e540885dec26d91dad061bff1621ad07 into 7.4
2020-01-29 Nikita PopovMerge branch 'PHP-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 Anatol BelskiFix datatype
2020-01-29 Nikita PopovMerge branch 'PHP-7.4'
2020-01-29 Nikita PopovFix length inconsistency in mb_convert_encoding
2020-01-29 Nikita PopovMerge branch 'PHP-7.4'
2020-01-29 Nikita PopovFix recovery of large entities in mb_decode_numericentity()
2020-01-29 Nikita PopovMerge branch 'PHP-7.4'
2020-01-29 Akim DemailleUse "%define parse.error verbose"
2020-01-29 Dmitry StogovMerge branch 'PHP-7.4'
2020-01-29 Dmitry StogovFixed bug #79092 (Building with clang+lld-9 results...
2020-01-28 Máté KocsisMerge branch 'PHP-7.4'
2020-01-28 Máté KocsisFix #78666 mysqli_options generates Warning on var_dump()
2020-01-28 Nikita PopovMerge branch 'PHP-7.4'
2020-01-28 Nikita PopovFix memory leak in mb_str_split
2020-01-28 Nikita PopovMerge branch 'PHP-7.4'
2020-01-28 Nikita PopovFix mysqli_get_warnings() with multi queries
2020-01-28 Christoph M... Merge branch 'PHP-7.4'
2020-01-28 Christoph M... Fix #79174: cookie values with spaces fail to round...
2020-01-28 Nikita PopovAvoid shift UB for large arrays
2020-01-28 Nikita PopovOnly fetch to_encoding once in mb_convert_encoding()
2020-01-28 Nikita PopovMake BG(syslog_device) per request
2020-01-28 Christoph M... Merge branch 'PHP-7.4'
2020-01-28 Christoph M... Enable support for LIBZIP_VERSION
2020-01-28 Nikita PopovFix rel_date leak on DateInterval construction failure
2020-01-28 Nikita PopovThrow an exception if default_dir not set, but required
2020-01-28 Remi Colletzip: fix lib check
2020-01-28 Nikita PopovPerform map ptr base arithmetic through uintptr_t
2020-01-28 Nikita PopovDon't index NULL pointer when fetching non-existent...
2020-01-28 Remi Collet- bump zip extension version to 1.16.0 - add ZipArchive...
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
next