There was an error while loading. Please reload this page.
2 parents 7df2190 + bdbb321 commit 7b32ec1Copy full SHA for 7b32ec1
ext/opcache/tests/bug71443.phpt
@@ -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
0 commit comments