summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8.h
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2008-04-18 00:05:27 +0000
committerChristopher Jones <sixd@php.net>2008-04-18 00:05:27 +0000
commit08eaa56798fba86a72a34e0919d2ce3511c544cb (patch)
tree6ed613484bad6429997406bea1d85a79eb00df73 /ext/oci8/php_oci8.h
parentde34e8700029fc2d380c485e98401829da9b4d6c (diff)
downloadphp-git-08eaa56798fba86a72a34e0919d2ce3511c544cb.tar.gz
MFH
Code: - Do scope-end release for oci_pconnect (oci8.old_oci_close_semantics=1 gives old behavior) - Fix session reuse with 10.2 client libs - Fix the Ping macro version check for 10.2 - Add type check associated with zend_list_find - Code connection re-organized for reuse - Format comments - WS changes - Prepare for new PECL release Tests: - Add new tests - Rationalize password tests - Revert use of __DIR__ so tests will work with PHP 5.2 - Update some skipifs to make tests more portable
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r--ext/oci8/php_oci8.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 2b4ca2b44d..9646f96b44 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -36,16 +36,17 @@
#endif
-/*
+/*
* The version of the OCI8 extension.
*/
#ifdef PHP_OCI8_VERSION
/* The definition of PHP_OCI8_VERSION changed in PHP 5.3 and building
- * this code with PHP 5.2 and earlier (i.e. from PECL) might conflict
+ * this code with PHP 5.2 and earlier (e.g. when using OCI8 from PECL)
+ * will conflict.
*/
#undef PHP_OCI8_VERSION
#endif
-#define PHP_OCI8_VERSION "1.3.1 Beta"
+#define PHP_OCI8_VERSION "1.3.2 Beta"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry
@@ -70,5 +71,3 @@ PHP_MINFO_FUNCTION(oci);
* c-basic-offset: 4
* End:
*/
-
-