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 ea4bf38 commit 4a2bf56Copy full SHA for 4a2bf56
ext/dba/libinifile/inifile.c
@@ -14,14 +14,11 @@
14
+----------------------------------------------------------------------+
15
*/
16
17
-/* $Id$ */
18
-
19
#ifdef HAVE_CONFIG_H
20
#include "config.h"
21
#endif
22
23
-#include "php.h"
24
-#include "php_globals.h"
+#include "inifile.h"
25
26
#include <stdlib.h>
27
#include <string.h>
@@ -30,7 +27,10 @@
30
#include <unistd.h>
31
28
32
29
33
-#include "inifile.h"
+#include "zend_alloc.h"
+#include "php_streams.h"
+#include "spprintf.h"
+#include "php.h"
34
35
/* ret = -1 means that database was opened for read-only
36
* ret = 0 success
0 commit comments