]> granicus.if.org Git - php/commitdiff
fix windows build
authorJoe Watkins <joe.watkins@live.co.uk>
Sun, 17 Nov 2013 23:34:11 +0000 (23:34 +0000)
committerJoe Watkins <joe.watkins@live.co.uk>
Sun, 17 Nov 2013 23:34:11 +0000 (23:34 +0000)
fix windows build and add header

config.w32
phpdbg_utils.c
tutorials/Thumbs.db [new file with mode: 0644]

index b3893ccc2da99044506294483f7d571b6bb79c4d..955d2290e9aafc38b28f979f8a5d7af4f5416f56 100644 (file)
@@ -1,6 +1,6 @@
 ARG_ENABLE('phpdbg', 'Build phpdbg', 'yes');
 
 if (PHP_PHPDBG == "yes") {
-    SAPI('phpdbg', 'phpdbg.c phpdbg_prompt.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdbg_bp.c phpdbg_opcode.c phpdbg_list.c phpdbg_utils.c', 'phpdbg.exe');
+    SAPI('phpdbg', 'phpdbg.c phpdbg_prompt.c phpdbg_cmd.c phpdbg_info.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdbg_bp.c phpdbg_opcode.c phpdbg_list.c phpdbg_utils.c', 'phpdbg.exe');
 }
 
index a368f9fba66c5b05491eb0b65b4cda3e559b0448..0828374eac6d7b9c40befcd416fc0ecdc38de41f 100644 (file)
 #include "phpdbg_opcode.h"
 #include "phpdbg_utils.h"
 
+#ifdef _WIN32
+#      include "win32/time.h"
+#endif
+
 ZEND_EXTERN_MODULE_GLOBALS(phpdbg);
 
 int phpdbg_is_numeric(const char *str) /* {{{ */
diff --git a/tutorials/Thumbs.db b/tutorials/Thumbs.db
new file mode 100644 (file)
index 0000000..d64654a
Binary files /dev/null and b/tutorials/Thumbs.db differ