]> granicus.if.org Git - php/shortlog
php
2020-03-20 Derick RethansMerge branch 'PHP-7.4'
2020-03-20 Derick RethansMention which categories to use for patch releases
2020-03-20 Christoph M... Merge branch 'PHP-7.4'
2020-03-20 Christoph M... Fix potential test conflict
2020-03-20 Dmitry StogovChange jit_trace_stack_frame layout
2020-03-19 Dmitry StogovZEND_MAKE_REF can't throw
2020-03-19 Dmitry StogovJIT for STRLEN
2020-03-19 Dmitry StogovJIT for ECHO and variable string operands
2020-03-19 Dmitry StogovJIT for SEND_FUNC_ARG
2020-03-19 Christoph M... Merge branch 'PHP-7.4'
2020-03-19 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-19 Nate BrunetteFix #79396: DateTime hour incorrect during DST jump...
2020-03-18 Dmitry StogovJIT for ZEND_CHECK_FUNC_ARG
2020-03-18 Máté KocsisImprove argument error messages in ext/standard
2020-03-18 Dmitry StogovEliminate run-time check
2020-03-18 Christoph M... Merge branch 'PHP-7.4'
2020-03-18 Christoph M... Improve FFI test suite for Windows
2020-03-18 Nikita PopovImprove build instructions in README
2020-03-18 Nikita PopovMerge branch 'PHP-7.4'
2020-03-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-03-18 Nikita PopovClarify session.cookie_samesite="None"
2020-03-18 Dmitry StogovImproved JIT for BIND_GLOBAL
2020-03-18 Nikita PopovRevert "Fetch for read in nested property assignments"
2020-03-18 Remi Colletbump zp to 1.18.1 + doc
2020-03-18 Remi ColletFix bug #77960 add compr. /encr. options for ZipArchive...
2020-03-18 Nikita PopovFetch for read in nested property assignments
2020-03-18 Nikita PopovMerge branch 'PHP-7.4'
2020-03-18 Nikita PopovMake bug52820.phpt more robust
2020-03-18 Nikita PopovExplicitly start mysql
2020-03-18 Nikita PopovUse "set -e" in some pipeline steps
2020-03-18 Nikita PopovUse different scratch register in read_obj
2020-03-18 Nikita PopovExplicitly pass scratch register to SAVE_VALID_OPLINE
2020-03-17 Dmitry StogovResult of ASSIGN may be different from the assigned...
2020-03-17 Dmitry StogovUse zend_fetch_arg_info_type()
2020-03-17 Dmitry StogovUse _const_op_type() for converting constant into type...
2020-03-17 Nikita PopovImprove type inference
2020-03-17 Nikita PopovClean up a few more places
2020-03-17 Nikita PopovRemove object auto-vivification leftovers in type-inference
2020-03-17 Christoph M... Drop support for iconv without proper errno setting
2020-03-17 Dmitry StogovImproved JIT for ZEND_ASSIGN
2020-03-17 Nikita PopovFix typos
2020-03-17 Remi ColletMerge branch 'PHP-7.4'
2020-03-17 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
2020-03-17 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2020-03-17 Remi Colletbump verison to 7.2.30-dev
2020-03-17 Christoph M... Merge branch 'PHP-7.4'
2020-03-17 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-17 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2020-03-17 Christoph M... Fix NEWS
2020-03-17 Christoph M... Merge branch 'PHP-7.4'
2020-03-17 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-17 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2020-03-17 Christoph M... Merge branch 'PHP-7.4'
2020-03-17 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-17 Stanislav MalyshevFix test
2020-03-17 Stanislav MalyshevFix bug #79329 - get_headers should not accept \0
2020-03-17 Stanislav MalyshevFixed bug #79282
2020-03-17 Christoph M... Fix #79283: Segfault in libmagic patch contains a buffe...
2020-03-17 Christoph M... Fix #79371: mb_strtolower (UTF-32LE): stack-buffer...
2020-03-17 Stanislav Malyshev[ci skip] Update NEWS
2020-03-17 Stanislav MalyshevFix test
2020-03-17 Stanislav MalyshevFix bug #79329 - get_headers should not accept \0
2020-03-17 Stanislav MalyshevFixed bug #79282
2020-03-17 Christoph M... Fix #79283: Segfault in libmagic patch contains a buffe...
2020-03-17 Christoph M... Fix #79371: mb_strtolower (UTF-32LE): stack-buffer...
2020-03-17 Stanislav Malyshev[ci skip] Update NEWS
2020-03-17 Stanislav MalyshevFix test
2020-03-17 Stanislav MalyshevFix bug #79329 - get_headers should not accept \0
2020-03-17 Stanislav MalyshevFixed bug #79282
2020-03-17 Christoph M... Fix #79371: mb_strtolower (UTF-32LE): stack-buffer...
2020-03-16 Dmitry StogovStore informaton about class
2020-03-16 Dmitry StogovFixed recording classes of object references
2020-03-16 Nikita PopovFix assertion when (real) is used
2020-03-16 Nikita PopovSlightly deduplicate code
2020-03-16 Nikita PopovRemove "safe" argument from ZVAL_PTR_DTOR
2020-03-16 Nikita PopovFix typos
2020-03-16 Nikita PopovMerge EX variants of INFO macros
2020-03-16 Nikita PopovMerge EX variants of RANGE macros
2020-03-16 Nikita PopovMerge zend_may_throw(_ex)
2020-03-16 Nikita PopovRemove unnecessary cast
2020-03-16 Máté KocsisFix ZPP of MultipleIterator::detachIterator() and Multi...
2020-03-16 Máté KocsisAdd stubs for SplObjectStorage and MultipleIterator
2020-03-16 Máté KocsisAdd stubs for SplHeap and SplPriorityQueue
2020-03-16 Philipp TanlakAdd str_contains() function
2020-03-16 Nikita PopovMerge branch 'PHP-7.4'
2020-03-16 Nikita PopovDon't specify ports in socket_export_stream-4.phpt
2020-03-16 Stanislav Malyshev[ci skip] Update NEWS
2020-03-16 Stanislav MalyshevFix test
2020-03-16 Stanislav MalyshevFix bug #79329 - get_headers should not accept \0
2020-03-16 Stanislav MalyshevFixed bug #79282
2020-03-15 Christoph M... Merge branch 'PHP-7.4'
2020-03-15 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-15 Jacob DreesenFix typo in php.ini comment
2020-03-13 Dmitry StogovEmit warning about type narrowing for tracing JIT as...
2020-03-13 Dmitry StogovFixed RC inference for ZEND_ASSIGN_STATIC_PROP and...
2020-03-13 Dmitry StogovTracing JIT (it doesn't support register allocation...
2020-03-13 Nikita PopovAccept const op_array in zend_build_call_map
2020-03-13 Nikita PopovAdd assertions for DIM_W/RW uses
2020-03-13 Nikita PopovAlso remove dead arguments
2020-03-13 Nikita PopovRemove dead type narrowing code
next