sixd Tue Mar 17 01:52:52 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/assert assert03.phpt assert04.phpt
/php-src/ext/standard/tests/general_functions
get_magic_quotes_runtime.phpt
set_magic_quotes_runtime_basic.phpt
set_magic_quotes_runtime_variation1.phpt
Log:
Fix INI blocks
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/assert/assert03.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u
Index: php-src/ext/standard/tests/assert/assert03.phpt
diff -u php-src/ext/standard/tests/assert/assert03.phpt:1.1.2.2.2.1
php-src/ext/standard/tests/assert/assert03.phpt:1.1.2.2.2.2
--- php-src/ext/standard/tests/assert/assert03.phpt:1.1.2.2.2.1 Sun Jan 25
11:06:36 2009
+++ php-src/ext/standard/tests/assert/assert03.phpt Tue Mar 17 01:52:52 2009
@@ -1,6 +1,6 @@
--TEST--
assert() - set callback using ini_set()
----INI---
+--INI--
assert.active = 1
assert.warning = 0
assert.callback =
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/assert/assert04.phpt?r1=1.1.2.2.2.2&r2=1.1.2.2.2.3&diff_format=u
Index: php-src/ext/standard/tests/assert/assert04.phpt
diff -u php-src/ext/standard/tests/assert/assert04.phpt:1.1.2.2.2.2
php-src/ext/standard/tests/assert/assert04.phpt:1.1.2.2.2.3
--- php-src/ext/standard/tests/assert/assert04.phpt:1.1.2.2.2.2 Sun Jan 25
11:06:36 2009
+++ php-src/ext/standard/tests/assert/assert04.phpt Tue Mar 17 01:52:52 2009
@@ -1,6 +1,6 @@
--TEST--
misc assert() tests tests
----INI---
+--INI--
assert.active = 1
assert.warning = 1
assert.callback =
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index:
php-src/ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt
diff -u
php-src/ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt:1.1.2.2
php-src/ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt:1.1.2.3
---
php-src/ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt:1.1.2.2
Sun Feb 1 18:55:26 2009
+++ php-src/ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt
Tue Mar 17 01:52:52 2009
@@ -1,6 +1,6 @@
--TEST--
Test get_magic_quotes_runtime() function
---INI-
+--INI--
magic_quotes_runtime = 0
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index:
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt
diff -u
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt:1.1.2.2
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt:1.1.2.3
---
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt:1.1.2.2
Sun Feb 1 19:29:31 2009
+++
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt
Tue Mar 17 01:52:52 2009
@@ -1,6 +1,6 @@
--TEST--
Test set_magic_quotes_runtime() function - basic test
---INI-
+--INI--
magic_quotes_runtime = 0
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index:
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt
diff -u
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt:1.1.2.1
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt:1.1.2.2
---
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt:1.1.2.1
Sun Feb 1 19:29:31 2009
+++
php-src/ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt
Tue Mar 17 01:52:52 2009
@@ -1,6 +1,6 @@
--TEST--
Test set_magic_quotes_runtime() function - usage variation
---INI-
+--INI--
magic_quotes_runtime = 0
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php