mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- fix build, come on, it is not that hard to test before commit, is it?
This commit is contained in:
parent
a2cf15fcc6
commit
af206a90ae
2 changed files with 9 additions and 1 deletions
|
@ -70,6 +70,12 @@ ZEND_BEGIN_MODULE_GLOBALS(pdo_mysql)
|
|||
char *debug; /* The actual string */
|
||||
MYSQLND_DEBUG *dbg; /* The DBG object */
|
||||
#endif
|
||||
#if defined(PHP_WIN32) && !PDO_DBG_ENABLED
|
||||
/* dummy member so we get at least one member in the struct
|
||||
* and avoids build errors.
|
||||
*/
|
||||
void *dummymemmber;
|
||||
#endif
|
||||
ZEND_END_MODULE_GLOBALS(pdo_mysql)
|
||||
|
||||
ZEND_EXTERN_MODULE_GLOBALS(pdo_mysql);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue