- fire release
authorMichael Wallner <mike@php.net>
Fri, 9 Sep 2005 14:52:00 +0000 (14:52 +0000)
committerMichael Wallner <mike@php.net>
Fri, 9 Sep 2005 14:52:00 +0000 (14:52 +0000)
package.xml
php_http.h
tests/parse_message_001.phpt

index db800ba8b9deace96f152c3d8ead998c3820676c..3745e850dc4fcc3392c88b6d250069794b495bf0 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
-<!-- $Revision: 1.39 $ -->
+<!-- $Revision: 1.40 $ -->
 <package version="1.0">
   <name>pecl_http</name>
   <summary>Extended HTTP support</summary>
 <package version="1.0">
   <name>pecl_http</name>
   <summary>Extended HTTP support</summary>
@@ -30,8 +30,8 @@
   </maintainers>
 
   <release>
   </maintainers>
 
   <release>
-    <version>0.13.0dev</version>
-    <date>2005-09-00</date>
+    <version>0.13.0</version>
+    <date>2005-09-09</date>
     <state>beta</state>
     <notes><![CDATA[
 + HTTP request method API is now available for builds without libcurl, too
     <state>beta</state>
     <notes><![CDATA[
 + HTTP request method API is now available for builds without libcurl, too
index 92da495204c2f677b1e959d4977808975d2e49ad..7dd931fb3ee647baf2b6d8eb73a0656bd5977b63 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define HTTP_PEXT_VERSION "0.13.0dev"
+#define HTTP_PEXT_VERSION "0.13.0"
 
 /* make compile on Win32 */
 #ifdef HTTP_HAVE_CURL
 
 /* make compile on Win32 */
 #ifdef HTTP_HAVE_CURL
index c29422a83ce41d9a8947c09ffba795defe93bb73..4d36b4653059d192828394ac87b7b96fdc43aadd 100644 (file)
@@ -2,7 +2,7 @@
 http_parse_message()
 --SKIPIF--
 include 'skip.inc';
 http_parse_message()
 --SKIPIF--
 include 'skip.inc';
-checkuri('www.google.com');
+checkurl('www.google.com');
 --FILE--
 <?php
 echo "-TEST\n";
 --FILE--
 <?php
 echo "-TEST\n";