]> granicus.if.org Git - php/shortlog
php
2020-09-18 Nikita PopovDrop skipifemb.inc
2020-09-18 Nikita PopovMerge branch 'PHP-7.4'
2020-09-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-18 Daniel BlackFix #78179: mysqli/mysqlnd transaction extensions
2020-09-18 Nikita PopovMerge branch 'PHP-7.4'
2020-09-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-18 Nikita PopovSupport NO_BACKSLASH_ESCAPES with newer libmysqlclient
2020-09-18 Dharmanmysqli_set_charset now throws an mysqli_sql_exception...
2020-09-18 Nikita PopovAssert that all switch cases are covered
2020-09-18 Nikita PopovMerge branch 'PHP-7.4'
2020-09-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-18 Nikita PopovUse MyISAM engine for new test
2020-09-18 Nikita PopovRun tidy
2020-09-18 Nikita PopovApply tidy to SKIPIF and CLEAN section as well
2020-09-18 Nikita PopovMerge branch 'PHP-7.4'
2020-09-18 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-18 Nikita PopovFix bug #80107: Handling of large compressed packets
2020-09-18 Máté KocsisBug #80107 Add test for mysqli_query() fails for ~16...
2020-09-18 Dmitry StogovCleanup observer API and add JIT support
2020-09-18 Máté KocsisFix UNKNOWN default values in ext/pdo_pgsql
2020-09-18 Máté KocsisUpdate the default values of xmlwriter_write_dtd_entity()
2020-09-18 Nikita PopovRemove support for EXT_NOP
2020-09-17 Sammy Kaye... Remove specialization of SPEC(OBSERVER) handlers
2020-09-17 Dmitry StogovSupport for ZEND_COMPILE_EXTENDED_STMT
2020-09-17 Nikita PopovRemove vestiges of embedded mysql from tests
2020-09-17 Dmitry StogovFixed incorrect live-range construction
2020-09-17 Dmitry StogovFixed incorrect register allocation
2020-09-17 Sara GolemonUse ephemeral ports during curl tests with dev server
2020-09-17 Sara GolemonSupport ephemeral ports in debug server
2020-09-17 Sara GolemonAllow http tests to run in parallel by using ephemeral...
2020-09-17 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-17 Christoph M... Fix bundled libpcre2 build regarding the `-fcf-protecti...
2020-09-17 Nikita PopovMerge branch 'PHP-7.4'
2020-09-17 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-17 Nikita PopovFix mysqli_release_savepoint() on mysqlnd
2020-09-17 Nikita PopovFix some tests for libmysql
2020-09-17 Nikita PopovRemove checks for old libmysqlclient versions in tests
2020-09-17 Nikita PopovFix warnings when building against libmysqlclient
2020-09-17 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-17 Christoph M... Update to PCRE2 10.35
2020-09-17 Nikita PopovEnable unixODBC in azure
2020-09-17 Nikita PopovFix compilation warnings in odbc
2020-09-17 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-17 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-17 Christoph M... Fix #80115: mysqlnd.debug doesn't recognize absolute...
2020-09-17 Nikita PopovDrop support for libmysqlclient < 5.5
2020-09-17 Nikita PopovAdd missing mysqlnd checks to stubs
2020-09-17 Nikita PopovMerge branch 'PHP-7.4'
2020-09-17 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-17 Daniel Blackpdo_mysql/mysqli (native) libmysqlclient_r no-longer...
2020-09-17 Daniel Blackmysql: native mysql-8.0 uses _Bool
2020-09-17 Daniel Blackmysqli: use native api
2020-09-17 Máté KocsisFix a few UNKNOWN default values in ext/pgsql
2020-09-17 Dmitry StogovFixed memory leak in ext/spl/tests/bug77263.phpt
2020-09-17 Nikita PopovMerge branch 'PHP-7.4'
2020-09-17 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-17 Gabríel Arthúr... ext/soap: Compare Set-Cookie header case-insensitively
2020-09-17 Nikita PopovMerge branch 'PHP-7.4'
2020-09-17 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-17 Nikita PopovFixed bug #80083
2020-09-17 Nikita PopovFixed bug #80109
2020-09-17 Dharmanmysqli: Promote warning in field_seek
2020-09-17 Máté KocsisChange int parameter types to bool when the parameter...
2020-09-16 Máté KocsisGenerate arginfos
2020-09-16 Máté KocsisDisplay string default values in stubs more uniformly
2020-09-16 Máté KocsisDisplay types in stubs more uniformly
2020-09-16 Nikita PopovAccept GMP|string|int union in GMP functions
2020-09-16 Máté KocsisUpdate xmlreader arginfo hash
2020-09-16 Máté KocsisUpdate php_xmlreader.stub.php
2020-09-16 Máté KocsisXMLReader::getAttributeNs() can no longer return false
2020-09-16 Dmitry StogovOptimize code for FETCH_THIS + INIT_METHOD_CALL/ASSIGN_...
2020-09-16 DharmanChanged the wording of the error message
2020-09-16 Nikita PopovRemove unused GMP_ABS() macro
2020-09-16 Dmitry StogovExclude trait methods from call-graph
2020-09-16 Nikita PopovAvoid ubsan warning due to memcpy null
2020-09-16 Matteo BeccatiFix test
2020-09-16 Dmitry StogovFixed incorrect constant string access
2020-09-16 Dmitry StogovJIT for INIT_METHOD_CALL
2020-09-16 Remi Colletmissing fix for test for new param. name
2020-09-15 George Peter... Add some ValueErrors to ext/date
2020-09-15 Sara GolemonUpdate NEWS for 8.0.0RC1
2020-09-15 Sara GolemonUpdate NEWS for PHP 8.0.0beta4
2020-09-15 Bob WeinandFix OSS Fuzz issue: yielding from an aborted generator
2020-09-15 George Peter... Promote warnings to Error in MySQLi extension
2020-09-15 Nikita PopovFix uninitialized run-time cache when resolving named...
2020-09-15 Nikita PopovFix undef var exception handling in JMP_NULL
2020-09-15 Nikita PopovMerge branch 'PHP-7.4'
2020-09-15 Nikita PopovFix assumption about property guard hash value
2020-09-15 Remi Colletfix mbfl function prototypes
2020-09-15 Nikita PopovFix compile-time/run-time discrepancies with unary...
2020-09-15 Dmitry StogovTracing JIT for INIT_DYNAMIC_CALL (closure only)
2020-09-15 Máté KocsisRemove unintendedly committed test
2020-09-15 Máté KocsisAdjust ext/openssl parameter names
2020-09-15 Máté KocsisPromote a few remaining errors in ext/standard
2020-09-15 George Peter... Promote warnings to Error in SNMP extension
2020-09-15 Gabriel CarusoCheck `ReflectionReference::fromArrayElement` with...
2020-09-15 George Peter... Promote warning to Error in ODBC extension
2020-09-15 George Peter... Use ValueError instead of exceptions in SPL extension
2020-09-15 George Peter... Use normal error in SPL for uninitialized objects
2020-09-15 George Peter... Use normal error in SPL for 'An iterator cannot be...
next