]>
granicus.if.org Git - php/log
krakjoe [Fri, 21 Feb 2014 15:00:55 +0000 (15:00 +0000)]
conditional breakpoints working again
krakjoe [Fri, 21 Feb 2014 14:44:16 +0000 (14:44 +0000)]
better-ness, I think
krakjoe [Wed, 19 Feb 2014 20:18:49 +0000 (20:18 +0000)]
work on lexer to be more permissive (accept moar strings)
work on parameter parsing and command resolution
work on error reporting for failed arguments
update most commands
move quiet to set quiet
move set break on/off to set breaks on/off
keep set break for set break <id> <on/off>
update help accordingly
krakjoe [Wed, 19 Feb 2014 08:33:54 +0000 (08:33 +0000)]
remove input_t
support single char aliases
...
krakjoe [Wed, 19 Feb 2014 00:33:49 +0000 (00:33 +0000)]
work on parameters to commands
krakjoe [Tue, 18 Feb 2014 20:04:02 +0000 (20:04 +0000)]
...
krakjoe [Tue, 18 Feb 2014 19:48:33 +0000 (19:48 +0000)]
execute new stack now
krakjoe [Tue, 18 Feb 2014 09:13:50 +0000 (09:13 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer
krakjoe [Tue, 18 Feb 2014 09:13:42 +0000 (09:13 +0000)]
fix #70
krakjoe [Tue, 18 Feb 2014 08:47:25 +0000 (08:47 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer
krakjoe [Tue, 18 Feb 2014 08:47:15 +0000 (08:47 +0000)]
fix zpp issues #74
krakjoe [Tue, 18 Feb 2014 08:40:42 +0000 (08:40 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer
krakjoe [Tue, 18 Feb 2014 08:40:33 +0000 (08:40 +0000)]
fix #75 phpdbg disabled by default
krakjoe [Tue, 18 Feb 2014 08:39:38 +0000 (08:39 +0000)]
use correct param types
krakjoe [Mon, 17 Feb 2014 22:43:53 +0000 (22:43 +0000)]
start work on resolving commands, add numeric function and method to lexer
krakjoe [Mon, 17 Feb 2014 08:53:47 +0000 (08:53 +0000)]
case insensitivity where we can
additional param types
krakjoe [Mon, 17 Feb 2014 07:40:35 +0000 (07:40 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg into lexer
krakjoe [Sun, 16 Feb 2014 23:17:16 +0000 (23:17 +0000)]
...
krakjoe [Sun, 16 Feb 2014 23:12:24 +0000 (23:12 +0000)]
improve error reporting
krakjoe [Sun, 16 Feb 2014 22:54:43 +0000 (22:54 +0000)]
...
krakjoe [Sun, 16 Feb 2014 22:47:20 +0000 (22:47 +0000)]
modify command to parse arguments with lexer for testingz
krakjoe [Sun, 16 Feb 2014 21:52:25 +0000 (21:52 +0000)]
fix lexer for namespaced methods
krakjoe [Sun, 16 Feb 2014 21:38:55 +0000 (21:38 +0000)]
remove leaks from stack
traverse the other way
fix id regex, thanks @bwoebi
krakjoe [Sun, 16 Feb 2014 19:25:15 +0000 (19:25 +0000)]
build stack from command line
Bob Weinand [Sun, 16 Feb 2014 16:41:50 +0000 (17:41 +0100)]
removed warning; WS
Bob Weinand [Sun, 16 Feb 2014 16:09:15 +0000 (17:09 +0100)]
Merge pull request #73 from TerryE/new-help
New help updates
krakjoe [Sat, 15 Feb 2014 23:34:35 +0000 (23:34 +0000)]
Revert "handle strings better"
This reverts commit
a32f1b46540fd8add78f53cc8059f7f749ca3ab8 .
krakjoe [Sat, 15 Feb 2014 22:53:20 +0000 (22:53 +0000)]
handle strings better
krakjoe [Sat, 15 Feb 2014 20:05:44 +0000 (20:05 +0000)]
barf on unexpected input
krakjoe [Sat, 15 Feb 2014 19:51:39 +0000 (19:51 +0000)]
betterness
krakjoe [Sat, 15 Feb 2014 04:52:04 +0000 (04:52 +0000)]
have a go at writing lexer for input
Bob Weinand [Thu, 13 Feb 2014 19:42:54 +0000 (20:42 +0100)]
Fix issue 72 (too much whitespace in config.m4)
Terry Ellison [Sun, 9 Feb 2014 15:04:13 +0000 (15:04 +0000)]
More update to help text on parameter typing
Bob Weinand [Thu, 6 Feb 2014 19:43:17 +0000 (20:43 +0100)]
Fix issue 68 (made check win only)
Terry Ellison [Wed, 5 Feb 2014 00:04:21 +0000 (00:04 +0000)]
Update help content and refactor new routine in php_help.c
* I've added more content to the help to expand desciption for new-to-phpdbg
developers.
* After a code review of the new routines that I've added to the help module,
I've decided that the implementation was unnecessarily convolved and that
Keep-It-Simple-Stupid would be more understandable, maintainable and have
no material performance hit.
Terry Ellison [Sun, 2 Feb 2014 16:35:28 +0000 (16:35 +0000)]
Work in progress chekpoint of changes to help module. To allow peer review and feedback
krakjoe [Sun, 2 Feb 2014 15:16:01 +0000 (15:16 +0000)]
windows
krakjoe [Sun, 2 Feb 2014 14:51:30 +0000 (14:51 +0000)]
woops
krakjoe [Sun, 2 Feb 2014 14:41:51 +0000 (14:41 +0000)]
...
krakjoe [Sun, 2 Feb 2014 13:29:34 +0000 (13:29 +0000)]
scrap using zend directly, too many leaks/bugs
krakjoe [Wed, 29 Jan 2014 07:28:54 +0000 (07:28 +0000)]
fix bugsnet #66591 and github #60
krakjoe [Tue, 28 Jan 2014 17:23:29 +0000 (17:23 +0000)]
fix bugsnet #66594, thanks ondrej@php.net
krakjoe [Mon, 27 Jan 2014 07:39:34 +0000 (07:39 +0000)]
fix readline build error bugsnet #66576
Bob Weinand [Sun, 19 Jan 2014 11:25:24 +0000 (12:25 +0100)]
Merge branch PHP-5.6 of php-src
Bob Weinand [Sun, 19 Jan 2014 00:24:22 +0000 (19:24 -0500)]
Fixed order of instructions...
Bob Weinand [Sat, 18 Jan 2014 23:48:53 +0000 (18:48 -0500)]
Clean root symbol table when starting new execution
Bob Weinand [Sat, 18 Jan 2014 18:18:47 +0000 (13:18 -0500)]
Merge branch 'master' of ssh://github.com/krakjoe/phpdbg
Bob Weinand [Sat, 18 Jan 2014 18:18:28 +0000 (13:18 -0500)]
Fixed that for example "run" is only set as last cmd after the whole execution
Bob Weinand [Fri, 17 Jan 2014 22:09:07 +0000 (23:09 +0100)]
Update year
krakjoe [Fri, 17 Jan 2014 21:20:19 +0000 (21:20 +0000)]
zts fix
krakjoe [Fri, 17 Jan 2014 21:15:03 +0000 (21:15 +0000)]
...
krakjoe [Fri, 17 Jan 2014 21:08:35 +0000 (21:08 +0000)]
remove goto from zend_try/zend_end_try/zend_catch blocks
krakjoe [Thu, 16 Jan 2014 20:10:30 +0000 (20:10 +0000)]
fix #50
krakjoe [Mon, 13 Jan 2014 20:16:50 +0000 (20:16 +0000)]
issues raised in #46, don't quit on CTRL+C if not executing
krakjoe [Mon, 13 Jan 2014 08:19:37 +0000 (08:19 +0000)]
patch version
krakjoe [Mon, 13 Jan 2014 08:14:04 +0000 (08:14 +0000)]
fix #46 ignore EOF
krakjoe [Mon, 13 Jan 2014 08:12:49 +0000 (08:12 +0000)]
Revert "fix #46 ignore EOF"
This reverts commit
333264fdb718f337fb19d208e3d41aeef31f2ca1 .
cyanogenmod [Mon, 13 Jan 2014 08:11:09 +0000 (08:11 +0000)]
fix #46 ignore EOF
krakjoe [Sun, 12 Jan 2014 16:48:10 +0000 (16:48 +0000)]
work on #46 (handle quit local consoles gracefully)
krakjoe [Fri, 27 Dec 2013 18:10:58 +0000 (18:10 +0000)]
update version
Joe Watkins [Wed, 25 Dec 2013 18:50:25 +0000 (18:50 +0000)]
upstream merge
Bob Weinand [Tue, 24 Dec 2013 12:11:57 +0000 (13:11 +0100)]
Fixed #18
Errors not displaying in some configurations
Bob Weinand [Mon, 23 Dec 2013 22:55:07 +0000 (23:55 +0100)]
Fixed credits in phpdbg.* files
krakjoe [Mon, 23 Dec 2013 21:54:45 +0000 (21:54 +0000)]
reformat
krakjoe [Mon, 23 Dec 2013 21:52:32 +0000 (21:52 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Mon, 23 Dec 2013 21:52:22 +0000 (21:52 +0000)]
credits file
Bob Weinand [Sat, 21 Dec 2013 21:42:11 +0000 (22:42 +0100)]
Added breaking upon fatal-ish error
krakjoe [Fri, 20 Dec 2013 13:20:40 +0000 (13:20 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Fri, 20 Dec 2013 13:20:17 +0000 (13:20 +0000)]
update readme
Bob Weinand [Fri, 20 Dec 2013 13:03:51 +0000 (14:03 +0100)]
Bumped version number to 0.3.0
Bob Weinand [Fri, 20 Dec 2013 12:56:21 +0000 (13:56 +0100)]
Recreated test.php
krakjoe [Fri, 20 Dec 2013 12:52:18 +0000 (12:52 +0000)]
tidy up readme
krakjoe [Fri, 20 Dec 2013 12:51:24 +0000 (12:51 +0000)]
tidy up repository for merging
krakjoe [Wed, 18 Dec 2013 17:00:26 +0000 (17:00 +0000)]
disregard leading slash
krakjoe [Wed, 18 Dec 2013 16:33:21 +0000 (16:33 +0000)]
version in userland
Bob Weinand [Wed, 18 Dec 2013 15:20:11 +0000 (07:20 -0800)]
Merge pull request #44 from Hywan/option_zend_version
Add Zend version and copyright (oops, I merged the last PR too early)
Ivan Enderlin [Wed, 18 Dec 2013 15:13:14 +0000 (16:13 +0100)]
Add Zend version and copyright.
Bob Weinand [Wed, 18 Dec 2013 15:11:37 +0000 (07:11 -0800)]
Merge pull request #43 from Hywan/option_version
Add the `-V` option to print the version number
Ivan Enderlin [Wed, 18 Dec 2013 14:12:28 +0000 (15:12 +0100)]
Add the `-V` option to print the version number.
krakjoe [Wed, 18 Dec 2013 12:03:07 +0000 (12:03 +0000)]
...
Joe Watkins [Wed, 18 Dec 2013 11:37:05 +0000 (03:37 -0800)]
Merge pull request #40 from Hywan/fix_typo
In english, no horizontal space before “!”
Ivan Enderlin [Wed, 18 Dec 2013 10:53:30 +0000 (11:53 +0100)]
In english, no horizontal space before “!”.
krakjoe [Wed, 18 Dec 2013 10:31:14 +0000 (10:31 +0000)]
fix warnings/50700 stuff
krakjoe [Wed, 18 Dec 2013 10:18:22 +0000 (10:18 +0000)]
...
krakjoe [Wed, 18 Dec 2013 10:17:43 +0000 (10:17 +0000)]
50700 change
krakjoe [Wed, 18 Dec 2013 10:12:28 +0000 (10:12 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Wed, 18 Dec 2013 10:12:17 +0000 (10:12 +0000)]
fix build
Bob Weinand [Wed, 18 Dec 2013 10:08:32 +0000 (11:08 +0100)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Wed, 18 Dec 2013 10:06:42 +0000 (10:06 +0000)]
fix build error zts
Bob Weinand [Wed, 18 Dec 2013 10:02:50 +0000 (11:02 +0100)]
Added myself as author where I was not author yet
krakjoe [Wed, 18 Dec 2013 07:57:27 +0000 (07:57 +0000)]
fix crash on clean in nts
Bob Weinand [Mon, 9 Dec 2013 18:58:19 +0000 (19:58 +0100)]
Tiny whitespace fix in makefile (aligning with other "Installing" messages)
Bob Weinand [Mon, 9 Dec 2013 12:25:00 +0000 (13:25 +0100)]
Added conditional opline num support
Felipe Pena [Mon, 9 Dec 2013 11:46:33 +0000 (09:46 -0200)]
- Fix compiler warning
Bob Weinand [Mon, 9 Dec 2013 11:23:44 +0000 (12:23 +0100)]
Fixed segfault (removed superfluous NUL-byte insertion)
krakjoe [Mon, 9 Dec 2013 10:15:16 +0000 (10:15 +0000)]
resolve all warnings
krakjoe [Mon, 9 Dec 2013 09:49:50 +0000 (09:49 +0000)]
update cl
krakjoe [Mon, 9 Dec 2013 09:43:26 +0000 (09:43 +0000)]
fix test
krakjoe [Mon, 9 Dec 2013 09:35:54 +0000 (09:35 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Mon, 9 Dec 2013 09:33:32 +0000 (09:33 +0000)]
remove zend extension