]> granicus.if.org Git - php/shortlog
php
2021-01-25 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-25 Christoph M... Fix #75850: Unclear error message wrt. __halt_compiler...
2021-01-25 Nikita PopovImprove switch continue warning
2021-01-25 Christoph M... Fix #53251: bindtextdomain with null dir doesn't return...
2021-01-25 Alex SamorukovFix opcache phpize build on FreeBSD
2021-01-25 Derick RethansUpdated to version 2021.1 (2021a)
2021-01-25 Derick RethansEmpty merge
2021-01-25 Derick RethansUpdated to version 2021.1 (2021a)
2021-01-25 Derick RethansEmpty merge
2021-01-25 Derick RethansUpdated to version 2021.1 (2021a)
2021-01-24 Christoph M... Add missing stub for SNMPException
2021-01-24 Christoph M... Add missing stub for com_exception
2021-01-21 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-21 Christoph M... Add missing SKIPIF clause for recently introduced test...
2021-01-20 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-20 Christoph M... Fix #80648: Fix for bug 79296 should be based on runtim...
2021-01-20 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-20 Christoph M... Add missing SKIPIF clauses to new test cases
2021-01-20 Nikita PopovSkip preloading test on windows
2021-01-20 Dmitry StogovFixed bug #80634 (write_property handler of internal...
2021-01-19 Gabriel CarusoNext is 8.0.3
2021-01-19 Gabriel CarusoFix NEWS placeholder for the next version
2021-01-19 Derick RethansMerge branch 'PHP-7.4' into PHP-8.0
2021-01-19 Derick RethansUpdate NEWS and version
2021-01-19 Derick RethansUpdate NEWS for PHP 7.4.15RC1
2021-01-19 Nikita PopovFix observer tests on Windows
2021-01-19 Nikita PopovFixed bug #80644: ResourceBundle::get() doesn't reset...
2021-01-19 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-01-19 sj-iFixed bug #42560
2021-01-19 Christoph M... ldap_search() and friends can return array
2021-01-19 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-19 Christoph M... Fix #69279: Compressed ZIP Phar extractTo() creates...
2021-01-19 Dylan K. TaylorKeep JIT region executable under ZTS
2021-01-19 Nikita PopovObserve unused return values in JIT
2021-01-19 Nikita PopovDisable opcache optimizations during some observer...
2021-01-18 Nikita PopovSplFileObject::fgets() cannot return false
2021-01-18 Nikita PopovSync gzgets signature with fgets
2021-01-18 Nikita PopovSync datefmt_get_calendar_object signature
2021-01-18 Nikita PopovSync intlcal_create_instance() and IntlCalendar::create...
2021-01-18 Nikita PopovSync date_diff and DateTime::diff return type
2021-01-18 Nikita PopovFix parameter name of PharData::getMetadata()
2021-01-18 Dylan K. TaylorFix stub for Phar::setStub()
2021-01-18 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-18 Christoph M... Fix #80595: Resetting POSTFIELDS to empty array breaks...
2021-01-14 Nikita PopovFixed bug #80617: Type narrowing warning in ZEND_TYPE_I...
2021-01-14 Daniil GentiliFixed bug #80596: Fix anonymous class union typehint...
2021-01-14 Dmitry StogovFixed bug #80422 (php_opcache.dll crashes when using...
2021-01-12 Christoph M... socket_create_pair() can no longer return NULL
2021-01-12 David CARLIERUse arc4random_buf on macOS
2021-01-12 Nikita PopovAdd support for union types for internal functions
2021-01-12 Nikita PopovUse ephemeral port in socket_create_listen_used.phpt
2021-01-12 Jens de NiesFixed bug #80545
2021-01-11 Christoph M... Revert fix for bug 76813 and re2c version bump
2021-01-11 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-11 Christoph M... Revert "Fix #76813: Access violation near NULL on sourc...
2021-01-11 Dmitry StogovAdd guard if lvalue of assignment may be a reference...
2021-01-08 George Peter... Rename ``zip_ent`` parameter to ``zip_entry`` for consi...
2021-01-07 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-07 Christoph M... Avoid modifying the return value of readline_completion...
2021-01-06 DharmanMake fetch_* OO same as func
2021-01-06 Christoph M... Fix #80592: all floats are the same in ODBC parameters
2021-01-06 DharmanFix/improve mysqli stubs
2021-01-06 Christoph M... Add missing SKIPIF clause for require_hash.phpt
2021-01-05 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-05 Christoph M... Fix #77565: Incorrect locator detection in ZIP-based...
2021-01-05 Christoph M... Prevent double-free of Phar ZIP stream
2021-01-05 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-01-05 Christoph M... Fix memory leak in Phar::webPhar() on Windows
2021-01-05 Nikita PopovFix infinite recursion in unlinked_instanceof
2021-01-05 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-01-05 Dylan K. Taylorgdbinit: use ____print_str to print htable keys
2021-01-04 Christoph M... [ci skip] Add forgotten NEWS entry (bug 80560)
2021-01-04 George Peter... Fix bug #80584: 0x and 0X are considered valid hex...
2021-01-04 Christoph M... Fix #76929: zip-based phar does not respect phar.requir...
2021-01-04 Nikita PopovFix newly added GMP test
2021-01-04 George Peter... Fix GMP comparison object handler
2021-01-04 Nikita PopovTry to fix intermittent failures of stream_server_reneg...
2021-01-04 Nikita PopovThrow ValueError instead of TypeError for malformed...
2021-01-04 Christoph M... SQLite3::query() cannot return null
2021-01-04 David CARLIERMac M1 crc32 detection support
2021-01-04 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-01-04 Stanislav MalyshevFix test name
2021-01-04 Nikita PopovDisable non-cron travis jobs
2021-01-04 Stanislav Malyshev[ci skip] Update NEWS
2021-01-04 Stanislav MalyshevMerge branch 'PHP-7.4' into PHP-8.0
2021-01-04 Stanislav Malyshev[ci skip] Update NEWS
2021-01-04 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2021-01-04 Stanislav Malyshev[ci skip] Fix order
2021-01-04 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2021-01-04 Stanislav Malyshev[ci skip] Unpdate NEWS
2021-01-04 Stanislav MalyshevFix bug #79405 - gethostbyname() silently truncates...
2021-01-04 Christoph M... Fix #77423: parse_url() will deliver a wrong host to...
2021-01-03 Christoph M... Fix imap stubs
2021-01-03 Christoph M... ZipArchive methods do not return NULL
2021-01-02 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2021-01-02 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2021-01-02 Christoph M... Fix #77423: parse_url() will deliver a wrong host to... PHP-7.2
2021-01-01 Christoph M... Fix parameter name
2021-01-01 Christoph M... Fix build
2021-01-01 Máté KocsisUse RETURN_THROWS() in a few places
next