File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ PHP_MINFO_FUNCTION(pdo_ibm);
47
47
Declare any global variables you may need between the BEGIN
48
48
and END macros here:
49
49
*/
50
- ZEND_BEGIN_MODULE_GLOBALS (pdo_ibm )
51
50
#ifdef PASE /* i5/OS ease of use turn off/on */
51
+ ZEND_BEGIN_MODULE_GLOBALS (pdo_ibm )
52
52
long i5_ignore_userid ; /* blank userid, possible no qsqsrvr */
53
53
long i5_override_ccsid ; /* prior any CLI routine override ascii ccsid */
54
- #endif /* PASE */
55
54
ZEND_END_MODULE_GLOBALS (pdo_ibm )
55
+ #endif /* PASE */
56
56
57
57
58
58
/*
@@ -72,6 +72,8 @@ ZEND_END_MODULE_GLOBALS(pdo_ibm)
72
72
#define PDO_IBM_G (v ) (pdo_ibm_globals.v)
73
73
#endif
74
74
75
+ #ifdef PASE /* i5/OS ease of use turn off/on */
75
76
ZEND_EXTERN_MODULE_GLOBALS (pdo_ibm )
77
+ #endif /* PASE */
76
78
77
79
#endif /* PHP_PDO_IBM_H */
You can’t perform that action at this time.
0 commit comments