]> granicus.if.org Git - php/shortlog
php
2020-08-27 Nikita PopovFix leak on failed DatePeriod initialization
2020-08-27 Nikita PopovAllow removing non-existing key from WeakMap
2020-08-27 Nikita PopovClean up strtok implementation
2020-08-27 Nikita PopovFix use-after-free is WeakMap key and value are the...
2020-08-27 Dmitry StogovEliminate ZSTR_IS_INTERNED() check
2020-08-27 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-27 Christoph M... Catch potential exceptions during to string conversion
2020-08-27 Nikita PopovEnforce memory limit in tracked allocation mode
2020-08-27 Dmitry StogovCheck interrupt only if the link is a part of the loop.
2020-08-27 Dmitry StogovRename zend_jit_var_may_be_modified_indirectly() into...
2020-08-26 Dmitry StogovCheck reference guard once
2020-08-26 Dmitry StogovUse "movaps" instead of "movsd" to copy the whole ...
2020-08-26 Dmitry StogovFixed reference-counting
2020-08-26 Nikita PopovMerge branch 'PHP-7.4'
2020-08-26 Nikita PopovProperty handle read_property exception in fetch_proper...
2020-08-26 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-26 Christoph M... Fix com_safearray_proxy related memory management issues
2020-08-26 Nikita PopovLowercase method name in zend_call_method()
2020-08-26 Nikita PopovFix pass by ref error for named params
2020-08-26 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-26 Christoph M... Separate COM::__construct()s $server_name array
2020-08-26 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-26 Christoph M... Fix #64130: COM obj parameters passed by reference...
2020-08-26 George Peter... Drop various unused macros/APIs
2020-08-26 Nikita PopovMerge branch 'PHP-7.4'
2020-08-26 Nikita PopovFix file name clash in test
2020-08-26 Nikita PopovFix memory leak on unknown named param in iterator...
2020-08-26 Nikita PopovMerge branch 'PHP-7.4'
2020-08-26 Nikita PopovAvoid socket path clash in test
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...
next