]> granicus.if.org Git - php/shortlog
php
2020-11-03 Nikita PopovFix use of type copy ctor when importing trait properties
2020-11-03 Nikita PopovAllow unlinked classes when performing in_compilation...
2020-11-03 Nikita PopovFix variance checks on resolved union types
2020-11-03 Nikita PopovDon't ignore internal classes during preloading
2020-11-03 Nikita PopovFix persisting property info table with internal parent
2020-11-03 Nikita PopovPreserve trait method alias name during preloading
2020-11-03 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-03 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-11-03 Nikita PopovFix another implicit function declaration in configure
2020-11-03 Chris BrownFix typo in UPGRADING
2020-11-03 Bogdan UngureanuImproved error message for typed class properties with...
2020-11-02 Chris Brown[ci skip] Fix small typo
2020-11-02 Nikita PopovRename opcache.jit_max_loops_unroll to opcache.jit_max_...
2020-11-02 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-02 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-11-02 Christoph M... Fix #70461: disable md5 code when it is not supported...
2020-11-02 DharmanFix tests for MariaDB
2020-10-30 Alex DowadFix test added in d44235acaeb4
2020-10-30 Alex DowadConvert numeric string array keys to integers correctly...
2020-10-30 Nikita PopovFIxed bug #80299
2020-10-30 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-30 Nikita PopovFix SSA integrity violation for type inference in dead...
2020-10-30 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-30 Christoph M... Fix bug79177.phpt wrt. JIT
2020-10-30 Nikita PopovFix signed integer overflow
2020-10-30 Nikita PopovFixed bug #80290
2020-10-30 Dmitry StogovCreate TSSA loops for recursive call/return traces...
2020-10-29 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-29 DharmanFix bug #72413: Segfault with get_result and PS cursors
2020-10-29 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-29 Nikita PopovHandle errors during PDO row fetch
2020-10-29 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-29 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-29 Christoph M... Fix format specifier
2020-10-29 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-29 Nikita PopovReport gone away error in one more place
2020-10-29 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-29 Christoph M... [ci skip] Fix NEWS order
2020-10-29 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-29 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-29 Christoph M... Fix #44618: Fetching may rely on uninitialized data
2020-10-29 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-29 Nikita PopovRetain QUIT_SEND connection state
2020-10-28 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-28 Nikita PopovFixed bug #65825
2020-10-28 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-28 Christoph M... Fix #79177: FFI doesn't handle well PHP exceptions...
2020-10-28 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-28 Nikita PopovFixed bug #66528
2020-10-28 Dmitry StogovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-28 Dmitry StogovFixed run-time binding of preloaded dynamically declare...
2020-10-28 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-28 DharmanHandle mysqli errors in more cases
2020-10-28 Nikita PopovSync test with master
2020-10-28 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-28 DharmanFix bug #79375
2020-10-28 Dmitry StogovDon't force rebuild of symbol table, when populating...
2020-10-28 Dmitry StogovFixed memory leak in Zend/tests/bug78999.phpt
2020-10-27 Dmitry StogovFixed tracing JIT support for aliasses (Zend/tests...
2020-10-27 Dmitry StogovFixed support for named parameters (Zend/tests/named_pa...
2020-10-27 Gabriel CarusoUpdate NEWS for 8.0.0RC4
2020-10-27 Gabriel CarusoUpdate NEWS for PHP 8.0.0RC3
2020-10-27 Nikita PopovDon't throw for out of bounds offsets in strspn()
2020-10-27 Máté KocsisParameter type and name fixes in ext/standard
2020-10-27 Dmitry StogovFixed support for typed references
2020-10-27 Nikita PopovSkip bug46024.phpt under asan
2020-10-27 Dmitry StogovFixed tracing JIT for tests/classes/unset_properties...
2020-10-26 Dmitry StogovFixed memory leak
2020-10-26 Sammy Kaye... Add missing observer tests
2020-10-26 Dmitry StogovFixed register allocation
2020-10-26 Dmitry StogovFixed MAY_BE_INDIRECT inference.
2020-10-26 Dmitry StogovBetter JIT support for aliases
2020-10-26 Nikita PopovFix inconsistency in PDO transaction state
2020-10-26 Nikita PopovDeny serialization of finfo objects
2020-10-26 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-26 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-10-26 Nikita PopovDeny cloning of fileinfo objects
2020-10-26 DharmanConsistent error handling in mysqli_poll
2020-10-26 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-26 Christoph M... Revert "Fix out-of-bounds write"
2020-10-26 Nikita PopovRe-enable laravel tests
2020-10-26 Dmitry StogovFixed incorrect register allocation in ext/gd/tests...
2020-10-26 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-26 bashkarevDon't set xdebug.default_enable in run-tests
2020-10-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-26 Christoph M... Fix #80268: loadHTML() truncates at NUL bytes
2020-10-26 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-10-26 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-10-26 Nikita PopovDeclare may_retry_reparse_point on windows only
2020-10-26 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-26 Christoph M... Fix #62474: com_event_sink crashes on certain arguments
2020-10-26 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-26 Christoph M... Fix #80258: Windows Deduplication Enabled, randon permi...
2020-10-26 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-10-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-10-26 Christoph M... Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard...
2020-10-26 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
next