]> granicus.if.org Git - php/shortlog
php
2021-03-01 Max SemenikFix E_DEPRECATED in zend_vm_gen.php
2021-03-01 Max Semenikrun-tests: drop support for ancient Valgrind versions
2021-03-01 Nikita PopovClarify types in XmlReader property handling
2021-02-27 Patrick AllaertRemove useless conditional #ifdef
2021-02-27 George Peter... Merge branch 'PHP-8.0'
2021-02-27 George Peter... Fix Bug #80800 imap_open() fails when the flags paramet...
2021-02-26 Dmitry Stogovserialize() optimization
2021-02-26 Dmitry StogovOptimize out zend_strpprintf() usage for simple concati...
2021-02-25 Dmitry StogovImprove SPL directory and stat() cache using zend_srtin...
2021-02-25 Felipe PenaMerge branch 'PHP-8.0'
2021-02-25 Felipe PenaMerge branch 'PHP-7.4' into PHP-8.0
2021-02-25 Felipe PenaFix memleak on ReflectionFunction and ReflectionGenerat...
2021-02-25 George Peter... Remove quicktester
2021-02-25 Remi ColletMerge branch 'PHP-8.0'
2021-02-25 Remi ColletMerge branch 'PHP-7.4' into PHP-8.0
2021-02-25 Remi Colletskip test with openssl < 1.1.0
2021-02-25 Christoph M... Merge branch 'PHP-8.0'
2021-02-25 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-02-25 Dylan K. TaylorCapture Microsoft-defined HRESULT exit codes exit codes
2021-02-25 Nikita PopovMerge branch 'PHP-8.0'
2021-02-25 David CARLIERcrc32 module, clang spurious warning removal.
2021-02-25 Dmitry StogovSpeed up __sleep() and __wakeup() calls
2021-02-25 Nikita PopovMerge branch 'PHP-8.0'
2021-02-25 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-02-25 Daniel Blackmysqlnd pam fix test error message
2021-02-24 Nikita PopovMerge branch 'PHP-8.0'
2021-02-24 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-02-24 Nikita PopovFix potential file collision in dom tests
2021-02-24 Felipe PenaMerge branch 'PHP-7.4' into PHP-8.0
2021-02-24 Felipe PenaFix bug #80757 (Exit code is 0 when could not open...
2021-02-24 Felipe PenaUpdate NEWS
2021-02-24 Dmitry StogovSwitch few functions useful in Symphony apps to new...
2021-02-24 Dmitry StogovFixed error message
2021-02-24 Nikita PopovAllow pointer to end of memory in IS_UNSERIALIZED()
2021-02-24 Dmitry StogovMerge branch 'PHP-8.0'
2021-02-24 Dmitry StogovFixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1)
2021-02-24 Dylan Tzend_compile.c: fix typo
2021-02-23 Max Semenikrun-tests: add skip cache
2021-02-23 Christoph M... Merge branch 'PHP-8.0'
2021-02-23 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-02-23 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2021-02-23 Dylan K. Taylorrun-tests: fixed exit code not being set on BORKED... PHP-7.3
2021-02-23 Nikita PopovFix Windows build
2021-02-23 Christoph M... Merge branch 'PHP-8.0'
2021-02-23 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-02-23 Christoph M... Update php_version.h to proper version number
2021-02-23 Nikita PopovRemove free_chunk API
2021-02-23 Nikita PopovRemove resize_chunk API
2021-02-23 Nikita PopovFixed bug #80761
2021-02-23 Nikita PopovMerge branch 'PHP-8.0'
2021-02-23 Nikita PopovFixed bug #80786
2021-02-23 Cameron PorterFixed bug #80724
2021-02-23 Darek SlusarczykFix #80329: Add option to specify LOAD DATA LOCAL white...
2021-02-22 Christoph M... Merge branch 'PHP-8.0'
2021-02-22 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-02-22 Christoph M... Fix #75776: Flushing streams with compression filter...
2021-02-22 Máté KocsisGenerate class entries from stubs for com, standard...
2021-02-22 Christoph M... Merge branch 'PHP-8.0'
2021-02-22 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-02-22 Christoph M... Fix #80771: phpinfo(INFO_CREDITS) displays nothing...
2021-02-22 Christoph M... Merge branch 'PHP-8.0'
2021-02-22 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-02-22 Christoph M... Fix #80774: session_name() problem with backslash
2021-02-22 Nikita PopovMerge branch 'PHP-8.0'
2021-02-22 Nikita PopovFix trampoline leak on dynamic static call of non-stati...
2021-02-22 Nikita PopovDon't resolve special class names
2021-02-22 Nikita PopovMerge branch 'PHP-8.0'
2021-02-22 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-02-22 Nikita PopovFixed bug #80781
2021-02-22 Markus StaabFix typo [ci skip]
2021-02-21 Anatol BelskiNEWS: Associate FR to xxHash additions
2021-02-21 Anatol BelskiUPGRADING: Add note about xxHash secret and fix a typo
2021-02-20 Anatol Belskihash: Implement secret support for xxh3 and xxh128
2021-02-20 Dmitry StogovRevert "Remove class validation. zend_lookup_class_ex...
2021-02-20 Dmitry StogovRemove class validation. zend_lookup_class_ex() perform...
2021-02-20 Dmitry StogovReduce ZPP API overhead
2021-02-20 Nikita PopovFix closure GC handler for fake closures
2021-02-20 Dmitry StogovFixed NULL pointer dereference
2021-02-19 Dmitry StogovAttempt to fix ext\standard\tests\file\basename_bug6639...
2021-02-19 Dmitry StogovImprove basename(). Avoid calling mblen() for ASCII...
2021-02-18 Anton VasilievFix typo
2021-02-18 Nikita PopovFix crash during default value evaluation
2021-02-18 Dmitry StogovProperly relove self::CONSTANT at compile time
2021-02-18 Nikita PopovFixed bug #53826
2021-02-18 Dmitry StogovWe don't need map_ptr slots for op_array.run_time_cache...
2021-02-18 Máté KocsisGenerate ext/spl class entries from stubs
2021-02-18 Nikita PopovFixed bug #75474
2021-02-18 Nikita PopovFix static variable behavior with inheritance
2021-02-18 Nikita PopovInitialize property to UNDEF on unserialize overwrite
2021-02-18 Nikita PopovMerge branch 'PHP-8.0'
2021-02-18 Nikita PopovAvoid signed integer overflow in substr()
2021-02-18 Nikita PopovDon't use unmangled name if property not found
2021-02-17 Christoph M... Merge branch 'PHP-8.0'
2021-02-17 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-02-17 Christoph M... Fix #80763: msgfmt_format() does not accept DateTime...
2021-02-17 Nikita PopovAvoid writing zend_vm_opcodes.h if it did not change
2021-02-17 Alex ErohinCoding style tweaks for zend_vm_gen.php
2021-02-17 Nikita PopovMerge branch 'PHP-8.0'
2021-02-17 Nikita PopovColor LEAK&FAIL like a failure
2021-02-17 Sara GolemonMerge branch 'PHP-8.0'
next