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:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
@@ -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
BIN
tutorials/Thumbs.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user