1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

fix 11g crap

This commit is contained in:
Antony Dovgal
2008-08-06 07:54:40 +00:00
parent 525f3c4793
commit 3d67fbf2bf

View File

@@ -1018,7 +1018,7 @@ zend_function_entry php_oci_coll_class_functions[] = {
zend_module_entry oci8_module_entry = {
STANDARD_MODULE_HEADER,
"oci8_11g", /* extension name */
"oci8", /* extension name */
php_oci_functions, /* extension function list */
PHP_MINIT(oci), /* extension-wide startup function */
PHP_MSHUTDOWN(oci), /* extension-wide shutdown function */