]> granicus.if.org Git - php/shortlog
php
2020-05-29 Dmitry StogovAllow tracing JIT generate code when function exits...
2020-05-29 Nikita PopovRemove json checks in fuzzer SAPI
2020-05-29 Dmitry StogovDon't add guards that are not going to be checked
2020-05-28 Dmitry StogovFixed use-after-free in tracing JIT when recording...
2020-05-28 Tyson AndreClean up calls to extension_loaded('json') in tests
2020-05-28 Dmitry StogovFixed tracing JIT type inference for passing undefined...
2020-05-28 Dmitry StogovFixed incorrect trace type inference for top-level...
2020-05-28 Dmitry StogovFixed incorrect type inference
2020-05-28 Christoph M... Merge branch 'PHP-7.4'
2020-05-28 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-28 Christoph M... Fix PVS-Studio integration
2020-05-28 David CarlierBuild fix for newer versions of NetBSD.
2020-05-28 Nikita PopovEnsure Exception::getFile/getLine return type is correct
2020-05-28 Nicolas GrekasRun Symfony tests in per-component
2020-05-28 Nicolas GrekasRe-enable Symfony test on PHP 8
2020-05-28 Nikita PopovMake Exception::$previous a typed property
2020-05-28 Nikita PopovMake Exception::$trace typed array property
2020-05-28 Dmitry StogovAvoid recording of uninitialized types.
2020-05-28 Máté KocsisAdd some mixed parameter types and fix UNKNOWN default...
2020-05-28 Nikita PopovExtract code for declaring Exception/Error properties
2020-05-28 Nikita PopovConvert Exception::getMessage() result to string
2020-05-28 Dmitry StogovSplit "opcache.jit_max_recursion_unroll" into "opcache...
2020-05-28 Nicolas GrekasFix func info for sodium_crypto_aead_xchacha20poly1305_...
2020-05-28 Nikita PopovMerge branch 'PHP-7.4'
2020-05-28 Nikita PopovUse automatic port assignment in socket_import/export...
2020-05-27 Dmitry StogovAdd a side exit on enter to function if it may be calle...
2020-05-27 Dmitry StogovKeep information about SEND_UNPACK/SEND_ARRAY in call_info
2020-05-27 Dmitry StogovFixed tracing JIT support for ZEND_RETURN_BY_REF in...
2020-05-27 Dmitry StogovFixed tracing JIT for CALL VM
2020-05-27 Dmitry StogovRevert "Fixed tracing JIT for CALL VM"
2020-05-27 Remi Colletalways build json statically
2020-05-27 Tyson Andre[RFC] Always enable JSON support in php 8.0
2020-05-27 Dmitry StogovFixed tracing JIT for CALL VM
2020-05-27 Christoph M... Mark several phpdbg tests as xfail
2020-05-27 Nikita PopovAdd support for * width and precision in printf()
2020-05-27 Dmitry StogovMerge branch 'PHP-7.4'
2020-05-27 Dmitry StogovMerge branch 'PHP-7.3' into PHP-7.4
2020-05-27 Dmitry StogovFixed possible usage of uninitialized value
2020-05-27 Nikita PopovAdd support for %h and %H in printf()
2020-05-27 Nikita PopovReturn empty array instead of null from enchant APIs
2020-05-27 Dmitry StogovFixed JIT for ext/opcache/tests/bool_not_cv.phpt with...
2020-05-27 Alex DowadTweak style and grammar in proc_open.c
2020-05-27 Alex DowadAvoid compiler warnings in proc_open.c
2020-05-27 Dmitry StogovFixed JIT for ext/opcache/tests/jit/cmp_004.phpt with...
2020-05-27 Dmitry StogovSet proper jit_extension for inherited methods
2020-05-26 Máté KocsisLet's try to fix the JIT compiler warning
2020-05-26 Máté KocsisImprove type error messages when an object is given
2020-05-26 Christoph M... Fix picky builds
2020-05-26 Christoph M... Merge branch 'PHP-7.4'
2020-05-26 Christoph M... Enable phpdbg tests on AppVeyor
2020-05-26 Christoph M... Make phpdbg test portable
2020-05-26 Christoph M... Fix several mostly Windows related phpdbg bugs
2020-05-26 Christoph M... Fix #73926: phpdbg will not accept input on restart...
2020-05-26 Christoph M... Merge branch 'PHP-7.4'
2020-05-26 Christoph M... Fix #79595: zend_init_fpu() alters FPU precision
2020-05-26 Dmitry StogovFixed JIT for integer overflow checks
2020-05-26 Nikita PopovFix variable type
2020-05-26 Tyson AndreAllow generators to have a real return type of `mixed...
2020-05-26 Derick RethansMerge branch 'PHP-7.4'
2020-05-26 Derick RethansAdd (expected) release date, and new header for 7.4.8
2020-05-26 Derick RethansThis bug fix was cherry picked into 7.4.6
2020-05-26 Max SemenikSupport catching exceptions without capturing them...
2020-05-26 Nikita PopovMerge branch 'PHP-7.4'
2020-05-26 Nikita PopovRespect typed references in catch assignment
2020-05-26 Nikita PopovMerge branch 'PHP-7.4'
2020-05-26 Nikita PopovFix zend_assign_to_typed_ref() implementation
2020-05-26 Dmitry StogovFixed JIT for (LONG_MIN % -1)
2020-05-26 Derick RethansMerge branch 'PHP-7.4'
2020-05-26 Derick RethansFixed historical dates in NEWS
2020-05-26 Nikita PopovClarify ZEND_CATCH code
2020-05-26 Max SemenikImprove language in error messages
2020-05-26 Christoph M... Merge branch 'PHP-7.4'
2020-05-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-26 Christoph M... 7.3.20 will be next
2020-05-26 Dmitry StogovFixed JIT for SEND_VAR $undefined_cv
2020-05-25 Nikita PopovRevert "Fixed JIT for SEND_VAR $undefined_cv"
2020-05-25 Dmitry StogovFixed tracing JIT for RETRUN $undefined_cv
2020-05-25 David Carlierproc_open FreeBSD build fix
2020-05-25 Máté KocsisAnnotate internal functions with the mixed type
2020-05-25 Máté KocsisFix ZPP of v*printf()
2020-05-25 Máté KocsisPromote warning related to operator overloading in...
2020-05-25 Dmitry StogovFixed JIT for SEND_VAR $undefined_cv
2020-05-25 Dmitry StogovZEND_ACC_IMMUTABLE may be reset for closures
2020-05-25 Dmitry StogovKeep trace number in EG(jit_trace_num) instead of EG...
2020-05-25 Dmitry StogovCheck for ZEND_HANDLE_EXCEPTION opcode before accessing...
2020-05-25 Dmitry StogovReplace warning code by side exit to VM
2020-05-25 Dmitry StogovReorder conditions to save one instruction in recursive...
2020-05-25 Christoph M... PGSQL and POD_SQL: don't include pg_config.h
2020-05-24 Tyson AndreFail in `./configure` when no opcache shm backends...
2020-05-22 George Peter... Refactor ZPP API to use uint32_t as everywhere else
2020-05-22 George Peter... [skip-ci] Update UPGRADING
2020-05-22 Nikita PopovMerge branch 'PHP-7.4'
2020-05-22 Nikita PopovRevert "Fix #79595: zend_init_fpu() alters FPU precision"
2020-05-22 George Peter... Remove depreacted curly brace offset syntax
2020-05-22 Nikita PopovMerge branch 'PHP-7.4'
2020-05-22 Alex DowadShow diffs for failed tests on Azure CI
2020-05-22 Máté KocsisAdd support for the mixed type
2020-05-22 Christoph M... Raise ext/pgsql requirements to PostGreSQL 7.4
2020-05-22 Christoph M... Merge branch 'PHP-7.4'
2020-05-22 Christoph M... Fix #79595: zend_init_fpu() alters FPU precision
next