Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

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
1 parent 0fac3f9 commit e9e1acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpdbg_bp.c
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 e9e1acb

Please sign in to comment.