summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8.h
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2008-07-24 15:24:14 +0000
committerChristopher Jones <sixd@php.net>2008-07-24 15:24:14 +0000
commit3de112221f551e2cfb84594741df9ca3ab62002e (patch)
tree6bbf5082246bc4737a63123883d80959cf46b677 /ext/oci8/php_oci8.h
parent44b9a0215cafd839a34006b90b74942a7fc0c52c (diff)
downloadphp-git-3de112221f551e2cfb84594741df9ca3ab62002e.tar.gz
MFH
1. Fix macro version test for constants 2. [DOC] Increase oci8.default_prefetch to 100. Better out of box experience. Consistent woth PDO_OCI
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r--ext/oci8/php_oci8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 69910e3fde..3dcdfad826 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -46,7 +46,7 @@
*/
#undef PHP_OCI8_VERSION
#endif
-#define PHP_OCI8_VERSION "1.3.3"
+#define PHP_OCI8_VERSION "1.3.4-dev"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry