mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- Ready 0.9.3.
This commit is contained in:
parent
ccbf79462f
commit
168db42521
3 changed files with 18 additions and 16 deletions
|
@ -99,7 +99,7 @@ zend_module_entry filter_module_entry = {
|
||||||
NULL,
|
NULL,
|
||||||
PHP_RSHUTDOWN(filter),
|
PHP_RSHUTDOWN(filter),
|
||||||
PHP_MINFO(filter),
|
PHP_MINFO(filter),
|
||||||
"0.9.2",
|
"0.9.3",
|
||||||
STANDARD_MODULE_PROPERTIES
|
STANDARD_MODULE_PROPERTIES
|
||||||
};
|
};
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
|
@ -24,13 +24,14 @@ of filters and mechanisms that users can use to safely access their input data.
|
||||||
<license>PHP</license>
|
<license>PHP</license>
|
||||||
<release>
|
<release>
|
||||||
<state>beta</state>
|
<state>beta</state>
|
||||||
<version>0.9.2</version>
|
<version>0.9.3</version>
|
||||||
<date>2005-10-27</date>
|
<date>2005-11-18</date>
|
||||||
<notes>
|
<notes>
|
||||||
- Implemented support for default filter flags in php.ini with the
|
- Fixed PECL bug #5960: Build with PHP's PCRE headers
|
||||||
filter.default_flags setting.
|
- Fixed PECL bug #5962: Postive float returned when negative float given
|
||||||
- Fixed a crash when a non-array option was passed in combination with the
|
- Fixed PECL bug #5963: Segmentation fault when passing anything other than strings
|
||||||
callback filter.
|
|
||||||
|
- Added PECL FR #5961: Support other cases of "On", "Off", "True", and "False"
|
||||||
</notes>
|
</notes>
|
||||||
<filelist>
|
<filelist>
|
||||||
<file role="src" name="config.m4"/>
|
<file role="src" name="config.m4"/>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<package packagerversion="1.4.2" 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.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
|
||||||
http://pear.php.net/dtd/tasks-1.0.xsd
|
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
|
||||||
http://pear.php.net/dtd/package-2.0.xsd">
|
http://pear.php.net/dtd/package-2.0.xsd">
|
||||||
|
@ -22,21 +22,22 @@ of filters and mechanisms that users can use to safely access their input data.
|
||||||
<email>rasmus@php.net</email>
|
<email>rasmus@php.net</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2005-10-27</date>
|
<date>2005-11-18</date>
|
||||||
<time>11:36:19</time>
|
<time>10:55:41</time>
|
||||||
<version>
|
<version>
|
||||||
<release>0.9.2</release>
|
<release>0.9.3</release>
|
||||||
<api>0.9.2</api>
|
<api>0.9.3</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>beta</release>
|
<release>beta</release>
|
||||||
<api>beta</api>
|
<api>beta</api>
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://www.php.net/license">PHP</license>
|
<license uri="http://www.php.net/license">PHP</license>
|
||||||
<notes>- Implemented support for default filter flags in php.ini with the
|
<notes>- Fixed PECL bug #5960: Build with PHP's PCRE headers
|
||||||
filter.default_flags setting.
|
- Fixed PECL bug #5962: Postive float returned when negative float given
|
||||||
- Fixed a crash when a non-array option was passed in combination with the
|
- Fixed PECL bug #5963: Segmentation fault when passing anything other than strings
|
||||||
callback filter.
|
|
||||||
|
- Added PECL FR #5961: Support other cases of "On", "Off", "True", and "False"
|
||||||
|
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue