Skip to content

Commit

Permalink
Merge phpdbg into PHP-5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Oct 30, 2014
2 parents 73e2dd3 + 4fd6638 commit b9d1dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/phpdbg/phpdbg_bp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b9d1dc3

Please sign in to comment.