]> granicus.if.org Git - php/log
php
10 years agoUse the internal zend_get_opcode_name() function
Bob Weinand [Mon, 24 Mar 2014 13:46:14 +0000 (14:46 +0100)]
Use the internal zend_get_opcode_name() function
Requires now >=5.4.24 or >=5.5.8 or >=5.6

10 years agoOplines run from 0 to op_array->last - 1
Bob Weinand [Wed, 19 Feb 2014 00:13:03 +0000 (01:13 +0100)]
Oplines run from 0 to op_array->last - 1

See also in issue 76

10 years agofix #70
krakjoe [Tue, 18 Feb 2014 09:13:42 +0000 (09:13 +0000)]
fix #70

10 years agofix zpp issues #74
krakjoe [Tue, 18 Feb 2014 08:47:15 +0000 (08:47 +0000)]
fix zpp issues #74

10 years agofix #75 phpdbg disabled by default
krakjoe [Tue, 18 Feb 2014 08:40:33 +0000 (08:40 +0000)]
fix #75 phpdbg disabled by default

10 years agoremoved warning; WS
Bob Weinand [Sun, 16 Feb 2014 16:41:50 +0000 (17:41 +0100)]
removed warning; WS

10 years agoMerge pull request #73 from TerryE/new-help
Bob Weinand [Sun, 16 Feb 2014 16:09:15 +0000 (17:09 +0100)]
Merge pull request #73 from TerryE/new-help

New help updates

10 years agoFix issue 72 (too much whitespace in config.m4)
Bob Weinand [Thu, 13 Feb 2014 19:42:54 +0000 (20:42 +0100)]
Fix issue 72 (too much whitespace in config.m4)

10 years agoMore update to help text on parameter typing
Terry Ellison [Sun, 9 Feb 2014 15:04:13 +0000 (15:04 +0000)]
More update to help text on parameter typing

11 years agoFix issue 68 (made check win only)
Bob Weinand [Thu, 6 Feb 2014 19:43:17 +0000 (20:43 +0100)]
Fix issue 68 (made check win only)

11 years agoUpdate help content and refactor new routine in php_help.c
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.

11 years agoWork in progress chekpoint of changes to help module. To allow peer review and feedback
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

11 years agowindows
krakjoe [Sun, 2 Feb 2014 15:16:01 +0000 (15:16 +0000)]
windows

11 years agowoops
krakjoe [Sun, 2 Feb 2014 14:51:30 +0000 (14:51 +0000)]
woops

11 years ago...
krakjoe [Sun, 2 Feb 2014 14:41:51 +0000 (14:41 +0000)]
...

11 years agoscrap using zend directly, too many leaks/bugs
krakjoe [Sun, 2 Feb 2014 13:29:34 +0000 (13:29 +0000)]
scrap using zend directly, too many leaks/bugs

11 years agofix bugsnet #66591 and github #60
krakjoe [Wed, 29 Jan 2014 07:28:54 +0000 (07:28 +0000)]
fix bugsnet #66591 and github #60

11 years agofix bugsnet #66594, thanks ondrej@php.net
krakjoe [Tue, 28 Jan 2014 17:23:29 +0000 (17:23 +0000)]
fix bugsnet #66594, thanks ondrej@php.net

11 years agofix readline build error bugsnet #66576
krakjoe [Mon, 27 Jan 2014 07:39:34 +0000 (07:39 +0000)]
fix readline build error bugsnet #66576

11 years agoMerge branch PHP-5.6 of php-src
Bob Weinand [Sun, 19 Jan 2014 11:25:24 +0000 (12:25 +0100)]
Merge branch PHP-5.6 of php-src

11 years agoFixed order of instructions...
Bob Weinand [Sun, 19 Jan 2014 00:24:22 +0000 (19:24 -0500)]
Fixed order of instructions...

11 years agoClean root symbol table when starting new execution
Bob Weinand [Sat, 18 Jan 2014 23:48:53 +0000 (18:48 -0500)]
Clean root symbol table when starting new execution

