Skip to content

Commit 7b32ec1

Browse files
committed
Merge branch 'PHP-7.0'
* PHP-7.0: Added test for bug #71443
2 parents 7df2190 + bdbb321 commit 7b32ec1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ext/opcache/tests/bug71443.phpt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
--TEST--
2+
Bug #71443 (Segfault using built-in webserver with intl using symfony)
3+
--INI--
4+
opcache.enable=1
5+
opcache.enable_cli=1
6+
opcache.file_cache=/tmp/
7+
opcache.file_cache_only=1
8+
--SKIPIF--
9+
<?php require_once('skipif.inc'); ?>
10+
<?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip.. not for Windows'); ?>
11+
--FILE--
12+
<?php
13+
ini_set("include_path", "/tmp");
14+
?>
15+
okey
16+
--EXPECT--
17+
okey

0 commit comments

Comments
 (0)