Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ext/bz2/tests/bzdecompress_input_too_large.phpt
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,6 +10,8 @@ if (!getenv('RUN_RESOURCE_HEAVY_TESTS')) die('skip resource-heavy test');
if (getenv('SKIP_SLOW_TESTS')) die('skip slow test');
if (PHP_INT_SIZE != 8) die('skip 64-bit only');
?>
--CONFLICTS--
all
--FILE--
<?php

Expand Down
2 changes: 2 additions & 0 deletions ext/bz2/tests/gh20620.phpt
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,6 +8,8 @@ if (!getenv('RUN_RESOURCE_HEAVY_TESTS')) die('skip resource-heavy test');
if (PHP_INT_SIZE != 8) die('skip this test is for 64bit platforms only');
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
?>
--CONFLICTS--
all
--INI--
memory_limit=-1
--FILE--
Expand Down
Loading