]> granicus.if.org Git - php/shortlog
php
2020-10-15 Nikita PopovMerge branch 'PHP-8.0'
2020-10-15 Nikita PopovSkip arginfo test under msan
2020-10-15 Nikita PopovMerge branch 'PHP-8.0'
2020-10-15 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-15 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-10-15 Nikita PopovFix leak in gmp_export()
2020-10-14 Christoph M... Merge branch 'PHP-8.0' into master
2020-10-14 Christoph M... Adapt test expectation to cURL 7.73.0
2020-10-14 Nikita PopovMerge branch 'PHP-8.0'
2020-10-14 Nikita PopovSync zpp in phar interceptors
2020-10-14 Nikita PopovMerge branch 'PHP-8.0'
2020-10-14 Nikita PopovFix null foreground in imagewbmp
2020-10-14 Nikita PopovMark ldap_exop() param as UNKNOWN
2020-10-14 Nikita PopovMerge branch 'PHP-8.0'
2020-10-14 Nikita PopovMore arginfo/zpp verification
2020-10-14 Nikita PopovMerge branch 'PHP-8.0'
2020-10-14 Nikita PopovInitialize calendar_long variable
2020-10-14 Nikita PopovMerge branch 'PHP-8.0'
2020-10-14 Nikita PopovFix nullability of openssl_cms_sign() parameter
2020-10-14 Nikita PopovMerge branch 'PHP-8.0'
2020-10-14 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-14 Nikita PopovAllow passing $tag for non-authenticated encryption
2020-10-14 Nikita PopovSanity check zpp max argument count
2020-10-14 Alex DowadRemove unused IS_SJIS1 and IS_SJIS2 macros
2020-10-13 Dmitry StogovMerge branch 'PHP-8.0'
2020-10-13 Dmitry StogovAdded missing side exit
2020-10-13 Sara GolemonUpdate NEWS for 8.0.0RC3
2020-10-13 Sara GolemonUpdate NEWS for PHP 8.0.0RC2
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovNormalize mb_ereg() return value
2020-10-13 Alex DowadmUTF-7 (UTF7-IMAP) conversion: handle illegal (non...
2020-10-13 Alex DowadAdd 'mUTF-7' alias for UTF7-IMAP encoding
2020-10-13 Alex DowadAdd comment explaining mUTF-7 to mbfilter_utf7imap.c
2020-10-13 Alex DowadAdd identify filter for UCS-2, UCS-2BE, and UCS-2LE...
2020-10-13 Alex DowadAdd mbstring identify filter for 'binary' encoding
2020-10-13 Alex DowadAdd identify filter for UTF-16, UTF-16LE, UTF-16BE
2020-10-13 Christoph M... Merge branch 'PHP-8.0' into master
2020-10-13 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-13 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-13 Christoph M... Fix #64076: imap_sort() does not return FALSE on failure
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovFix incorrect zpp parameter count in mb_substr() /...
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovFix default value for some pgsql functions
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovFix null handling in mysqli_begin_transaction()
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovFix argument nullability in mbstring
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovDon't accept null in pg_unescape_bytea()
2020-10-13 Christoph M... Merge branch 'PHP-8.0' into master
2020-10-13 Christoph M... Update ext/odbc parameter names
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovUse $statement in mysqli
2020-10-13 Derick RethansMerge branch 'PHP-8.0' into master
2020-10-13 Derick RethansMerge branch 'PHP-7.4' into PHP-8.0
2020-10-13 Derick RethansPrepare for 7.4.13
2020-10-13 Christoph M... Merge branch 'PHP-8.0' into master
2020-10-13 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-13 Christoph M... Ignore memory leaks reported for some libc-client functions
2020-10-13 Dmitry StogovMerge branch 'PHP-8.0'
2020-10-13 Dmitry StogovGive preference to live-ranges with register hints...
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovUpdate ext/pdo_pgsql parameter names
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovUpdate ext/pgsql parameter names
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovFix handling of throwing undef var in verify return
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovUpdate ext/sodium parameter names
2020-10-13 Dmitry StogovMerge branch 'PHP-8.0'
2020-10-13 Dmitry StogovAvoid useless register allocation
2020-10-13 Nikita PopovMerge branch 'PHP-8.0'
2020-10-13 Nikita PopovUpdate ext/phar parameter names
2020-10-13 Christoph M... Merge branch 'PHP-8.0' into master
2020-10-13 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-13 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-13 Christoph M... 7.3.25 is next
2020-10-13 Alex DowadHandle illegal bytes properly when converting to '7bit...
2020-10-13 Alex DowadAdd mbstring identify filter for '7bit' encoding
2020-10-13 Alex DowadRefactor mbfl_ident.c, mbfl_encoding.c, mbfl_memory_dev...
2020-10-13 Alex DowadRemove useless constants MBFL_CHP_{CTL,DIGIT,UALPHA...
2020-10-13 Alex DowadRemove useless validity check when converting UTF-16LE...
2020-10-13 Alex DowadRefactor UTF-16LE -> wchar conversion code
2020-10-13 Alex DowadAvoid compiler warnings related to mbstring flush functions
2020-10-12 Christoph M... Merge branch 'PHP-8.0' into master
2020-10-12 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-12 Dmitry StogovMerge branch 'PHP-8.0'
2020-10-12 Dmitry StogovPerform trace range propagation
2020-10-12 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-12 Christoph M... Fix #80226: imap_sort() leaks sortpgm memory
2020-10-12 Christoph M... Merge branch 'PHP-8.0' into master
2020-10-12 Christoph M... Change parameters types from int to bool
2020-10-12 Dmitry StogovMerge branch 'PHP-8.0'
2020-10-12 Dmitry StogovEliminate dead stores
2020-10-12 Máté KocsisMerge branch 'PHP-8.0'
2020-10-12 Máté KocsisImprove parameter names in ext/intl
2020-10-12 Máté KocsisImprove parameter names in ext/pdo_sqlite
2020-10-12 Nikita PopovMerge branch 'PHP-8.0'
2020-10-12 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
next