require_once('skipifconnectfailure.inc');
?>
--INI--
-mysqlnd.debug=d:t:O,{TMP}/mysqlnd.trace
+mysqlnd.debug="d:t:O,{TMP}/mysqlnd.trace"
--FILE--
<?php
require_once("connect.inc");
}
?>
--INI--
-mysqlnd.debug=d:t:O,{TMP}/mysqlnd.trace
+mysqlnd.debug="d:t:O,{TMP}/mysqlnd.trace"
mysqlnd.net_read_buffer_size=1
mysqlnd.mempool_default_size=1
mysqlnd.fetch_data_copy=0
--INI--
opcache.enable=1
opcache.enable_cli=1
-opcache.file_cache={TMP}
+opcache.file_cache="{TMP}"
opcache.file_cache_only=1
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--INI--
opcache.enabled=1
opcache.enable_cli=1
-opcache.file_cache={TMP}
+opcache.file_cache="{TMP}"
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
--INI--
opcache.enable_cli=1
opcache.optimization_level=-1
-opcache.file_cache={TMP}
+opcache.file_cache="{TMP}"
opcache.file_cache_only=1
--FILE--
<?php
--SKIPIF--
<?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip"); ?>
--INI--
-open_basedir={TMP}
+open_basedir="{TMP}"
--FILE--
<?php readline_read_history(); ?>
==DONE==
session.use_trans_sid=0
session.use_cookies=1
session.name=sid
-session.save_path={TMP}
+session.save_path="{TMP}"
session.gc_probability=1
session.gc_divisor=1
session.save_handler=files
--INI--
session.save_handler=files
session.name=PHPSESSID
-session.save_path={TMP}
+session.save_path="{TMP}"
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
Jelle Lampaert
#Belgian Testfest 2009
--INI--
-sqlite3.extension_dir={TMP}
+sqlite3.extension_dir="{TMP}"
--SKIPIF--
<?php require_once(__DIR__ . '/skipif.inc'); ?>
--FILE--
--CREDITS--
Dave Kelsey <d_kelsey@uk.ibm.com>
--INI--
-open_basedir={TMP}
+open_basedir="{TMP}"
--FILE--
<?php
$a=glob("./*.jpeg");
--CREDITS--
Dave Kelsey <d_kelsey@uk.ibm.com>
--INI--
-open_basedir={TMP}
+open_basedir="{TMP}"
--FILE--
<?php
$a=glob("./*.jpeg");