]> granicus.if.org Git - php/shortlog
php
2020-09-25 Máté KocsisPromote a few forgotten warnings to exceptions
2020-09-25 Máté KocsisUpdate ext/odbc stub hash
2020-09-25 Máté KocsisImprove parameter names in ext/curl
2020-09-25 Nikita PopovUnify 32-bit/64-bit str_split tests
2020-09-25 Nikita PopovNormalize substr() behavior
2020-09-24 Simonov DenisFix #64937: Firebird PDO preprocessing sql
2020-09-24 Christoph M... Remove outdated link to bug report
2020-09-24 Máté KocsisFix UNKNOWN default values in ext/odbc
2020-09-24 Máté KocsisImprove parameter names in ext/hash and ext/openssl
2020-09-24 Nikita PopovUpdate fileinfo parameter names
2020-09-24 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-24 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-24 Christoph M... Use proper skipif section
2020-09-24 Nikita PopovSkip imap_lsub_basic.phpt under asan
2020-09-24 Nikita PopovAdd option to print parameter name stats to gen_stub
2020-09-24 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-24 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-24 Christoph M... Fix #78470: odbc_specialcolumns() no longer accepts...
2020-09-24 Christoph M... Fix test for cases where data sources are available
2020-09-24 Nikita PopovSkip unnecessary unknown() frames
2020-09-24 Nikita PopovMore precise type in mysqli_result constructor
2020-09-23 Christoph M... Clear error flag instead of toggling it
2020-09-23 Dmitry StogovImprove trace selection (avoid blacklisting of trace...
2020-09-23 George Peter... Promote warnings to Error in IMAP extension
2020-09-23 Dmitry StogovReplace ZEND_JIT_TRACE_STOP_RETURN_HALT and ZEND_JIT_TR...
2020-09-23 Nikita PopovRemove unused --temp-urlbase option from run-tests.php
2020-09-23 Christoph M... Fix #80139: copy_variation5.phpt fails when run on...
2020-09-23 twoseeImprove PDO::inTransaction() support for MySQL
2020-09-23 Christoph M... Clean up file created during testing
2020-09-23 Christoph M... Fix test case
2020-09-23 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-23 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-23 Christoph M... Fix #76735: Incorrect message in fopen on invalid mode
2020-09-23 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-23 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-23 Christoph M... Fix #77493: curl_basic_009 fails with newer curl versions
2020-09-23 Nikita PopovConsistent error handling for fgetcsv/fputcsv
2020-09-23 Máté KocsisFix a few ZEND_UNREACHABLE() calls
2020-09-23 Nikita PopovFix shift ub
2020-09-23 Remi Colletfor consistency use for all *Name methods
2020-09-23 Alex DowadSplFixedArray is Aggregate, not Iterable
2020-09-22 George Peter... Tweak some macro definition on Windows
2020-09-22 Nikita PopovFix double free on unpack error
2020-09-22 Dmitry StogovFix extra args leak
2020-09-22 George Peter... Promote warnings to error in DOM extension
2020-09-22 George Peter... Drop usage of E_RECOVERABLE_ERROR in Session extension
2020-09-22 George Peter... Add proper default values for optional arguments in...
2020-09-22 George Peter... Refactor imap_mail()'s internal implementation to use...
2020-09-22 Nikita PopovTry to fix test
2020-09-22 Nikita PopovHandle out-of-bounds offset consistently in grapheme_...
2020-09-22 Nikita PopovFix grapheme out of bounds check
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 #76943: Inconsistent stream_wrapper_restore() errors
2020-09-22 George Peter... Skip IMAP test which chokes on ASAN build
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
next