summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* rename COMPILER and ARCHITECTURE macro (too generic)Remi Collet2021-01-041-4/+4
* Merge branch 'PHP-8.0'Christoph M. Becker2021-01-032-5/+7
|\
| * Fix imap stubsChristoph M. Becker2021-01-032-5/+7
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-033-7/+7
|\ \ | |/
| * ZipArchive methods do not return NULLChristoph M. Becker2021-01-033-7/+7
* | Use Z_PARAM_OBJ macros when zval isn't neededTyson Andre2021-01-021-3/+3
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-012-3/+3
|\ \ | |/
| * Fix parameter nameChristoph M. Becker2021-01-012-3/+3
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-011-1/+1
|\ \ | |/
| * Fix buildChristoph M. Becker2021-01-011-1/+1
* | Merge branch 'PHP-8.0'Máté Kocsis2021-01-011-3/+3
|\ \ | |/
| * Use RETURN_THROWS() in a few placesMáté Kocsis2021-01-011-3/+3
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-013-4/+3
|\ \ | |/
| * Fix ReflectionClass::getConstants() stubChristoph M. Becker2021-01-013-4/+3
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-302-3/+225
|\ \ | |/
| * Fix #80560: Strings containing only a base prefix return 0 objectGeorge Peter Banyard2020-12-302-3/+225
* | Remove superfluous return statement.George Peter Banyard2020-12-291-1/+0
* | Remove redundant check in SplObjectStorage->countTyson Andre2020-12-291-9/+1
* | Merge branch 'PHP-8.0'Dmitry Stogov2020-12-291-9/+19
|\ \ | |/
| * Initialize EX(call)->func by single instructionDmitry Stogov2020-12-291-7/+17
| * Reuse value stored in %r0 instead of immediate operandDmitry Stogov2020-12-291-2/+2
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-282-8/+8
|\ \ | |/
| * Fix ffi stubsChristoph M. Becker2020-12-282-8/+8
* | Merge branch 'PHP-8.0'Máté Kocsis2020-12-284-4/+4
|\ \ | |/
| * Fix return type of DateTimeImmutable::__set_state()Máté Kocsis2020-12-282-2/+2
| * Add support for generating methodsynopses from stubsMáté Kocsis2020-12-282-2/+2
| * php_formatted_print() throws on failureChristoph M. Becker2020-12-271-6/+6
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-271-27/+27
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-271-27/+27
| |\
| | * Replace sort() function calls with ksort() in basic ksort testhaszi2020-12-271-27/+27
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-262-4/+4
|\ \ \ | |/ /
| * | DateTime*::getOffset() no longer returns false as of PHP 8.0.0Christoph M. Becker2020-12-262-4/+4
* | | Merge branch 'PHP-8.0'Dmitry Stogov2020-12-243-14/+117
|\ \ \ | |/ /
| * | Eliminate redundand comparison insructionsDmitry Stogov2020-12-243-14/+117
* | | Merge branch 'PHP-8.0'Máté Kocsis2020-12-243-20/+26
|\ \ \ | |/ /
| * | Fix the signature of FFI::typeof() and FFI::memcmp()Máté Kocsis2020-12-242-5/+5
| * | Add a few other RETURN_THROWS()Máté Kocsis2020-12-241-7/+7
| * | Fix the signature of FFI::sizeof() and FFI::alignof()Máté Kocsis2020-12-243-9/+15
* | | Merge branch 'PHP-8.0'Christopher Jones2020-12-241-3/+10
|\ \ \ | |/ /
| * | Fix PDO_OCI testChristopher Jones2020-12-241-3/+10
* | | Fix PDO_OCI buildChristopher Jones2020-12-241-2/+2
* | | Update hash for IMAP stubs after adding final qualifierGeorge Peter Banyard2020-12-231-1/+1
* | | IMAP: Declare `IMAPConnection` class as `final` (stub+test)Ayesh Karunaratne2020-12-232-1/+12
* | | IMAP: Disallow direct `new IMAPConnection()` constructAyesh Karunaratne2020-12-232-0/+21
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-231-0/+8
|\ \ \ | |/ /
| * | Add regression test for bug #76770Semen Dubina2020-12-231-0/+8
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-231-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-231-1/+1
| |\ \ | | |/
| | * Fix #80384: limit read buffer sizeAdam Seitz2020-12-231-1/+1
* | | Support native types in PDO SQLiteNikita Popov2020-12-238-13/+80