summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a few UNKNOWN default values in ext/pgsqlMáté Kocsis2020-09-173-73/+63
* Fixed memory leak in ext/spl/tests/bug77263.phptDmitry Stogov2020-09-171-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-09-171-6/+25
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-171-6/+25
| |\
| | * ext/soap: Compare Set-Cookie header case-insensitivelyGabríel Arthúr Pétursson2020-09-171-6/+25
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-171-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-172-0/+5
| |\ \ | | |/
| | * Fixed bug #80083Nikita Popov2020-09-172-0/+5
* | | Fixed bug #80109Nikita Popov2020-09-172-2/+6
* | | mysqli: Promote warning in field_seekDharman2020-09-173-11/+14
* | | Change int parameter types to bool when the parameter behaves as boolMáté Kocsis2020-09-177-15/+16
* | | Generate arginfosMáté Kocsis2020-09-1613-54/+50
* | | Display string default values in stubs more uniformlyMáté Kocsis2020-09-1613-32/+32
* | | Display types in stubs more uniformlyMáté Kocsis2020-09-1618-29/+28
* | | Accept GMP|string|int union in GMP functionsNikita Popov2020-09-1636-332/+275
* | | Update xmlreader arginfo hashMáté Kocsis2020-09-161-1/+1
* | | Update php_xmlreader.stub.phpMáté Kocsis2020-09-161-1/+1
* | | XMLReader::getAttributeNs() can no longer return falseMáté Kocsis2020-09-162-2/+2
* | | Optimize code for FETCH_THIS + INIT_METHOD_CALL/ASSIGN_OBJ_OP/etcDmitry Stogov2020-09-164-30/+58
* | | Changed the wording of the error messageDharman2020-09-166-9/+9
* | | Remove unused GMP_ABS() macroNikita Popov2020-09-161-1/+0
* | | Exclude trait methods from call-graphDmitry Stogov2020-09-161-1/+3
* | | Avoid ubsan warning due to memcpy nullNikita Popov2020-09-161-1/+3
* | | Fix testMatteo Beccati2020-09-161-6/+12
* | | Fixed incorrect constant string accessDmitry Stogov2020-09-161-1/+3
* | | JIT for INIT_METHOD_CALLDmitry Stogov2020-09-165-18/+474
* | | missing fix for test for new param. nameRemi Collet2020-09-161-1/+1
* | | Add some ValueErrors to ext/dateGeorge Peter Banyard2020-09-1616-95/+259
* | | Update NEWS for 8.0.0RC1Sara Golemon2020-09-151-0/+3
* | | Update NEWS for PHP 8.0.0beta4Sara Golemon2020-09-151-1/+1
* | | Fix OSS Fuzz issue: yielding from an aborted generatorBob Weinand2020-09-153-24/+55
* | | Promote warnings to Error in MySQLi extensionGeorge Peter Banyard2020-09-1538-356/+541
* | | Fix uninitialized run-time cache when resolving named param defaultsNikita Popov2020-09-152-0/+21
* | | Fix undef var exception handling in JMP_NULLNikita Popov2020-09-153-6/+21
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-152-2/+18
|\ \ \ | |/ /
| * | Fix assumption about property guard hash valueNikita Popov2020-09-152-2/+18
* | | fix mbfl function prototypesRemi Collet2020-09-154-23/+34
* | | Fix compile-time/run-time discrepancies with unary operatorsNikita Popov2020-09-153-22/+65
* | | Tracing JIT for INIT_DYNAMIC_CALL (closure only)Dmitry Stogov2020-09-155-37/+227
* | | Remove unintendedly committed testMáté Kocsis2020-09-151-33/+0
* | | Adjust ext/openssl parameter namesMáté Kocsis2020-09-153-44/+54
* | | Promote a few remaining errors in ext/standardMáté Kocsis2020-09-1564-1072/+1222
* | | Promote warnings to Error in SNMP extensionGeorge Peter Banyard2020-09-1510-184/+265
* | | Check `ReflectionReference::fromArrayElement` with union typesGabriel Caruso2020-09-154-16/+15
* | | Promote warning to Error in ODBC extensionGeorge Peter Banyard2020-09-152-30/+35
* | | Use ValueError instead of exceptions in SPL extensionGeorge Peter Banyard2020-09-1514-101/+86
* | | Use normal error in SPL for uninitialized objectsGeorge Peter Banyard2020-09-157-49/+38
* | | Use normal error in SPL for 'An iterator cannot be used with foreach by refer...George Peter Banyard2020-09-1512-14/+14
* | | Convert warning to assetion in MySQL PDO driverGeorge Peter Banyard2020-09-151-4/+1
* | | Add missing param type to pcre reflection testMáté Kocsis2020-09-151-1/+1