]> granicus.if.org Git - php/shortlog
php
2020-06-03 Dmitry StogovAvoid useless register reload
2020-06-03 Nikita PopovFix typo in skipif section
2020-06-03 Dmitry StogovAvoid useless REFCOUNTED check
2020-06-03 Christoph M... Fix #79665: ini_get() and opcache_get_configuration...
2020-06-03 Dmitry StogovUse cheaper zend_rethrow_exception() instead of zend_th...
2020-06-03 Nikita PopovMerge branch 'PHP-7.4'
2020-06-03 Nikita PopovReport len as -1 instead of INT_MAX
2020-06-03 Nikita PopovMerge branch 'PHP-7.4'
2020-06-03 Nikita PopovSkip new watch point test under asan
2020-06-03 Dmitry StogovHandle VM interrupts after DO_ICALL through side exits
2020-06-03 Nikita Popov%d out token IDs in test
2020-06-02 Dmitry StogovAvoid reference counting when RETURN CV
2020-06-02 Dmitry StogovAdded missed helper
2020-06-02 Christoph M... Skip new test case on Windows when JIT is enabled
2020-06-02 Christoph M... Merge branch 'PHP-7.4'
2020-06-02 Christoph M... Fix #73927: phpdbg fails with windows error prompt...
2020-06-02 Dmitry StogovTracing JIT support for indirect CV modification (may...
2020-06-02 Dmitry StogovAfdded misse MAY_BE_ARRAY_* flags
2020-06-02 Christoph M... Merge branch 'PHP-7.4'
2020-06-02 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-02 Christoph M... Fix #79664: PDOStatement::getColumnMeta fails on empty...
2020-06-02 Nikita PopovAdd some mixed types
2020-06-01 Dmitry StogovFixed retutn type inference when return undefined variable
2020-06-01 Christoph M... Merge branch 'PHP-7.4'
2020-06-01 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-01 Christoph M... Fix #79650: php-win.exe 100% cpu lockup
2020-06-01 Dmitry StogovFixed tracing JIT for closure run_time_cache access
2020-05-31 Ilija ToviloFix php_get_args function info return type and add...
2020-05-31 Nikita PopovAdd UPGRADING note for pty support
2020-05-31 Nikita PopovAdd UPGRADING note for xmlrpc unbundling
2020-05-31 Nikita PopovFix some line overruns in UPGRADING
2020-05-31 Nikita PopovMove upgrading note for mixed
2020-05-31 Daniel RufFix small typo in comment
2020-05-31 Moniupdate node-fetch url
2020-05-30 Máté KocsisFix #79653 Unexpected error for ArrayIterator::ksort()
2020-05-30 George Peter... Use ZPP callable check for spl_autoload_register.
2020-05-30 Máté KocsisFix #79652 Ensure that the mixed type is displayed...
2020-05-29 Christoph M... Unbundle ext/xmlrpc
2020-05-29 Máté KocsisAdd upgrading notes about the deprecated functionality...
2020-05-29 Máté KocsisConvert enchant resources to opaque objects
2020-05-29 Christoph M... Support libzip 1.6 on Windows
2020-05-29 Nikita PopovFix Windows build
2020-05-29 Dmitry StogovFixed tracing JIT register allocator (failure on ext...
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
next