1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

fix windows build

fix windows build and add header
This commit is contained in:
Joe Watkins
2013-11-17 23:34:11 +00:00
parent eef21c186c
commit ff2abccc4b
3 changed files with 5 additions and 1 deletions

View 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');
}

View File

@@ -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) /* {{{ */

BIN
tutorials/Thumbs.db Normal file

Binary file not shown.