Skip to content

Commit 1903998

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: removed outdated IsDebuggerPresent declaration
2 parents 8650d2d + 3f7a145 commit 1903998

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
@@ -44,10 +44,6 @@
4444
# define GLOBAL_CONSTANTS_TABLE EG(zend_constants)
4545
#endif
4646

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

0 commit comments

Comments
 (0)