]> granicus.if.org Git - php/commitdiff
Added test for bug #71443
authorXinchen Hui <laruence@gmail.com>
Tue, 26 Jan 2016 07:59:18 +0000 (15:59 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 26 Jan 2016 07:59:18 +0000 (15:59 +0800)
ext/opcache/tests/bug71443.phpt [new file with mode: 0644]

diff --git a/ext/opcache/tests/bug71443.phpt b/ext/opcache/tests/bug71443.phpt
new file mode 100644 (file)
index 0000000..558ac07
--- /dev/null
@@ -0,0 +1,17 @@
+--TEST--
+Bug #71443 (Segfault using built-in webserver with intl using symfony)
+--INI--
+opcache.enable=1
+opcache.enable_cli=1
+opcache.file_cache=/tmp/
+opcache.file_cache_only=1
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
+<?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip..  not for Windows'); ?>
+--FILE--
+<?php
+ini_set("include_path", "/tmp");
+?>
+okey
+--EXPECT--
+okey