11 years agoMerge branch 'master' of ssh://github.com/krakjoe/phpdbg
Bob Weinand [Sat, 18 Jan 2014 18:18:47 +0000 (13:18 -0500)]
Merge branch 'master' of ssh://github.com/krakjoe/phpdbg

11 years agoFixed that for example "run" is only set as last cmd after the whole execution
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

11 years agoUpdate year
Bob Weinand [Fri, 17 Jan 2014 22:09:07 +0000 (23:09 +0100)]
Update year

11 years agozts fix
krakjoe [Fri, 17 Jan 2014 21:20:19 +0000 (21:20 +0000)]
zts fix

11 years ago...
krakjoe [Fri, 17 Jan 2014 21:15:03 +0000 (21:15 +0000)]
...

11 years agoremove goto from zend_try/zend_end_try/zend_catch blocks
krakjoe [Fri, 17 Jan 2014 21:08:35 +0000 (21:08 +0000)]
remove goto from zend_try/zend_end_try/zend_catch blocks

11 years agofix #50
krakjoe [Thu, 16 Jan 2014 20:10:30 +0000 (20:10 +0000)]
fix #50

11 years agoissues raised in #46, don't quit on CTRL+C if not executing
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

11 years agopatch version
krakjoe [Mon, 13 Jan 2014 08:19:37 +0000 (08:19 +0000)]
patch version

11 years agofix #46 ignore EOF
krakjoe [Mon, 13 Jan 2014 08:14:04 +0000 (08:14 +0000)]
fix #46 ignore EOF

11 years agoRevert "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.

11 years agofix #46 ignore EOF
cyanogenmod [Mon, 13 Jan 2014 08:11:09 +0000 (08:11 +0000)]
fix #46 ignore EOF

11 years agowork on #46 (handle quit local consoles gracefully)
krakjoe [Sun, 12 Jan 2014 16:48:10 +0000 (16:48 +0000)]
work on #46 (handle quit local consoles gracefully)

11 years agoupdate version
krakjoe [Fri, 27 Dec 2013 18:10:58 +0000 (18:10 +0000)]
update version

11 years agoupstream merge
Joe Watkins [Wed, 25 Dec 2013 18:50:25 +0000 (18:50 +0000)]
upstream merge

11 years agoFixed #18
Bob Weinand [Tue, 24 Dec 2013 12:11:57 +0000 (13:11 +0100)]
Fixed #18
Errors not displaying in some configurations

11 years agoFixed credits in phpdbg.* files
Bob Weinand [Mon, 23 Dec 2013 22:55:07 +0000 (23:55 +0100)]
Fixed credits in phpdbg.* files

