mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Fixed more ini settings.
# Derick. Be responsible to your change and opinion. # These are settings I know that should be set. # There may be other settingis must be set to make # run-tests.php work as expected.
This commit is contained in:
parent
0998fcd804
commit
1fb8331fc0
2 changed files with 3 additions and 2 deletions
|
@ -44,8 +44,9 @@ if (getenv('TEST_PHP_SRCDIR')) {
|
|||
|
||||
$cwd = getcwd();
|
||||
set_time_limit(0);
|
||||
ob_implicit_flush();
|
||||
error_reporting(E_ALL);
|
||||
ini_set('magic_quotes_runtime', 0);
|
||||
ini_set('memory_limit', '8M');
|
||||
|
||||
if (ini_get('safe_mode')) {
|
||||
echo <<< SAFE_MODE_WARNING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue