Diff for /embedaddon/php/ext/oci8/package.xml between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:58 version 1.1.1.2, 2013/07/22 01:31:57
Line 33  http://pear.php.net/dtd/package-2.0.xsd"> Line 33  http://pear.php.net/dtd/package-2.0.xsd">
   <active>no</active>    <active>no</active>
  </lead>   </lead>
   
 <date>2011-11-18</date> <date>2012-10-21</date>
  <time>12:00:00</time>   <time>12:00:00</time>
   
  <version>   <version>
  <release>1.4.7</release>  <release>1.4.9</release>
  <api>1.4.7</api>  <api>1.4.9</api>
  </version>   </version>
  <stability>   <stability>
   <release>stable</release>    <release>stable</release>
Line 46  http://pear.php.net/dtd/package-2.0.xsd"> Line 46  http://pear.php.net/dtd/package-2.0.xsd">
  </stability>   </stability>
  <license uri="http://www.php.net/license">PHP</license>   <license uri="http://www.php.net/license">PHP</license>
  <notes>   <notes>
  Fixed bug #59985 (show normal warning text for OCI_NO_DATA)   Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)
  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 
  </notes>   </notes>
  <contents>   <contents>
   <dir name="/">    <dir name="/">
Line 416  http://pear.php.net/dtd/package-2.0.xsd"> Line 412  http://pear.php.net/dtd/package-2.0.xsd">
   
 <release>  <release>
  <version>   <version>
     <release>1.4.8</release>
     <api>1.4.8</api>
    </version>
    <stability>
     <release>stable</release>
     <api>stable</api>
    </stability>
    <license uri="http://www.php.net/license">PHP</license>
    <notes>
      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)
    </notes>
   </release>
   
   <release>
    <version>
     <release>1.4.7</release>
     <api>1.4.7</api>
    </version>
    <stability>
     <release>stable</release>
     <api>stable</api>
    </stability>
    <license uri="http://www.php.net/license">PHP</license>
    <notes>
     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
    </notes>
   </release>
   
   <release>
    <version>
   <release>1.4.6</release>    <release>1.4.6</release>
   <api>1.4.6</api>    <api>1.4.6</api>
  </version>   </version>
Line 799  Fixed bug #36820 (Privileged connection with an Oracle Line 831  Fixed bug #36820 (Privileged connection with an Oracle
    <date>2006-03-16</date>     <date>2006-03-16</date>
    <license uri="http://www.php.net/license">PHP</license>     <license uri="http://www.php.net/license">PHP</license>
    <notes>Changed OCI8 code to use OCIServerVersion() instead of OCIPing(), which may crash Oracle server of version &lt; 10.2     <notes>Changed OCI8 code to use OCIServerVersion() instead of OCIPing(), which may crash Oracle server of version &lt; 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 #36096 (oci_result() returns garbage after oci_fetch() failed)
 Fixed bug #36055 (possible OCI8 crash in multithreaded environment)  Fixed bug #36055 (possible OCI8 crash in multithreaded environment)
 Fixed bug #36010 (Segfault when re-creating and re-executing statements with bound parameters)  Fixed bug #36010 (Segfault when re-creating and re-executing statements with bound parameters)

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>