diff options
author | Christopher Jones <sixd@php.net> | 2010-11-16 19:33:31 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2010-11-16 19:33:31 +0000 |
commit | 2ea52b1fb4de59b1537162f24f706cb6201eb0a8 (patch) | |
tree | 5e21045ef9fc73ecd3230ff805f081bd716a82a3 /ext/oci8/package.xml | |
parent | 4af7de49aa6b2f8f49b686b14d21f5a923ba86ab (diff) | |
download | php-git-2ea52b1fb4de59b1537162f24f706cb6201eb0a8.tar.gz |
Protect against null bytes in LOB filenames (rasmus)
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r-- | ext/oci8/package.xml | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index ed4349ea04..a56c010129 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -33,21 +33,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> <active>no</active> </lead> - <date>2010-11-10</date> + <date>2010-11-16</date> <time>15:00:00</time> <version> - <release>1.4.4</release> - <api>1.4.4</api> + <release>1.4.5</release> + <api>1.4.5</api> </version> <stability> - <release>stable</release> + <release>devel</release> <api>stable</api> </stability> <license uri="http://www.php.net/license">PHP</license> <notes> - Fixed bug #53284 (Valgrind warnings in oci_set_* functions) - Enhancement - improve startup failure error messages + Protect against null bytes in LOB filenames (http://news.php.net/php.internals/50202) </notes> <contents> <dir name="/"> @@ -306,6 +305,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> <file name="lob_temp1.phpt" role="test" /> <file name="lob_temp.phpt" role="test" /> <file name="minfo.phpt" role="test" /> + <file name="null_byte_1.phpt" role="test" /> + <file name="null_byte_2.phpt" role="test" /> <file name="num.phpt" role="test" /> <file name="oci8safemode.phpt" role="test" /> <file name="oci_execute_segfault.phpt" role="test" /> @@ -379,6 +380,22 @@ http://pear.php.net/dtd/package-2.0.xsd"> <release> <version> + <release>1.4.4</release> + <api>1.4.4</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> + Fixed bug #53284 (Valgrind warnings in oci_set_* functions) + Enhancement - improve startup failure error messages + </notes> +</release> + +<release> + <version> <release>1.4.3</release> <api>1.4.3</api> </version> |