Skip to content

Commit f61eac2

Browse files
author
foobar
committed
Make it possible to build mysql extension as shared module.
1 parent 5d2d340 commit f61eac2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/mysql/libmysql/my_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#ifdef HAVE_CONFIG_H
2+
#include "config.h"
3+
#endif
4+
15
#include <php_config.h>
26

37
/* PHP might define ulong, but we want to use our own typedef */

0 commit comments

Comments
 (0)