]> granicus.if.org Git - php/shortlog
php
2020-12-24 Máté KocsisAdd a few other RETURN_THROWS()
2020-12-24 Máté KocsisFix the signature of FFI::sizeof() and FFI::alignof()
2020-12-24 Christopher... Fix PDO_OCI test
2020-12-23 Semen DubinaAdd regression test for bug #76770
2020-12-23 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-12-23 Adam SeitzFix #80384: limit read buffer size
2020-12-21 Derick RethansFixed bug #80376 (last day of the month causes runway...
2020-12-21 Derick RethansFixed bug #80376 (last day of the month causes runway...
2020-12-21 Nikita PopovFix bug #80537
2020-12-21 Christopher... Description typo
2020-12-21 Christopher... Bundle PECL OCI8 3.0.1
2020-12-21 Christopher... Retrofit NEWS
2020-12-20 Christoph M... Revert "DateTime:: and DateTimeImmutable::getTimestamp...
2020-12-20 Christoph M... DateTime:: and DateTimeImmutable::getTimestamp() may...
2020-12-20 Christoph M... Fix ext/date stubs
2020-12-18 Nikita PopovPDO MySQL: Handle boolean parameter binding with libmysql
2020-12-18 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-18 Nikita PopovMySQLnd: Support cursors in store/get result
2020-12-16 Christoph M... Fix #80521: Parameters with underscores no longer recog...
2020-12-16 Nikita PopovDetect overlarge step for character range()
2020-12-16 Nikita PopovPDO MySQL: Use mysqlnd column names
2020-12-16 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-16 Nikita PopovFixed bug #67983
2020-12-16 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-16 Nikita PopovFix bug #80523
2020-12-15 Derick RethansMerge branch 'PHP-7.4' into PHP-8.0
2020-12-15 Derick RethansPrepare for 7.4.15
2020-12-15 Gabriel CarusoPrepare for PHP 8.0.2
2020-12-15 Gabriel CarusoNext is 8.0.2
2020-12-15 Dmitry StogovOptimize out result value of ASSIGN, ASSIGN_OP and...
2020-12-15 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-12-15 Christoph M... Fix #77322: PharData::addEmptyDir('/') Possible integer...
2020-12-15 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-12-15 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-12-15 Christoph M... 7.3.27 is next
2020-12-15 Ayesh KarunaratneJIT: Update invalid opcache.jit INI value message to...
2020-12-15 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-15 Calvin BuckleyIBM i PASE doesn't support ITIMER_PROF
2020-12-15 David CarlierJIT disabled build fix.
2020-12-14 Christoph M... Add Windows support for OCI 19
2020-12-14 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-12-14 Christoph M... Drop pdo_mysql_prepare_load_data.phpt
2020-12-14 Dmitry StogovRemove unused flag
2020-12-14 Dmitry StogovFixed bug #80506 (Immediate SIGSEGV upon ini_set("opcac...
2020-12-14 Dmitry StogovFixed bug #80506 (Immediate SIGSEGV upon ini_set("opcac...
2020-12-13 Jakub ZelenkaMerge branch 'PHP-7.4' into PHP-8.0
2020-12-13 Jakub ZelenkaFix bug #69625: FPM returns 200 status on request witho...
2020-12-11 ekinhbayarRemove bug41347.phpt as the error cases are already...
2020-12-11 Nikita PopovFixed bug #79132
2020-12-11 Nikita PopovPDO MySQL: Fix nextRowset() on libmysqlclient with...
2020-12-11 Nikita PopovPDO MySQL: Don't skip two LOCAL_INFILE tests with libmy...
2020-12-11 Nikita PopovPDO MySQL: Unskip bug_41125.phpt
2020-12-11 Nikita PopovFixed bug #67004
2020-12-11 Nikita PopovPDO MySQL: Use stmt_next_result with libmysqlclient...
2020-12-11 Nikita PopovPDO MySQL: Fix libmysql option test
2020-12-11 Nikita PopovFixed bug #62889
2020-12-11 Nikita PopovPDO MySQL: Fix leak with libmysqlclient and multiple...
2020-12-11 DharmanFix test cases for MariaDB
2020-12-10 Nikita PopovFixed bug #72368
2020-12-10 Nikita PopovAllow drivers to omit error code
2020-12-10 Nikita PopovFixed bug #79131
2020-12-10 Dmitry StogovEliminate some repeatable IS_REFERENCE checks
2020-12-10 Nikita PopovFixed bug #79872 by improving error message
2020-12-10 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-10 Nikita PopovFixed bug #76815
2020-12-10 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-10 Nikita PopovFixed bug #71145
2020-12-10 twoseeEXTERN_C wrapping for GC buffer APIs
2020-12-10 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-10 Nikita PopovBackport fix for bug #70066
2020-12-09 Dmitry StogovPerform early guard type check for result of FETCH_CONSTANT
2020-12-09 Nikita PopovFixed bug #70066
2020-12-09 Nikita PopovFixed bug #66878
2020-12-09 Nikita PopovRemove unnecessary more_results() checks
2020-12-09 Nikita PopovAdd ifdef for mysqlnd only function
2020-12-09 Nikita PopovPDO MySQL: Extract common code for handling PS results
2020-12-09 Nikita PopovPDO MySQL: Use set_row_count() helper
2020-12-09 Dmitry StogovFixed IS_32BIT/IS_SIGNED_32BIT mess
2020-12-09 Nikita PopovPDO MySQL: Make sure nextRowset() works with partially...
2020-12-09 Nikita PopovPDO MySQL: Handle error during closeCursor()
2020-12-09 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-09 Nikita PopovFixed bug #78154
2020-12-09 Nikita PopovFix stmt_free_result implementation and usage
2020-12-09 Nikita PopovMake XFAILED test less broken
2020-12-09 Nikita PopovHandle changing column count in mysqlnd result binding
2020-12-08 Nikita PopovPDO MySQL: Normalize handling of empty stored procedure...
2020-12-08 Nikita PopovHandle column count change in PDO MySQL
2020-12-08 Nikita PopovEnable XFAILed test
2020-12-08 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-12-08 Christoph M... Fix #48725: Support for flushing in zlib stream
2020-12-08 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-12-08 Christoph M... Fix #77069: stream filter loses final block of data
2020-12-08 Christoph M... ldap_exop_whoami() does not return TRUE
2020-12-08 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-08 Nikita PopovFixed bug #63185
2020-12-08 Dmitry StogovAvoid unnecessary checks
2020-12-07 Nikita PopovFix another typed resource issue in unserialization
2020-12-07 Dmitry StogovFixed bug #80480 (Segmentation fault with JIT enabled)
2020-12-04 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-12-04 DharmanFixed bug #80458
next