Skip to content

Commit 3f7a145

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: removed outdated IsDebuggerPresent declaration
2 parents f7b6db7 + f156e68 commit 3f7a145

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Zend/zend.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
# define GLOBAL_CONSTANTS_TABLE EG(zend_constants)
4444
#endif
4545

46-
#if defined(ZEND_WIN32) && ZEND_DEBUG
47-
BOOL WINAPI IsDebuggerPresent(VOID);
48-
#endif
49-
5046
/* true multithread-shared globals */
5147
ZEND_API zend_class_entry *zend_standard_class_def = NULL;
5248
ZEND_API int (*zend_printf)(const char *format, ...);

0 commit comments

Comments
 (0)