Browse Source

Set extension status back to dev

PECL
Christopher Jones 18 years ago
parent
commit
dfe7affab5
  1. 2
      ext/oci8/php_oci8.h

2
ext/oci8/php_oci8.h

@ -46,7 +46,7 @@
*/
#undef PHP_OCI8_VERSION
#endif
#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