From: Joe Watkins Date: Sun, 17 Nov 2013 23:34:11 +0000 (+0000) Subject: fix windows build X-Git-Tag: php-5.6.0alpha1~110^2~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff2abccc4bb50e4a9a59315327c577acf1b7202e;p=php fix windows build fix windows build and add header --- diff --git a/config.w32 b/config.w32 index b3893ccc2d..955d2290e9 100644 --- a/config.w32 +++ b/config.w32 @@ -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'); } diff --git a/phpdbg_utils.c b/phpdbg_utils.c index a368f9fba6..0828374eac 100644 --- a/phpdbg_utils.c +++ b/phpdbg_utils.c @@ -26,6 +26,10 @@ #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 index 0000000000..d64654ac9e Binary files /dev/null and b/tutorials/Thumbs.db differ