summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add missing SKIPIF clause for require_hash.phptChristoph M. Becker2021-01-061-1/+4
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-056-35/+71
|\ \ | |/
| * Fix #77565: Incorrect locator detection in ZIP-based pharsChristoph M. Becker2021-01-056-40/+77
* | Prevent double-free of Phar ZIP streamChristoph M. Becker2021-01-052-9/+4
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-051-7/+11
|\ \ | |/
| * Fix memory leak in Phar::webPhar() on WindowsChristoph M. Becker2021-01-051-19/+17
* | Fix infinite recursion in unlinked_instanceofNikita Popov2021-01-052-1/+19
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-051-1/+2
|\ \ | |/
| * gdbinit: use ____print_str to print htable keysDylan K. Taylor2021-01-051-1/+2
* | [ci skip] Add forgotten NEWS entry (bug 80560)Christoph M. Becker2021-01-041-0/+4
* | Fix bug #80584: 0x and 0X are considered valid hex numbers by filter_var()George Peter Banyard2021-01-043-0/+25
* | Fix #76929: zip-based phar does not respect phar.require_hashChristoph M. Becker2021-01-0424-0/+104
* | Fix newly added GMP testNikita Popov2021-01-041-1/+1
* | Fix GMP comparison object handlerGeorge Peter Banyard2021-01-042-1/+29
* | Try to fix intermittent failures of stream_server_reneg_limit.phpt on macosNikita Popov2021-01-041-0/+2
* | Throw ValueError instead of TypeError for malformed GMP numberNikita Popov2021-01-0419-60/+60
* | SQLite3::query() cannot return nullChristoph M. Becker2021-01-042-2/+2
* | Mac M1 crc32 detection supportDavid CARLIER2021-01-041-0/+6
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-040-0/+0
|\ \ | |/
| * Disable non-cron travis jobsNikita Popov2021-01-041-0/+3
* | Fix test nameStanislav Malyshev2021-01-041-1/+1
* | [ci skip] Update NEWSStanislav Malyshev2021-01-041-0/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-041-4/+4
|\ \ | |/
| * [ci skip] Update NEWSStanislav Malyshev2021-01-041-0/+2
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-040-0/+0
| |\
| | * [ci skip] Fix orderStanislav Malyshev2021-01-041-2/+2
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-040-0/+0
| |\ \ | | |/
| | * [ci skip] Unpdate NEWSStanislav Malyshev2021-01-041-0/+2
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-017-15/+61
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2021-01-017-15/+61
| | |\
| | | * Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-017-14/+59
* | | | Fix bug #79405 - gethostbyname() silently truncates after a null byteStanislav Malyshev2021-01-042-3/+22
* | | | Fix #77423: parse_url() will deliver a wrong host to userChristoph M. Becker2021-01-047-16/+60
* | | | Fix imap stubsChristoph M. Becker2021-01-032-5/+7
* | | | ZipArchive methods do not return NULLChristoph M. Becker2021-01-033-7/+7
* | | | Fix parameter nameChristoph M. Becker2021-01-012-3/+3
* | | | Fix buildChristoph M. Becker2021-01-011-1/+1
* | | | Use RETURN_THROWS() in a few placesMáté Kocsis2021-01-011-3/+3
* | | | Fix ReflectionClass::getConstants() stubChristoph M. Becker2021-01-013-4/+3
* | | | [ci skip] Fix pgsql constant names in UPGRADINGChristoph M. Becker2020-12-311-2/+2
* | | | Fix refentry attribute replacingMáté Kocsis2020-12-301-2/+2
* | | | Fix #80560: Strings containing only a base prefix return 0 objectGeorge Peter Banyard2020-12-302-3/+225
* | | | 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
* | | | Fix ffi stubsChristoph M. Becker2020-12-282-8/+8
* | | | Fix return type of DateTimeImmutable::__set_state()Máté Kocsis2020-12-282-2/+2
* | | | Add support for generating methodsynopses from stubsMáté Kocsis2020-12-283-47/+562
* | | | Bump minimum re2c version to 0.13.7Christoph M. Becker2020-12-281-1/+1
* | | | php_formatted_print() throws on failureChristoph M. Becker2020-12-271-6/+6
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-271-27/+27
|\ \ \ \ | |/ / /