Merge phpdbg into PHP-5.6

This commit is contained in:
Bob Weinand 2014-10-30 13:17:58 +01:00
commit b9d1dc329f

View File

@ -240,7 +240,7 @@ PHPDBG_API void phpdbg_set_breakpoint_file(const char *path, long line_num TSRML
php_stream_statbuf ssb;
char realpath[MAXPATHLEN];
const char *original_path = path;
zend_bool pending;
zend_bool pending = 0;
HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE];
phpdbg_breakfile_t new_break;