]> granicus.if.org Git - php/shortlog
php
2020-09-22 Nikita PopovPromote pack/unpack format errors
2020-09-22 Nikita PopovConvert unpack offset warning to ValueError
2020-09-22 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-22 Christoph M... Fix #79423: copy command is limited to size of file...
2020-09-22 Nikita PopovUse C zpp for get_class_vars()
2020-09-22 Nikita PopovSupport uuencoding empty string
2020-09-22 Nikita Popovstream_bucket_new() cannot return false
2020-09-22 Nikita Popovstream_get_transports/wrappers cannot return false
2020-09-22 Nikita PopovDon't return false for empty string in soundex()
2020-09-22 Levi MorrisonSkip if https wrapper isn't present
2020-09-22 Nikita Popovhttp_build_query() cannot fail
2020-09-22 Nikita Popovhtml_entity_decode() cannot fail
2020-09-22 Nikita PopovValidate phonemes parameter of metaphone()
2020-09-22 Nikita Popovsubstr_compare() cannot return false
2020-09-22 Nikita PopovCheck string bounds in strspn/strcspn
2020-09-22 Nikita PopovPromote substr_replace warnings
2020-09-22 Nikita Popovsubstr_replace() cannot return false
2020-09-22 Ikko AshimineFixed minor typo in comment
2020-09-21 Dmitry StogovFixed INIT_METHOD_CALL + IS_VAR + reference in tracing JIT
2020-09-21 Dmitry StogovFixed incorrect assumption about sizeof(zend_reference)
2020-09-21 Dmitry StogovFiced 32-bit JIT (inconsistent CPU stack state)
2020-09-21 George Peter... Promote count() warning to TypeError
2020-09-21 Dmitry StogovFixed incorrect JIT for FETCH_THIS+SEND_REF
2020-09-21 George Peter... Drop -1 mode for collator_is_numeric()
2020-09-21 George Peter... Drop Hex support in numeric strings for Intl collator
2020-09-21 Nikita PopovReturn empty array for no rows in pg_fetch_all()
2020-09-21 Nikita PopovThrow warning for failed object to int/float conversion
2020-09-21 Nikita PopovConvert exception instanceof checks to assertions
2020-09-21 Nikita PopovMake constant redeclaration a warning
2020-09-21 Nikita PopovPromote invalid field to ValueError in pgsql
2020-09-21 Nikita PopovRemove redundant check
2020-09-21 Christoph M... Check linker compatibility directly from HMODULE
2020-09-21 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-21 Christoph M... Fix mmap copying
2020-09-21 Máté KocsisFix a few Iterator signatures
2020-09-21 George Peter... Drop some connection retries in IMAP test
2020-09-21 Nikita Popovpg_unescape_bytea() can only fail on OOM
2020-09-21 Nikita PopovPromote PDORow property write to Error
2020-09-21 Nikita PopovRemove dead code
2020-09-21 George Peter... Promote warnings to Error in COM extension
2020-09-21 Nikita PopovSynchronize GET_CLASS/GET_CALLED_CLASS opcodes with...
2020-09-21 Nikita PopovAssert on unknown list entry type
2020-09-21 Nikita PopovRemove unnecessary check
2020-09-21 Nikita PopovUse proper parameter type in Closure::bindTo() signature
2020-09-21 Máté KocsisImprove default value handling of Exception constructors
2020-09-21 Nikita PopovMove arm64 job to cron
2020-09-21 Nikita PopovFix detection of code outside namespace
2020-09-21 Nikita PopovUse assertion for null-termination string
2020-09-21 Larry GarfieldStandardize mbstring and string on using 'string' as...
2020-09-21 Nikita PopovDeprecate pgsql function aliases
2020-09-21 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-21 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-21 Christoph M... Fix memory leak in php_imap_mutf7()
2020-09-21 Nikita PopovInitialize attributes for internal functions
2020-09-21 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-21 Christoph M... Fix #80118: Erroneous whitespace match with JIT only
2020-09-21 Máté KocsisAdd support for `@implementation-alias` in stubs
2020-09-20 George Peter... Update README for how to setup IMAP tests
2020-09-20 Máté KocsisConsolidate the usage of "either" and "one of" in error...
2020-09-20 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-20 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-20 Christoph M... Fix #80114: parse_url does not accept URLs with port 0
2020-09-20 Nikita PopovOnly check linking in PHP_TEST_BUILD
2020-09-20 Nikita PopovMerge branch 'PHP-7.4'
2020-09-20 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-20 Bob WeinandFix mysqli build with mysqlnd and without PDO
2020-09-20 Bob WeinandFix mysqli build with mysqlnd and without PDO
2020-09-19 Máté KocsisSeparate Closure::bind() implementations
2020-09-19 Máté KocsisFix UNKNOWN default value of apache_note()
2020-09-19 Máté KocsisAdjust the order of method modifiers in stub
2020-09-18 Sammy Kaye... Add system ID entropy API
2020-09-18 George Peter... Fix IMAP tests
2020-09-18 George Peter... Set-up IMAP in Azure
2020-09-18 Nikita PopovFix some tests for libmysql
2020-09-18 Nikita PopovDrop skipifemb.inc
2020-09-18 Nikita PopovMerge branch 'PHP-7.4'
2020-09-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-18 Daniel BlackFix #78179: mysqli/mysqlnd transaction extensions
2020-09-18 Nikita PopovMerge branch 'PHP-7.4'
2020-09-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-18 Nikita PopovSupport NO_BACKSLASH_ESCAPES with newer libmysqlclient
2020-09-18 Dharmanmysqli_set_charset now throws an mysqli_sql_exception...
2020-09-18 Nikita PopovAssert that all switch cases are covered
2020-09-18 Nikita PopovMerge branch 'PHP-7.4'
2020-09-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-18 Nikita PopovUse MyISAM engine for new test
2020-09-18 Nikita PopovRun tidy
2020-09-18 Nikita PopovApply tidy to SKIPIF and CLEAN section as well
2020-09-18 Nikita PopovMerge branch 'PHP-7.4'
2020-09-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-18 Nikita PopovFix bug #80107: Handling of large compressed packets
2020-09-18 Máté KocsisBug #80107 Add test for mysqli_query() fails for ~16...
2020-09-18 Dmitry StogovCleanup observer API and add JIT support
2020-09-18 Máté KocsisFix UNKNOWN default values in ext/pdo_pgsql
2020-09-18 Máté KocsisUpdate the default values of xmlwriter_write_dtd_entity()
2020-09-18 Nikita PopovRemove support for EXT_NOP
2020-09-17 Sammy Kaye... Remove specialization of SPEC(OBSERVER) handlers
2020-09-17 Dmitry StogovSupport for ZEND_COMPILE_EXTENDED_STMT
2020-09-17 Nikita PopovRemove vestiges of embedded mysql from tests
next