administrativa
authorMichael Wallner <mike@php.net>
Thu, 21 May 2015 10:30:34 +0000 (12:30 +0200)
committerMichael Wallner <mike@php.net>
Thu, 21 May 2015 10:30:34 +0000 (12:30 +0200)
check_package-xml.php
package.xml

index 4000054a16755258b51c3aabaf0ed7bcc473a805..32a1e734da067cb8a9ac93cd41ee785e1826f23f 100755 (executable)
@@ -36,6 +36,11 @@ if (($xml = simplexml_load_file($file))) {
                        }
                }
        }
                        }
                }
        }
+       foreach ($xml_files as $file) {
+               if (!file_exists($file)) {
+                       echo "Extraneous file $file\n";
+               }
+       }
 }
 
 ###
 }
 
 ###
index 467cb13feed3f4fee095b9b6dd3c115fde62d42f..e05ab6db14d70335fa5e6aa095b81606252cf366 100644 (file)
@@ -35,18 +35,20 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-04-08</date>
+ <date>2015-05-21</date>
  <version>
  <version>
-  <release>2.4.4dev</release>
-  <api>2.4.0</api>
+  <release>2.5.0RC1</release>
+  <api>2.5.0</api>
  </version>
  <stability>
  </version>
  <stability>
-  <release>stable</release>
+  <release>beta</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-*
+* Added RFC5988 (Web Linking) support to http\Params
+* Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
+* Fixed overly aggressive response chaching to only consider 2xx cachable
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
@@ -134,6 +136,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      </dir>
      <dir name="helper">
       <file role="test" name="cookie.inc"/>
      </dir>
      <dir name="helper">
       <file role="test" name="cookie.inc"/>
+      <file role="test" name="dump.inc"/>
       <file role="test" name="http2.crt"/>
       <file role="test" name="http2.key"/>
       <file role="test" name="pipeline.inc"/>
       <file role="test" name="http2.crt"/>
       <file role="test" name="http2.key"/>
       <file role="test" name="pipeline.inc"/>
@@ -298,6 +301,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="params013.phpt"/>
      <file role="test" name="params014.phpt"/>
      <file role="test" name="params015.phpt"/>
      <file role="test" name="params013.phpt"/>
      <file role="test" name="params014.phpt"/>
      <file role="test" name="params015.phpt"/>
+     <file role="test" name="params016.phpt"/>
      <file role="test" name="phpinfo.phpt"/>
      <file role="test" name="propertyproxy001.phpt"/>
      <file role="test" name="querystring001.phpt"/>
      <file role="test" name="phpinfo.phpt"/>
      <file role="test" name="propertyproxy001.phpt"/>
      <file role="test" name="querystring001.phpt"/>