Skip to content

Commit

Permalink
Remove OCI8 devel status in preparation for PHP 5.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Dec 1, 2010
1 parent 2024790 commit 24c87d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/oci8/php_oci8.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*/
#undef PHP_OCI8_VERSION
#endif
#define PHP_OCI8_VERSION "1.4.5-devel"
#define PHP_OCI8_VERSION "1.4.5"

extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry
Expand Down

0 comments on commit 24c87d7

Please sign in to comment.