Browse Source

MFB: Set extension status back to dev

experimental/first_unicode_implementation
Christopher Jones 18 years ago
parent
commit
bd6696c639
  1. 2
      ext/oci8/php_oci8.h

2
ext/oci8/php_oci8.h

@ -39,7 +39,7 @@
/*
* The version of the OCI8 extension.
*/
#define PHP_OCI8_VERSION "1.3.2 Beta"
#define PHP_OCI8_VERSION "1.3.3-dev"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry

Loading…
Cancel
Save