We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a79b5 commit 9a1c6c5Copy full SHA for 9a1c6c5
ext/pdo/pdo.c
@@ -42,7 +42,7 @@ ZEND_DECLARE_MODULE_GLOBALS(pdo)
42
/* True global resources - no need for thread safety here */
43
44
/* the registry of PDO drivers */
45
-static HashTable pdo_driver_hash;
+HashTable pdo_driver_hash;
46
47
/* we use persistent resources for the driver connection stuff */
48
static int le_ppdo;
ext/pdo/php_pdo_int.h
@@ -22,6 +22,8 @@
22
23
/* Stuff private to the PDO extension and not for consumption by PDO drivers
24
* */
25
+
26
+extern HashTable pdo_driver_hash;
27
extern zend_class_entry *pdo_exception_ce;
28
int php_pdo_list_entry(void);
29
0 commit comments