Skip to content

Commit 9081e8a

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: run a few request in this test
2 parents 9a91e50 + 7ef559f commit 9081e8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sapi/fpm/tests/015.phpt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ if (is_resource($fpm)) {
3636
echo "Started\n";
3737
fclose($fp);
3838
}
39+
for ($i=0 ; $i<10 ; $i++) {
40+
try {
41+
run_request('127.0.0.1', $port);
42+
} catch (Exception $e) {
43+
echo "Error\n";
44+
}
45+
}
3946
proc_terminate($fpm);
4047
if (!feof($tail)) {
4148
echo stream_get_contents($tail);

0 commit comments

Comments
 (0)