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 37408e1 commit a6e9c50Copy full SHA for a6e9c50
php_phongo.h
@@ -40,12 +40,12 @@ typedef struct {
40
} php_phongo_pclient_t;
41
42
ZEND_BEGIN_MODULE_GLOBALS(mongodb)
43
- char* debug;
44
- FILE* debug_fd;
45
- HashTable persistent_clients;
46
- HashTable* request_clients;
47
- HashTable* subscribers;
48
- HashTable* managers;
+ char* debug;
+ FILE* debug_fd;
+ HashTable persistent_clients;
+ HashTable* request_clients;
+ HashTable* subscribers;
+ HashTable* managers;
49
ZEND_END_MODULE_GLOBALS(mongodb)
50
51
#define MONGODB_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(mongodb, v)
0 commit comments