]> granicus.if.org Git - php/shortlog
php
2021-01-19 Nikita Popovgen_stub: Also verify implementation-alias
2021-01-18 Nikita PopovMerge branch 'PHP-8.0'
2021-01-18 Nikita PopovSplFileObject::fgets() cannot return false
2021-01-18 Nikita Popovgen_stub: Don't use $aliasMap during verification
2021-01-18 Nikita PopovMerge branch 'PHP-8.0'
2021-01-18 Nikita PopovSync gzgets signature with fgets
2021-01-18 Craig FrancisUse ENT_QUOTES|ENT_SUBSTITUTE default for HTML encoding...
2021-01-18 Nikita Popovgen_stub: Compare phpdoc return type in --verify
2021-01-18 Nikita PopovMerge branch 'PHP-8.0'
2021-01-18 Nikita PopovSync datefmt_get_calendar_object signature
2021-01-18 Nikita PopovSync intlcal_create_instance() and IntlCalendar::create...
2021-01-18 Nikita PopovSync date_diff and DateTime::diff return type
2021-01-18 Nikita PopovMerge branch 'PHP-8.0'
2021-01-18 Nikita PopovFix parameter name of PharData::getMetadata()
2021-01-18 Nikita Popovgen_stub: Allow additional text after @return
2021-01-18 Nikita Popovgen_stub: Automatically add function name to exceptions
2021-01-18 Nikita PopovMerge branch 'PHP-8.0'
2021-01-18 Dylan K. TaylorFix stub for Phar::setStub()
2021-01-18 Christoph M... Merge branch 'PHP-8.0'
2021-01-18 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-18 Christoph M... Fix #80595: Resetting POSTFIELDS to empty array breaks...
2021-01-18 David Carlierposix: adding freebsd specific rlimit constants
2021-01-18 Nikita PopovRemove redundant posix_getrlimit_basic.phpt
2021-01-18 Nikita PopovFix memsize check for xxh32
2021-01-18 Nikita PopovFix $GLOBALS[] in isset and unset
2021-01-18 David CARLIERhrtime implementation update for Mac
2021-01-18 Ayesh KarunaratneCurl: Add CURLOPT_DOH_URL option
2021-01-17 Anatol BelskiNEWS: Fix typo [ci skip]
2021-01-17 Tyson AndreSkip bug77423 if filter extension is unavailable.
2021-01-15 Alex DowadRemove useless constant MBFL_ENCTYPE_MBCS
2021-01-15 Alex DowadRemove unused macros from mbfilter_cp51932.c, mbfilter_...
2021-01-15 Alex DowadRemove useless mbstring encoding 'JIS-ms'
2021-01-15 Alex DowadRemove useless mbstring encoding 'CP50220-raw'
2021-01-15 Alex DowadCP5022{0,1,2}: treat truncated multibyte characters...
2021-01-15 Alex DowadAdd test suite for CP5022{0,1,2}
2021-01-15 Nikita PopovProtect against buffer overflow in xxhash unserialization
2021-01-15 Nikita PopovLimit unserialization element count more aggressively
2021-01-15 Nikita PopovCheck for append to $GLOBALS
2021-01-15 Nikita PopovReplace zend_bool uses with bool
2021-01-15 Nikita PopovPrint "interned" instead of fake refcount in debug_zval...
2021-01-15 Nikita PopovBuild PDO OCI and OCI8 on azure
2021-01-15 Nikita PopovFix misleading indentation warning in pdo_oci
2021-01-15 Nikita Popovcompare_function() returns zend_result
2021-01-15 Nikita PopovRemove the convert_to_long_base function
2021-01-15 Alex DowadCP5022{0,1,2}: treat unrecognized escapes as error
2021-01-15 Alex DowadCP5022{0,1,2}: use JISX0201 for U+203E (overline)
2021-01-15 Alex DowadCP5022{0,1,2}: convert Unicode codepoints in 'user...
2021-01-15 Alex DowadCP5022{0,1,2}: convert characters in ku 0x2D (13th...
2021-01-15 Alex DowadStricter handling of erroneous input when converting...
2021-01-15 George Peter... [skip-ci] Add minimal build instruction for Fedora
2021-01-14 Anna FilinaAdd test to verify file_get_contents error with folder
2021-01-14 Alex DowadJIS7/JIS8 encoding: treat truncated multibyte character...
2021-01-14 Alex DowadJIS7/JIS8 encoding: handle invalid 2nd byte for Kanji...
2021-01-14 Alex DowadJIS7/JIS8 encoding: use JISX0201 for U+203E (overline)
2021-01-14 Alex DowadJIS7/JIS8 encoding: treat unrecognized escapes as error
2021-01-14 Alex DowadAdd comment explaining why ISO-2022-JP-2004, etc string...
2021-01-14 Alex DowadISO-2022-JP-2004 conversion: handle invalid characters...
2021-01-14 Alex DowadISO-2022-JP-2004 conversion: treat unrecognized escapes...
2021-01-14 Alex DowadISO-2022-JP-2004 conversion: represent backslash and...
2021-01-14 Nikita PopovRemove zend_locale_sprintf_double()
2021-01-14 Nikita PopovMake convert_to_*_ex simple aliases of convert_to_*
2021-01-14 Nikita PopovRemove Z_PARAM separate params where they don't make...
2021-01-14 Nikita PopovRemove SEPARATE_ZVAL_IF_NOT_REF() macro
2021-01-14 Nikita PopovRemove SEPARATE_ARG_IF_REF macro
2021-01-14 Nikita PopovMerge branch 'PHP-8.0'
2021-01-14 Nikita PopovFixed bug #80617: Type narrowing warning in ZEND_TYPE_I...
2021-01-14 Nikita PopovMerge branch 'PHP-8.0'
2021-01-14 Daniil GentiliFixed bug #80596: Fix anonymous class union typehint...
2021-01-14 sj-iFix outdated comment about refcounting in array.c ...
2021-01-14 sj-iFix #51758: delete an outdated comment from zend_object...
2021-01-14 Dmitry StogovMerge branch 'PHP-8.0'
2021-01-14 Dmitry StogovFixed bug #80422 (php_opcache.dll crashes when using...
2021-01-14 Adam BaratzRemove flakiness from tests
2021-01-12 Nikita PopovFix INDIRECT elements leaked by SPL __serialize impleme...
2021-01-12 Dmitry StogovAlways use CG(arena) for unin type lists
2021-01-12 Christoph M... Merge branch 'PHP-8.0'
2021-01-12 Christoph M... socket_create_pair() can no longer return NULL
2021-01-12 Nikita PopovMerge branch 'PHP-8.0'
2021-01-12 David CARLIERUse arc4random_buf on macOS
2021-01-12 Nikita PopovMerge branch 'PHP-8.0'
2021-01-12 Nikita PopovAdd support for union types for internal functions
2021-01-12 Nikita PopovMerge branch 'PHP-8.0'
2021-01-12 Nikita PopovUse ephemeral port in socket_create_listen_used.phpt
2021-01-12 Nikita PopovRemove unused bind_hash member
2021-01-12 Nikita PopovMerge branch 'PHP-8.0'
2021-01-12 Jens de NiesFixed bug #80545
2021-01-12 Dmitry StogovCleanup:
2021-01-12 Adam BaratzAdd MSSQL setup to Azure Pipelines build
2021-01-11 Dmitry StogovPHP array cannot refer to EG(symbol_table) any more...
2021-01-11 Christoph M... Merge branch 'PHP-8.0'
2021-01-11 Christoph M... Revert fix for bug 76813 and re2c version bump
2021-01-11 Dmitry StogovPHP array cannot refer to EG(symbol_table) any more...
2021-01-11 Nikita PopovFuzzer: Gracefully handle hashes that cannot be serialized
2021-01-11 Christoph M... Merge branch 'PHP-8.0'
2021-01-11 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-11 Christoph M... Revert "Fix #76813: Access violation near NULL on sourc...
2021-01-11 Dmitry StogovMerge branch 'PHP-8.0'
2021-01-11 Dmitry StogovAdd guard if lvalue of assignment may be a reference...
2021-01-11 Dmitry StogovBetter CPU registers usage
2021-01-11 Dmitry StogovRemove redundand IS_INDIRECT checks (they were necessar...
next