Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make the ftp and stream tests more reliable. | Mitch Hagstrand | 2017-02-16 | 1 | -9/+23 | |
| | | | | | | | | | | | | The tests can sometimes fail because it chooses a passive port for ftp that is already in use. This makes the test attempt multiple times to find a free port. | |||||
| * | Add json dep to test | Nikita Popov | 2017-02-16 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-02-15 | 1 | -0/+22 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #74090 stream_get_contents maxlength>-1 returns empty string | |||||
| * | Fixed bug #74090 stream_get_contents maxlength>-1 returns empty string | Anatol Belski | 2017-02-15 | 1 | -0/+22 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-12 | 3 | -15/+4 | |
|\ \ | |/ | ||||||
| * | Revert "Fixed bug #74035" | Nikita Popov | 2017-02-12 | 3 | -15/+4 | |
| | | | | | | | | This reverts commit 9ffc6ca62f53431a4b32b30cdda8180142f47cdb. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Derick Rethans | 2017-02-12 | 8 | -3/+169 | |
|\ \ | |/ | ||||||
| * | Upgrade timelib to 2017.01 | Derick Rethans | 2017-02-12 | 8 | -3/+169 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - Fixed bug #72719 (Relative datetime format ignores weekday on sundays only). - Fixed bug #73294 (DateTime wrong when date string is negative). - Fixed bug #73489 (wrong timestamp when call setTimeZone multi times with UTC offset). - Fixed bug #73858 (first/last day of' flag is not being reset). - Fixed bug #73942 ($date->modify('Friday this week') doesn't return a Friday if $date is a Sunday). - Fixed bug #74057 (wrong day when using "this week" in strtotime). | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-12 | 3 | -4/+57 | |
|\ \ | |/ | ||||||
| * | Fixed bug #74021 | andrewnester | 2017-02-12 | 3 | -4/+56 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-12 | 3 | -46/+62 | |
|\ \ | |/ | ||||||
| * | Fixed bug #73118 | Adam Saponara | 2017-02-12 | 3 | -46/+62 | |
| | | ||||||
* | | Fixed bug #73837 ("new DateTime()" sometimes returns 1 second ago value). | Derick Rethans | 2017-02-11 | 1 | -5/+10 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-02-10 | 2 | -4/+44 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #74019 (Segfault with list) | |||||
| * | Fixed bug #74019 (Segfault with list) | Xinchen Hui | 2017-02-10 | 2 | -4/+43 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-08 | 2 | -7/+36 | |
|\ \ | |/ | ||||||
| * | Fix detection of isnan and isinf | Christian Schmidt | 2017-02-08 | 2 | -7/+36 | |
| | | | | | | | | | | | | The isnan() and isinf() are C99 macros not functions. Also fix is_infinite(-INF) in case isinf is not defined. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-06 | 2 | -34/+6 | |
|\ \ | |/ | ||||||
| * | Revert "Fix detection of isnan and isinf" | Nikita Popov | 2017-02-06 | 2 | -34/+6 | |
| | | | | | | | | This reverts commit 9ea0949f43959ff0cf519e7a10ef9de7a538cde3. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-05 | 2 | -6/+34 | |
|\ \ | |/ | ||||||
| * | Fix detection of isnan and isinf | Christian Schmidt | 2017-02-05 | 2 | -6/+34 | |
| | | | | | | | | | | | | The isnan() and isinf() are C99 macros not functions. Also fix is_infinite(-INF) in case isinf is not defined. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-03 | 2 | -19/+4 | |
|\ \ | |/ | ||||||
| * | Revert "Merge branch 'pull-request/2344' into PHP-7.0" | Nikita Popov | 2017-02-03 | 2 | -19/+4 | |
| | | | | | | | | | | This reverts commit 6988d070ea8c7d44452d8c98e594d65ea722a1d8, reversing changes made to 75ad2b301a047209e7b5a6b5912eb589cfbc773d. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-03 | 3 | -4/+15 | |
|\ \ | |/ | ||||||
| * | Fixed bug #74035 | andrewnester | 2017-02-03 | 3 | -4/+15 | |
| | | ||||||
* | | Fixed bug #74041 | Nikita Popov | 2017-02-03 | 2 | -2/+14 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-02-03 | 2 | -4/+19 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTML | |||||
| * | Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTML | somedaysummer | 2017-02-03 | 2 | -4/+19 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-02 | 2 | -0/+12 | |
|\ \ | |/ | ||||||
| * | Fix bug #74031 | Matěj Humpál | 2017-02-02 | 2 | -0/+12 | |
| | | | | | | | | Fix incorrect parameter count for imagepng function | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-02-02 | 3 | -35/+55 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed #74022 PHP Fast CGI crashes when reading from a pfx file. | |||||
| * | Fixed #74022 PHP Fast CGI crashes when reading from a pfx file. | Anatol Belski | 2017-02-02 | 3 | -37/+60 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-02-01 | 3 | -70/+29 | |
|\ \ | |/ | | | | | | | | | | | * PHP-7.0: sync NEWS with the reverted stuff Revert "fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)" Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)" | |||||
| * | Revert "fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)" | Anatol Belski | 2017-02-01 | 2 | -34/+29 | |
| | | | | | | | | This reverts commit 2fcf1259c6a9c1d70bcdfb96aeabc54c47e2a4a0. | |||||
| * | Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)" | Anatol Belski | 2017-02-01 | 2 | -36/+0 | |
| | | | | | | | | This reverts commit 62938bf08806129b42b17e74d79a450c30d4ff30. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-02-01 | 1 | -2/+2 | |
|\ \ | |/ | | | | | | | * PHP-7.0: fix test for 32bits (int -> float) | |||||
| * | fix test for 32bits (int -> float) | Remi Collet | 2017-02-01 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-01-30 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Securely zero the hash context key | |||||
| * | Securely zero the hash context key | Sara Golemon | 2017-01-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-01-30 | 1 | -2/+14 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #73983 crash on finish work with phar in cli + opcache | |||||
| * | Fixed bug #73983 crash on finish work with phar in cli + opcache | Anatol Belski | 2017-01-30 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The file_cache_only option causes the storage to be per process, furthermore the arena is destroyed per request. Thus, zend_string's can't survive between request and the permanent flag should not be set. This is already done with the file cache part, but the persistency part is used in various scenarios and should respect this case as well. In this particular bug, the pcre pattern cache needs to survive between requests and uses pattern strings as hash keys. One more case relevant here would be various situations where the flow disables the use of shared memory. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-30 | 2 | -0/+36 | |
|\ \ | |/ | | | | | | | * PHP-7.0: fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454) | |||||
| * | fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454) | jhdxr | 2017-01-30 | 2 | -0/+36 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-01-30 | 1 | -5/+3 | |
|\ \ | |/ | | | | | | | * PHP-7.0: move id initialization into ctor | |||||
| * | move id initialization into ctor | Anatol Belski | 2017-01-30 | 1 | -5/+3 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-01-30 | 1 | -0/+7 | |
|\ \ | |/ | | | | | | | * PHP-7.0: fix system id initialization for multiple threads | |||||
| * | fix system id initialization for multiple threads | Anatol Belski | 2017-01-30 | 1 | -0/+7 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-28 | 2 | -29/+34 | |
|\ \ | |/ | | | | | | | * PHP-7.0: fixed bug #50989 (DOM support for LIBXML_NOXMLDECL) | |||||
| * | fixed bug #50989 (DOM support for LIBXML_NOXMLDECL) | jhdxr | 2017-01-28 | 2 | -29/+34 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-26 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fix 00version.phpt when commit message has multiple lines. |