]> granicus.if.org Git - php/shortlog
php
2020-09-28 Dmitry StogovImproved trace selection rules
2020-09-28 Nikita PopovPromote warnings in ext/xsl
2020-09-28 Nikita PopovRemove unused XSL_DOMOBJ_NEW() macro
2020-09-28 Dmitry StogovFixed usage of invalid frame for exit point
2020-09-28 Nikita PopovConsistently handle out of bounds offsets in iconv_strpos()
2020-09-28 George Peter... Extensions should have the final say on their compiler...
2020-09-28 Nikita PopovSimplify iconv_strpos implementation
2020-09-28 Dmitry StogovMissed opline guard
2020-09-28 Nikita PopovThrow warning for invalid iconv charset
2020-09-28 Nikita PopovSkip one more imap test under asan
2020-09-28 Nikita PopovUpdate mbstring parameter names
2020-09-28 Matteo BeccatiFixed test for MySQL < 5.6
2020-09-27 Nikita PopovMake mysqli_warning constructor private
2020-09-27 Larry GarfieldRename mysqli parameters to be more logical
2020-09-27 Levi MorrisonClean up spl_fixedarray.c
2020-09-27 Nikita PopovAllow attributes to be applied to property/constant...
2020-09-27 Nikita PopovMake constexpr compilation robust against multiple...
2020-09-27 Nikita PopovHonor strict_types=1 for attributes, improve backtraces
2020-09-26 Matteo BeccatiSkip test with ICU version < 58
2020-09-25 Sammy Kaye... Pass zend_execute_data instead of zend_function to...
2020-09-25 George Peter... Promote warning to ValueError for Spoofchecker::setRest...
2020-09-25 George Peter... Merge branch 'PHP-7.4'
2020-09-25 George Peter... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-25 George Peter... Fix logic error in PDO
2020-09-25 George Peter... Inverse logic in do_fetch() to reduce a level of indent...
2020-09-25 George Peter... Drop do_bind argument in do_fetch(_common)() in PDO
2020-09-25 Nikita PopovUse callable type in register_shutdown_function()
2020-09-25 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-25 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-25 Christoph M... Fix #80147: BINARY strings may not be properly zero...
2020-09-25 Christoph M... Rename $qualifier/$owner params to $catalog/$schema
2020-09-25 Nikita PopovAdd proper count() parameter type
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
next