Improve high availability for explicitly terminated connections.
<active>no</active>
</lead>
- <date>2011-11-18</date>
+ <date>2012-10-21</date>
<time>12:00:00</time>
<version>
<license uri="http://www.php.net/license">PHP</license>
<notes>
Fixed bug #60901 (Improve "tail" syntax for AIX installation)
+ Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
</notes>
<contents>
<dir name="/">
*/
#undef PHP_OCI8_VERSION
#endif
-#define PHP_OCI8_VERSION "1.4.7"
+#define PHP_OCI8_VERSION "1.4.8"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry
zend_bailout(); \
break; \
case 22: \
+ case 28: \
case 378: \
case 602: \
case 603: \