summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make the ftp and stream tests more reliable.Mitch Hagstrand2017-02-161-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 testNikita Popov2017-02-161-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-151-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 stringAnatol Belski2017-02-151-0/+22
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-123-15/+4
|\ \ | |/
| * Revert "Fixed bug #74035"Nikita Popov2017-02-123-15/+4
| | | | | | | | This reverts commit 9ffc6ca62f53431a4b32b30cdda8180142f47cdb.
* | Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2017-02-128-3/+169
|\ \ | |/
| * Upgrade timelib to 2017.01Derick Rethans2017-02-128-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.1Nikita Popov2017-02-123-4/+57
|\ \ | |/
| * Fixed bug #74021andrewnester2017-02-123-4/+56
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-123-46/+62
|\ \ | |/
| * Fixed bug #73118Adam Saponara2017-02-123-46/+62
| |
* | Fixed bug #73837 ("new DateTime()" sometimes returns 1 second ago value).Derick Rethans2017-02-111-5/+10
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-102-4/+44
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74019 (Segfault with list)
| * Fixed bug #74019 (Segfault with list)Xinchen Hui2017-02-102-4/+43
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-082-7/+36
|\ \ | |/
| * Fix detection of isnan and isinfChristian Schmidt2017-02-082-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.1Nikita Popov2017-02-062-34/+6
|\ \ | |/
| * Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-062-34/+6
| | | | | | | | This reverts commit 9ea0949f43959ff0cf519e7a10ef9de7a538cde3.
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-052-6/+34
|\ \ | |/
| * Fix detection of isnan and isinfChristian Schmidt2017-02-052-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.1Nikita Popov2017-02-032-19/+4
|\ \ | |/
| * Revert "Merge branch 'pull-request/2344' into PHP-7.0"Nikita Popov2017-02-032-19/+4
| | | | | | | | | | This reverts commit 6988d070ea8c7d44452d8c98e594d65ea722a1d8, reversing changes made to 75ad2b301a047209e7b5a6b5912eb589cfbc773d.
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-033-4/+15
|\ \ | |/
| * Fixed bug #74035andrewnester2017-02-033-4/+15
| |
* | Fixed bug #74041Nikita Popov2017-02-032-2/+14
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-02-032-4/+19
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTML
| * Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTMLsomedaysummer2017-02-032-4/+19
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-022-0/+12
|\ \ | |/
| * Fix bug #74031Matěj Humpál2017-02-022-0/+12
| | | | | | | | Fix incorrect parameter count for imagepng function
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-023-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 Belski2017-02-023-37/+60
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-013-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 Belski2017-02-012-34/+29
| | | | | | | | This reverts commit 2fcf1259c6a9c1d70bcdfb96aeabc54c47e2a4a0.
| * Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)"Anatol Belski2017-02-012-36/+0
| | | | | | | | This reverts commit 62938bf08806129b42b17e74d79a450c30d4ff30.
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-011-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: fix test for 32bits (int -> float)
| * fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-01-301-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Securely zero the hash context key
| * Securely zero the hash context keySara Golemon2017-01-301-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-301-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 + opcacheAnatol Belski2017-01-301-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.1Joe Watkins2017-01-302-0/+36
|\ \ | |/ | | | | | | * PHP-7.0: fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)
| * fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)jhdxr2017-01-302-0/+36
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-301-5/+3
|\ \ | |/ | | | | | | * PHP-7.0: move id initialization into ctor
| * move id initialization into ctorAnatol Belski2017-01-301-5/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-301-0/+7
|\ \ | |/ | | | | | | * PHP-7.0: fix system id initialization for multiple threads
| * fix system id initialization for multiple threadsAnatol Belski2017-01-301-0/+7
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-282-29/+34
|\ \ | |/ | | | | | | * PHP-7.0: fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)
| * fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)jhdxr2017-01-282-29/+34
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-261-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Fix 00version.phpt when commit message has multiple lines.