--- embedaddon/php/ext/oci8/package.xml 2012/02/21 23:47:58 1.1.1.1 +++ embedaddon/php/ext/oci8/package.xml 2013/07/22 01:31:57 1.1.1.2 @@ -33,12 +33,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> no - 2011-11-18 + 2012-10-21 - 1.4.7 - 1.4.7 + 1.4.9 + 1.4.9 stable @@ -46,11 +46,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP - Fixed bug #59985 (show normal warning text for OCI_NO_DATA) - Fixed OCI8 part of bug #55748 (CVE-2011-4153: multiple NULL pointer dereferences with zend_strndup) - Fixed OCI8 part of bug #55301 (multiple null pointer dereferences with calloc) - Increased maximum Oracle error message buffer length for new Oracle 11.2.0.3 size - Improve internal initalization failure error messages + Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) @@ -416,6 +412,42 @@ http://pear.php.net/dtd/package-2.0.xsd"> + 1.4.8 + 1.4.8 + + + stable + stable + + PHP + + Fixed bug #63307 (Unused variable in oci8.c) + Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) + Fixed bug #60901 (Improve "tail" syntax for AIX installation) + + + + + + 1.4.7 + 1.4.7 + + + stable + stable + + PHP + + Fixed bug #59985 (show normal warning text for OCI_NO_DATA) + Fixed OCI8 part of bug #55748 (CVE-2011-4153: multiple NULL pointer dereferences with zend_strndup) + Fixed OCI8 part of bug #55301 (multiple null pointer dereferences with calloc) + Increased maximum Oracle error message buffer length for new Oracle 11.2.0.3 size + Improve internal initalization failure error messages + + + + + 1.4.6 1.4.6 @@ -799,7 +831,7 @@ Fixed bug #36820 (Privileged connection with an Oracle 2006-03-16 PHP Changed OCI8 code to use OCIServerVersion() instead of OCIPing(), which may crash Oracle server of version < 10.2 -Fixed bug #36235 (ocicolumnname returns false before a succesfull fetch) +Fixed bug #36235 (ocicolumnname returns false before a successfull fetch) Fixed bug #36096 (oci_result() returns garbage after oci_fetch() failed) Fixed bug #36055 (possible OCI8 crash in multithreaded environment) Fixed bug #36010 (Segfault when re-creating and re-executing statements with bound parameters)