]> granicus.if.org Git - php/commitdiff
- Go with 0.9.4.
authorDerick Rethans <derick@php.net>
Mon, 23 Jan 2006 09:04:50 +0000 (09:04 +0000)
committerDerick Rethans <derick@php.net>
Mon, 23 Jan 2006 09:04:50 +0000 (09:04 +0000)
ext/filter/filter.c
ext/filter/package.xml
ext/filter/package2.xml

index c395acd96c5467d886474df0f89189aa933f2ecf..d3509acdaefa6c8a887a0b978c50ba90f9e0cbe9 100644 (file)
@@ -98,7 +98,7 @@ zend_module_entry filter_module_entry = {
        NULL,
        PHP_RSHUTDOWN(filter),
        PHP_MINFO(filter),
-       "0.9.3",
+       "0.9.4",
        STANDARD_MODULE_PROPERTIES
 };
 /* }}} */
index 70adbd81113521e1a244cb007c9b8cec716b2659..489de7394d3ac315c9011e08c61cef285c87d2b7 100644 (file)
@@ -24,14 +24,12 @@ of filters and mechanisms that users can use to safely access their input data.
  <license>PHP</license>
  <release>
   <state>beta</state>
-  <version>0.9.3</version>
-  <date>2005-11-18</date>
+  <version>0.9.4</version>
+  <date>2006-01-23</date>
   <notes>
-- Fixed PECL bug #5960: Build with PHP's PCRE headers
-- Fixed PECL bug #5962: Postive float returned when negative float given
-- Fixed PECL bug #5963: Segmentation fault when passing anything other than strings
-
-- Added PECL FR #5961: Support other cases of "On", "Off", "True", and "False"
+- Reimplement php_filter_callback() as exception-safe and without memleaks
+- Renamed all constants.
+- Fixed PECL bug #6124: Crash on HTML tags when using FS_STRING
   </notes>
   <filelist>
    <file role="src" name="config.m4"/>
index 5da39aaa676ce3641968851681447b8201b1a738..afa150a8ddb101effce1af5d5906336c46a9ff8d 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.4.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+<package packagerversion="1.4.6" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
 http://pear.php.net/dtd/tasks-1.0.xsd
 http://pear.php.net/dtd/package-2.0
 http://pear.php.net/dtd/package-2.0.xsd">
@@ -22,22 +22,20 @@ of filters and mechanisms that users can use to safely access their input data.
   <email>rasmus@php.net</email>
   <active>yes</active>
  </lead>
- <date>2005-11-18</date>
- <time>10:55:41</time>
+ <date>2006-01-23</date>
+ <time>10:04:15</time>
  <version>
-  <release>0.9.3</release>
-  <api>0.9.3</api>
+  <release>0.9.4</release>
+  <api>0.9.4</api>
  </version>
  <stability>
   <release>beta</release>
   <api>beta</api>
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
- <notes>- Fixed PECL bug #5960: Build with PHP&apos;s PCRE headers
-- Fixed PECL bug #5962: Postive float returned when negative float given
-- Fixed PECL bug #5963: Segmentation fault when passing anything other than strings
-
-- Added PECL FR #5961: Support other cases of &quot;On&quot;, &quot;Off&quot;, &quot;True&quot;, and &quot;False&quot;
+ <notes>- Reimplement php_filter_callback() as exception-safe and without memleaks
+- Renamed all constants.
+- Fixed PECL bug #6124: Crash on HTML tags when using FS_STRING
   
  </notes>
  <contents>