11 years agoreformat
krakjoe [Mon, 23 Dec 2013 21:54:45 +0000 (21:54 +0000)]
reformat

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Mon, 23 Dec 2013 21:52:32 +0000 (21:52 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agocredits file
krakjoe [Mon, 23 Dec 2013 21:52:22 +0000 (21:52 +0000)]
credits file

11 years agoAdded breaking upon fatal-ish error
Bob Weinand [Sat, 21 Dec 2013 21:42:11 +0000 (22:42 +0100)]
Added breaking upon fatal-ish error

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Fri, 20 Dec 2013 13:20:40 +0000 (13:20 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agoupdate readme
krakjoe [Fri, 20 Dec 2013 13:20:17 +0000 (13:20 +0000)]
update readme

11 years agoBumped version number to 0.3.0
Bob Weinand [Fri, 20 Dec 2013 13:03:51 +0000 (14:03 +0100)]
Bumped version number to 0.3.0

11 years agoRecreated test.php
Bob Weinand [Fri, 20 Dec 2013 12:56:21 +0000 (13:56 +0100)]
Recreated test.php

11 years agotidy up readme
krakjoe [Fri, 20 Dec 2013 12:52:18 +0000 (12:52 +0000)]
tidy up readme

11 years agotidy up repository for merging
krakjoe [Fri, 20 Dec 2013 12:51:24 +0000 (12:51 +0000)]
tidy up repository for merging

11 years agodisregard leading slash
krakjoe [Wed, 18 Dec 2013 17:00:26 +0000 (17:00 +0000)]
disregard leading slash

11 years agoversion in userland
krakjoe [Wed, 18 Dec 2013 16:33:21 +0000 (16:33 +0000)]
version in userland

11 years agoMerge pull request #44 from Hywan/option_zend_version
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)

11 years agoAdd Zend version and copyright.
Ivan Enderlin [Wed, 18 Dec 2013 15:13:14 +0000 (16:13 +0100)]
Add Zend version and copyright.

11 years agoMerge pull request #43 from Hywan/option_version
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

11 years agoAdd 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.

11 years ago...
krakjoe [Wed, 18 Dec 2013 12:03:07 +0000 (12:03 +0000)]
...

11 years agoMerge pull request #40 from Hywan/fix_typo
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 “!”

11 years agoIn english, no horizontal space before “!”.
Ivan Enderlin [Wed, 18 Dec 2013 10:53:30 +0000 (11:53 +0100)]
In english, no horizontal space before “!”.

11 years agofix warnings/50700 stuff
krakjoe [Wed, 18 Dec 2013 10:31:14 +0000 (10:31 +0000)]
fix warnings/50700 stuff

11 years ago...
krakjoe [Wed, 18 Dec 2013 10:18:22 +0000 (10:18 +0000)]
...

11 years ago50700 change
krakjoe [Wed, 18 Dec 2013 10:17:43 +0000 (10:17 +0000)]
50700 change

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Wed, 18 Dec 2013 10:12:28 +0000 (10:12 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agofix build
krakjoe [Wed, 18 Dec 2013 10:12:17 +0000 (10:12 +0000)]
fix build

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
Bob Weinand [Wed, 18 Dec 2013 10:08:32 +0000 (11:08 +0100)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agofix build error zts
krakjoe [Wed, 18 Dec 2013 10:06:42 +0000 (10:06 +0000)]
fix build error zts

11 years agoAdded myself as author where I was not author yet
Bob Weinand [Wed, 18 Dec 2013 10:02:50 +0000 (11:02 +0100)]
Added myself as author where I was not author yet

11 years agofix crash on clean in nts
krakjoe [Wed, 18 Dec 2013 07:57:27 +0000 (07:57 +0000)]
fix crash on clean in nts

11 years agoTiny whitespace fix in makefile (aligning with other "Installing" messages)
Bob Weinand [Mon, 9 Dec 2013 18:58:19 +0000 (19:58 +0100)]
Tiny whitespace fix in makefile (aligning with other "Installing" messages)

11 years agoAdded conditional opline num support
Bob Weinand [Mon, 9 Dec 2013 12:25:00 +0000 (13:25 +0100)]
Added conditional opline num support

11 years ago- Fix compiler warning
Felipe Pena [Mon, 9 Dec 2013 11:46:33 +0000 (09:46 -0200)]
- Fix compiler warning

11 years agoFixed segfault (removed superfluous NUL-byte insertion)
Bob Weinand [Mon, 9 Dec 2013 11:23:44 +0000 (12:23 +0100)]
Fixed segfault (removed superfluous NUL-byte insertion)

11 years agoresolve all warnings
krakjoe [Mon, 9 Dec 2013 10:15:16 +0000 (10:15 +0000)]
resolve all warnings

11 years agoupdate cl
krakjoe [Mon, 9 Dec 2013 09:49:50 +0000 (09:49 +0000)]
update cl

11 years agofix test
krakjoe [Mon, 9 Dec 2013 09:43:26 +0000 (09:43 +0000)]
fix test

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Mon, 9 Dec 2013 09:35:54 +0000 (09:35 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agoremove zend extension
krakjoe [Mon, 9 Dec 2013 09:33:32 +0000 (09:33 +0000)]
remove zend extension

11 years agoPssst, compiler!
Bob Weinand [Sun, 8 Dec 2013 21:11:50 +0000 (22:11 +0100)]
Pssst, compiler!

11 years agoWS
Bob Weinand [Sun, 8 Dec 2013 20:58:01 +0000 (21:58 +0100)]
WS

11 years agoRenumbered frames in backtrace for internal functions
Bob Weinand [Sun, 8 Dec 2013 20:43:19 +0000 (21:43 +0100)]
Renumbered frames in backtrace for internal functions

11 years ago- Added variadic support to prototype dumping
Felipe Pena [Sun, 8 Dec 2013 20:04:39 +0000 (18:04 -0200)]
- Added variadic support to prototype dumping

11 years ago- Fix argname printing order
Felipe Pena [Sun, 8 Dec 2013 19:52:14 +0000 (17:52 -0200)]
- Fix argname printing order

11 years ago- Added argument name to backtrace dump
Felipe Pena [Sun, 8 Dec 2013 19:37:35 +0000 (17:37 -0200)]
- Added argument name to backtrace dump

11 years ago- CS
Felipe Pena [Sun, 8 Dec 2013 18:48:20 +0000 (16:48 -0200)]
- CS

11 years ago- Splitting prototype dumping code
Felipe Pena [Sun, 8 Dec 2013 18:47:53 +0000 (16:47 -0200)]
- Splitting prototype dumping code

11 years ago- Change phpdbg_dump_backtrace prototype
Felipe Pena [Sun, 8 Dec 2013 18:33:19 +0000 (16:33 -0200)]
- Change phpdbg_dump_backtrace prototype

11 years ago- Fixed build
Felipe Pena [Sun, 8 Dec 2013 18:30:52 +0000 (16:30 -0200)]
- Fixed build

11 years ago- Moved frame related code to phpdbg_frame.c
Felipe Pena [Sun, 8 Dec 2013 18:29:15 +0000 (16:29 -0200)]
- Moved frame related code to phpdbg_frame.c

11 years ago- CS + ws
Felipe Pena [Sun, 8 Dec 2013 18:07:49 +0000 (16:07 -0200)]
- CS + ws

11 years agoAdded mapping...
Bob Weinand [Sat, 7 Dec 2013 19:28:23 +0000 (20:28 +0100)]
Added mapping...

11 years agoMerge branch 'opline_num_support' of github.com:krakjoe/phpdbg into opline_num_support
Felipe Pena [Sat, 7 Dec 2013 18:20:37 +0000 (16:20 -0200)]
Merge branch 'opline_num_support' of github.com:krakjoe/phpdbg into opline_num_support

11 years ago- CS
Felipe Pena [Sat, 7 Dec 2013 18:18:44 +0000 (16:18 -0200)]
- CS

11 years agoRenumbered phpdbg.h correctly
Bob Weinand [Sat, 7 Dec 2013 15:03:01 +0000 (16:03 +0100)]
Renumbered phpdbg.h correctly

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg into opline_num_support
Bob Weinand [Sat, 7 Dec 2013 14:42:17 +0000 (15:42 +0100)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg into opline_num_support

Conflicts:
phpdbg.c
phpdbg_bp.c

11 years agoAdapted opline_num breakpoints to master branch
Bob Weinand [Sat, 7 Dec 2013 14:35:35 +0000 (15:35 +0100)]
Adapted opline_num breakpoints to master branch

11 years ago- Fix compiler warning + ws
Felipe Pena [Sat, 7 Dec 2013 14:31:10 +0000 (12:31 -0200)]
- Fix compiler warning + ws

11 years ago- Fix compiler warning
Felipe Pena [Sat, 7 Dec 2013 14:17:29 +0000 (12:17 -0200)]
- Fix compiler warning

11 years agoUpdate README.md
Phil Sturgeon [Fri, 6 Dec 2013 22:04:49 +0000 (17:04 -0500)]
Update README.md

11 years agoAdded libedit reference to README
Phil Sturgeon [Fri, 6 Dec 2013 21:57:52 +0000 (16:57 -0500)]
Added libedit reference to README

11 years agoProvide commands for getting started
Phil Sturgeon [Fri, 6 Dec 2013 21:44:24 +0000 (16:44 -0500)]
Provide commands for getting started

11 years agomake simple
krakjoe [Fri, 6 Dec 2013 21:04:20 +0000 (21:04 +0000)]
make simple