]> granicus.if.org Git - php/commitdiff
Reverts some unwanted changes
authorFlorian MARGAINE <florian@margaine.com>
Sat, 20 Sep 2014 16:24:38 +0000 (18:24 +0200)
committerFlorian MARGAINE <florian@margaine.com>
Sat, 20 Sep 2014 16:24:38 +0000 (18:24 +0200)
ext/posix/tests/posix_access_error_modes.phpt
ext/simplexml/tests/bug24392.phpt
ext/xmlreader/TODO

index 8a3d239fa3e00676d6954042c47e2cc4ec66b9eb..fb04e34683e59847cdf853e9c8c5fed1b08da872 100644 (file)
@@ -38,7 +38,7 @@ chmod ($filename, 0700);
 unlink($filename);
 ?>
 --EXPECTF--
-WDeprecated: Directive 'safe_mode' is deprecated in PHP 7.3 and greater in Unknown on line %d
+WDeprecated: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line %d
 bool(false)
 bool(false)
 bool(false)
index 3883018f527b0a4561d5ca9849f56982d7ab31c8..0a462e577019c1bc5f0a28e339bca2eee3157865 100644 (file)
@@ -13,7 +13,7 @@ foreach ($s->item as $item) {
 EU Parliament to Vote on New Patent Rules
 Most Powerful Amateur Rocket in Canada
 GF FX 5900 Ultra vs. ATi Radeon 9800 Pro
-PHP 7 Beta 1
+PHP 5 Beta 1
 Engaging with the OSS Community
 Pure Math, Pure Joy
 Windows Tech Writer Looks at Linux
index ff6b9b0baf62fffe87ee595ff138e4a9d8978120..744c56192a15aa5eced0a673342d2fd3a092136b 100644 (file)
@@ -1,6 +1,6 @@
 - Implement functions to support PHP 4
 
-- Refactor internals once libxml 2.6.x is minimum requirement for PHP 7
+- Refactor internals once libxml 2.6.x is minimum requirement for PHP 5
   use new api for creating the xmlTextReaderPtr
 
 - Add Custom Error Handling