summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-08-131-1/+1
|\
| * Fixed bug #79724Nikita Popov2020-08-131-1/+1
* | Add some missing DatePeriod initialization checksNikita Popov2020-08-132-0/+20
* | Add a missing null check in simplexmlNikita Popov2020-08-132-0/+11
* | Fix invalid zpp calls in pcntl_get/setpriorityNikita Popov2020-08-131-2/+2
* | Use zpp C in pg_fetch_objectNikita Popov2020-08-132-10/+9
* | Use Z_PARAM_CLASS in PDOStatement::fetchObject()Nikita Popov2020-08-132-18/+14
* | Throw Error on uninitialized XMLWriterNikita Popov2020-08-131-2/+2
* | Throw on uninitialized SimpleXMLElementNikita Popov2020-08-134-25/+78
* | Avoid fatal error on not found class in mysqli_fetch_object()Nikita Popov2020-08-133-19/+17
* | Fix param name in PHPDocMáté Kocsis2020-08-132-2/+2
* | Add all the missing parameter types to stubsMáté Kocsis2020-08-1332-263/+308
* | Use a dedicated method for MultipleIterator::countIterators()Nikita Popov2020-08-133-6/+15
* | Replace fatal error in SplFileInfo with exceptionNikita Popov2020-08-131-25/+48
* | Throw Error exception in DOM_GET_OBJNikita Popov2020-08-131-2/+2
* | Make strftime tests musl compatibleNikita Popov2020-08-136-29/+19
* | fix test expectationRemi Collet2020-08-131-1/+1
* | Drop redundant arg count checkGeorge Peter Banyard2020-08-133-13/+5
* | Rename standard array function parameters to $arrayTyson Andre2020-08-1144-1396/+1396
* | Drop php_pdo_get_exception_base() functionNikita Popov2020-08-113-17/+7
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-118-6/+82
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-118-6/+82
| |\
| | * Fix #64705 errorInfo property of PDOException is null when PDO::__construct()...Ahmed Abdou2020-08-118-6/+82
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-113-9/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-113-10/+35
| |\ \ | | |/
| | * Fix bug #75785 by attempt switching endianness on Maker's NoteNawarian2020-08-113-10/+35
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-111-34/+46
|\ \ \ | |/ /
| * | Fixed bug #79917Nikita Popov2020-08-111-34/+46
* | | Autogenerate function entries for COMPersistHelperChristoph M. Becker2020-08-113-18/+27
* | | Remove practically unused parameterChristoph M. Becker2020-08-114-13/+5
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-112-7/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-112-7/+3
| |\ \ | | |/
| | * Fix #48585: com_load_typelib holds reference, fails on second callChristoph M. Becker2020-08-112-7/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-112-10/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-112-10/+16
| |\ \ | | |/
| | * Fixed bug #79951Nikita Popov2020-08-112-10/+16
* | | Remove unnecessary function entry arrayMáté Kocsis2020-08-111-11/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-101-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-101-1/+1
| |\ \ | | |/
| | * Check the correct listNikita Popov2020-08-101-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-102-10/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-102-10/+14
| |\ \ | | |/
| | * Fix bug #79944Nikita Popov2020-08-102-10/+14
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-102-2/+19
| |\ \ | | |/
| | * Fix #79922: Crash after multiple calls to xml_parser_free()Christoph M. Becker2020-08-102-2/+19
* | | Skip bug70417.phpt if lsof output looks wrongNikita Popov2020-08-101-0/+3
* | | Check permissions in pcntl_unshare_03.phptNikita Popov2020-08-101-2/+5
* | | Don't check specific message in socket_shutdown.phptNikita Popov2020-08-101-1/+1
* | | Only test one error in socket_strerror() testNikita Popov2020-08-101-142/+10
* | | Fixed bug #62294Nikita Popov2020-08-101-4/+0