]> granicus.if.org Git - php/shortlog
php
2020-08-26 Dmitry StogovImproved JIT for FETCH_DIM_R/IS and ISSET_DIM_OBJ
2020-08-26 Nikita PopovFix passing of undef var to named arg
2020-08-26 Nikita PopovFix memory leak on unknown named param
2020-08-26 Nikita PopovMerge branch 'PHP-7.4'
2020-08-26 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-08-26 Nikita PopovFix memory leak when yielding from non-iterable
2020-08-26 Nikita PopovFix over-eager named params optimization
2020-08-26 Nikita PopovPrevent ResourceBundle double-construction
2020-08-26 Nikita PopovPrevent double-construction of NumberFormatter
2020-08-26 Nikita PopovPrevent double-construction of IntlGregorianCalendar
2020-08-26 Nikita PopovPrevent double-construction of IntlRuleBasedBreakIterator
2020-08-25 Dmitry StogovUse guard to check if array is packed or hash
2020-08-25 Dmitry StogovPrevent negative array index access
2020-08-25 Dmitry StogovMerge branch 'jit_match'
2020-08-25 Dmitry StogovAvoid priniting "array [long, string] of"
2020-08-25 Nikita PopovMerge branch 'PHP-7.4'
2020-08-25 Nikita PopovDon't enable --with-mm in CI
2020-08-25 Dmitry StogovRecord information about packed arrays
2020-08-25 Máté KocsisPromote warnings to exceptions in ext/pcre
2020-08-25 Dmitry StogovInfer information about packed/hash arrays and use...
2020-08-25 Nikita PopovEnsure RuleBasedBreakIterator constructor throws on...
2020-08-25 Máté KocsisPromote warnings to exceptions in ext/simplexml
2020-08-25 Dmitry StogovFixed JIT failure on "$a = []; $a[1] += 2;"
2020-08-25 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-25 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-25 Nikita PopovClean up BreakIterator create_object handler
2020-08-25 Nikita PopovFix XMLWriter::writeDtdEntity() stub
2020-08-25 Christoph M... Avoid double-free
2020-08-25 Máté KocsisPromote warnings to exceptions in ext/shmop
2020-08-25 Máté KocsisPromote warnings to exceptions in ext/pcntl
2020-08-25 Nikita PopovMerge branch 'PHP-7.4'
2020-08-25 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-08-25 Nikita PopovRemove bogus REGISTER_LONG_CONSTANT
2020-08-25 twoseeRemove useless same_zval function
2020-08-25 Máté KocsisPromote warnings to exceptions in ext/phar
2020-08-25 Máté KocsisPromote warnings to exceptions in ext/xmlreader
2020-08-25 Nikita PopovDon't return temporary from SXE write_property handler
2020-08-25 Nikita PopovSimplify change_node_zval implementation
2020-08-25 Dmitry StogovMove AVOID_REFCOUNTING type info flag into a separate bit
2020-08-24 Dmitry StogovSupport for CASE_STRICT
2020-08-24 Dmitry StogovJIT for MATCH and CASE_STRICT instructions
2020-08-24 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-24 Máté KocsisPromote warning to exception in ext/enchant
2020-08-24 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-24 Christoph M... Fix potential integer overflow detected by oss-fuzz
2020-08-24 Máté KocsisPromote warning to exception in ext/posix
2020-08-24 Máté KocsisPromote warnings to exceptions in ext/filter
2020-08-24 Nikita PopovDrop a spurious zend_string_release
2020-08-24 Nikita PopovClean up setlocale implementation
2020-08-24 Nikita PopovRemove php_my_setlocale workaround
2020-08-24 Nikita PopovFix refcounting for the named params case as well
2020-08-24 Nikita PopovMerge branch 'PHP-7.4'
2020-08-24 Nikita PopovFix refcounting
2020-08-24 Tyson AndreCheck for duplicate names in gen_stub.php
2020-08-24 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-24 Christoph M... Fix #79979: passing value to by-ref param via CUFA...
2020-08-24 BerbeFix: Gracefully handle empty user input in run-tests.php
2020-08-24 David Carlierfurther network libraries detection for Haiku system.
2020-08-24 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-24 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-24 Christoph M... Fix #79986: str_ireplace bug with diacritics characters
2020-08-24 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-24 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-24 Christoph M... Fix #80002: calc free space for new interned string...
2020-08-24 Nikita PopovCheck variadic parameter for type and duplicate name
2020-08-24 Kees Cooksapi/fpm/config.m4: check for libapparmor's aa_change_p...
2020-08-24 Dmitry StogovFixed use-after-free introduced by aed1f785159e7c9e81da...
2020-08-23 Máté KocsisRemove custom hacks from gen_stub.php after PHP-Parser...
2020-08-23 Tyson AndreUpdate PHP-Parser from 4.3.0 to 4.9.0
2020-08-22 Christoph M... Fix #55847: DOTNET .NET 4.0 GAC new location
2020-08-22 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-22 Andy PostnikovFix #80007: Potential type confusion in unixtojd()...
2020-08-22 Christopher... Squash a Linux compile warning
2020-08-21 David Carlierfileinfo build fix proposal for haiku.
2020-08-21 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-21 David Carliersqlite3 linkage issue on some systems/package combinati...
2020-08-21 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-21 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-21 Manuel MauszFix wrong datatype
2020-08-21 Remi Colletensure installed ini don't interfere
2020-08-21 Christopher... OCI8 classes were already renamed in 8; this now follow...
2020-08-21 Dmitry StogovBetter register usage for ASSIGN_DIM_OP
2020-08-20 Dmitry StogovBetter registers usage
2020-08-20 Dmitry Stogovcleanup unused parameters
2020-08-20 Dmitry Stogovefree() doesn't use line number arguments (pass zeros)
2020-08-20 Dmitry Stogovmicro-optimization
2020-08-20 Máté KocsisPromote warnings to exceptions in ext/gd
2020-08-19 Dmitry StogovLoad zval type into register to eliminate double load
2020-08-19 Dmitry StogovShrink live intervals of IS_VAR/IS_TMP_VAR
2020-08-19 Dmitry StogovFixed tracing JIT crash in case SSA for op_array is...
2020-08-19 Benjamin EberleiUpdate NEWS w.r.t to bugfix #79968
2020-08-19 Benjamin EberleiFix #79968: Manipulation on unattached DOMChildNode...
2020-08-19 Dmitry StogovFixed memory leak (ext/hash/tests/mhash_001.phpt failure)
2020-08-19 Tyson AndreFix more basic function stubs
2020-08-18 Dmitry StogovCheck for exception after $this destruction
2020-08-18 Dmitry StogovFixed register allocation for CASE instruction. CASE...
2020-08-18 Máté KocsisPromote warnings to exceptions in ext/pspell
2020-08-18 Matteo BeccatiMerge branch 'PHP-7.4'
2020-08-18 Matteo BeccatiMerge branch 'PHP-7.3' into PHP-7.4
next