]> granicus.if.org Git - php/shortlog
php
2020-11-30 Dmitry StogovMerge branch 'PHP-8.0'
2020-11-30 Dmitry StogovPreallocate stack space for JIT in execute_ex() to...
2020-11-30 Dmitry StogovMerge branch 'PHP-8.0'
2020-11-30 Dmitry StogovFixed "may be used uninitialized" compilation warnings
2020-11-30 Christoph M... Merge branch 'PHP-8.0'
2020-11-30 Christoph M... Drop all JIT related XFAILS from phpdbg test suite
2020-11-30 Nikita PopovMerge branch 'PHP-8.0'
2020-11-30 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-30 Nikita PopovNext attempt to fix bug #80368
2020-11-30 George Peter... Merge branch 'PHP-8.0'
2020-11-30 George Peter... Fix Bug #80438: imap_msgno() incorrectly warns and...
2020-11-30 George Peter... Rename XmlParser to XMLParser for consistency with...
2020-11-30 Nikita PopovMerge branch 'PHP-8.0'
2020-11-30 Nikita PopovSuppress stream errors in mysqlnd
2020-11-30 Dmitry StogovMerge branch 'PHP-8.0'
2020-11-30 Dmitry StogovHide phpdbg/JIT incompatibility macro (JIT is disabled...
2020-11-30 Nikita PopovMerge branch 'PHP-8.0'
2020-11-30 Nikita PopovAdd additional entries to unserialize corpus
2020-11-30 Nikita PopovMerge branch 'PHP-8.0'
2020-11-30 Nikita PopovFix another ref source management bug in unserialize
2020-11-30 Christoph M... Merge branch 'PHP-8.0'
2020-11-30 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-30 Christoph M... Fix #76813: Access violation near NULL on source operand
2020-11-30 Dmitry StogovMerge branch 'PHP-8.0'
2020-11-30 Dmitry StogovDisable JIT with incompatible third-party extensions
2020-11-30 Nikita PopovMerge branch 'PHP-8.0'
2020-11-30 Nikita PopovFixed bug #80437
2020-11-30 Nikita PopovMerge branch 'PHP-8.0'
2020-11-30 Nikita PopovOnly replace IN_ARRAY result type for JMPZ/JMPNZ
2020-11-30 Christoph M... php_tidy_create_node() expects a fixed set of node_types
2020-11-30 Nikita PopovMerge branch 'PHP-8.0'
2020-11-30 Nikita PopovUse ephemeral ports in mcast_ipv*_recv.phpt
2020-11-29 Christoph M... Merge branch 'PHP-8.0'
2020-11-29 Christoph M... tidy::repairFile() and ::repairString() return string...
2020-11-28 Christoph M... Fix typos in comments
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovRespect strict_types during sccp function call evaluation
2020-11-27 Tyson AndreRemove duplicate str_split check, fix test expectation
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovDon't check for throwing calls in sccp function evaluation
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovFix handling of sccp exceptions
2020-11-27 Jakub ZelenkaMerge branch 'PHP-8.0'
2020-11-27 Jakub ZelenkaMerge branch 'PHP-7.4' into PHP-8.0
2020-11-27 Jakub ZelenkaMerge branch 'PHP-7.3' into PHP-7.4
2020-11-27 Jakub ZelenkaFix test for bug62890 to not depend on system cert...
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-27 Nikita PopovFix build for non-x86
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovHandle exceptions during SCCP function evaluation
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-27 Nikita PopovFix AVX detection
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovOnly use travis for cron jobs
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovMake sure zend_cpu_supports_pclmul() is always defined
2020-11-27 Christoph M... Merge branch 'PHP-8.0'
2020-11-27 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-27 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-11-27 Daniel BlackFix mysqli_get_client_stats test
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovAvoid direct calls to zend_cpu_supports()
2020-11-27 Nikita PopovAssert that cpuinfo is initialized before use
2020-11-27 Nikita PopovMove avx check into a macro
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-27 Nikita PopovFixed bug #80368
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovFixed bug #80433
2020-11-27 Nikita PopovMerge branch 'PHP-8.0'
2020-11-27 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-27 Nikita PopovFixed bug #80425
2020-11-26 Christopher... Merge branch 'PHP-8.0' into master
2020-11-26 Christopher... Update PECL package release date
2020-11-26 Christoph M... Merge branch 'PHP-8.0'
2020-11-26 Christoph M... Fix bug number
2020-11-26 Dmitry StogovMerge branch 'PHP-8.0'
2020-11-26 Dmitry StogovEliminate deafd stores
2020-11-26 Nikita PopovMerge branch 'PHP-8.0'
2020-11-26 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-26 Nikita PopovFix bug #80402: Don't strip -lpthread
2020-11-26 Sara GolemonMerge branch 'PHP-8.0'
2020-11-26 Sara GolemonRemove -dev from ZEND_VERSION
2020-11-25 Alex DowadConvert U+00AF (MACRON) to 0x8150 (FULLWIDTH MACRON...
2020-11-25 Alex DowadConvert U+FF5E (FULLWIDTH TILDE) to 0x8160 (WAVE DASH...
2020-11-25 Alex DowadConvert U+203E (OVERLINE) to 0x8150 (FULLWIDTH MACRON...
2020-11-25 Alex Dowad0x7E is not a tilde in Shift-JIS{,-2004}
2020-11-25 Alex Dowad0x5C is not a Yen sign in CP932 (or CP51932)
2020-11-25 Alex Dowad0x5C is not a backslash in Shift-JIS-2004
2020-11-25 Alex DowadEnhance handling of CP51932 encoding
2020-11-25 Alex DowadFix mbstring support for SJIS-Mobile (DoCoMo, KDDI...
2020-11-25 Alex DowadCombine MBFL_ENCTYPE_MWC2{BE,LE} constants
2020-11-25 Alex DowadCombine MBFL_ENCTYPE_WCS{2,4}{BE,LE} constants
2020-11-25 Alex DowadDon't pass invalid JIS X 0212, JIS X 0213, and Windows...
2020-11-25 Alex DowadDon't pass invalid JIS X 0208 characters through
2020-11-25 Alex DowadEnhance handling of CP932 text encoding
2020-11-25 Alex DowadBugfixes for findInvalidChars (helper for mbstring...
2020-11-25 Nikita PopovMerge branch 'PHP-8.0'
next