Gabriel Caruso
4aabfe911e
Revert "Update versions for PHP 8.0.21"
...
This reverts commit 6eedacdf15 .
2022-07-06 12:06:48 +02:00
Gabriel Caruso
8a233644fc
Revert "Update versions for PHP 8.0.21"
...
This reverts commit 6eedacdf15 .
2022-07-06 11:53:05 +02:00
Christoph M. Becker
57463cf78b
Drop all JIT related XFAILS from phpdbg test suite
...
phpdbg now disables JIT, so these cause XFAIL warnings.
2020-11-30 15:24:15 +01:00
Christoph M. Becker
26badd58b5
Mark phpdbg test as XFAIL on Windows with JIT enabled
...
The test fails as of commit 8b12ea04ee .
2020-06-24 10:34:16 +02:00
Christoph M. Becker
9d5dafe040
Make phpdbg test portable
2020-05-26 17:45:35 +02:00
Nikita Popov
a986e70991
Avoid double buffering in Zend streams
...
Disable buffering in PHP streams, to avoid storing and copying the
file contents twice.
This will call stream_set_option() on custom stream wrapper as
well, so the method needs to be implemented to avoid a warning.
2019-07-17 10:40:04 +02:00
Bob Weinand
7e12b5da71
Fixed issue getting executable lines from custom wrappers
...
See also krakjoe/phpdbg#161
2016-12-06 18:29:48 +01:00