Skip to content

Commit 8b0e1c6

Browse files
committed
Merge branch 'master' of https://github.com/krakjoe/phpdbg
2 parents db9bbf1 + 3043bd2 commit 8b0e1c6

21 files changed

+21
-0
lines changed

phpdbg_bp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_bp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_break.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_break.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_cmd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_cmd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_help.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_help.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_info.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_info.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_list.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_list.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_opcode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_opcode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_print.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_print.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_prompt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_set.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_set.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

phpdbg_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Felipe Pena <felipe@php.net> |
1616
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
17+
| Authors: Bob Weinand <bwoebi@php.net> |
1718
+----------------------------------------------------------------------+
1819
*/
1920

0 commit comments

Comments
 (0)