You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
| 2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
| 2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
| 2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
| 2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
| 2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
| 2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
| 2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
| 2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
|
4
(1) |
5
|
6
|
7
|
8
|
9
|
10
|
|
11
|
12
|
13
|
14
|
15
|
16
|
17
(2) |
|
18
|
19
|
20
|
21
|
22
(2) |
23
(2) |
24
(1) |
|
25
|
26
|
27
|
28
(5) |
29
(2) |
30
(3) |
31
|
|
From: <php...@li...> - 2009-10-28 18:28:16
|
I would also vote for putting this in a separate package/jar. Most people will not need this ability in the bridge itself. Those who will, should simple be able to add a additional jar to the xx.war/WEB-INF/libs folder and thats it.. maybe configure a servlet or so, but I don't think it should be in the bridge itself. IMO the Bridge should be simply a bridge and not a swiss-army-knife. Dominik On Wed, Oct 28, 2009 at 7:21 PM, <php...@li...> wrote: > Interesting. Clearly an all-php version to enable debugging is quite > useful. > > Two follow-up questions: > 1. Why isn't this a separate project from php-java-bridge? > 2. What debug client do you use with it? PDT? > > My interest is that I'm looking for a debugger/client that has a > working interactive console while step-debugging. > > Alan > > On Oct 28, 2009, at 1:02 PM, php-java-bridge- > us...@li... wrote: > >> Hi Alan, >> >> all PHP debuggers (except "gubed", which has been abandoned) require >> a .so >> or .dll installed on the web server. >> >> As the Zend API changes, these programs become unstable while >> running with >> new php versions. We've had at least two bug reports regarding >> "xdebugger", >> which simply crashes when invoking the PHP code from Java.inc. >> >> Of course there's the Zend debugger. But an open source project like >> the >> PHP/Java Bridge should not depend on non-free software. >> >> Please see php-java-bridge.sf.net/pdb for details. >> >> Regards, >> Jost Boekemeier >> >> On 28 Oct 2009 17:21, <php...@li...> >> wrote: >> >> I can't quite tell what this debugger stuff is about... >> >> PHP already has many debuggers that work great, I am curious what the >> benefits of doing it in php-java-bridge are... is there some java IDE >> tie-in I am not seeing? >> >> Alan >> >> On Oct 28, 2009, at 11:44 AM, php...@li... >> >> wrote: > The debugger is now complete. > > The source code is >> available >> from: > > http://php-java... >>> >> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart >>> your >>> developing skills, take BlackBerry mobile applications to market and >>> stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> php-java-bridge-users mailing list >>> php...@li... >>> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart >> your >> developing skills, take BlackBerry mobile applications to market and >> stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart >> your >> developing skills, take BlackBerry mobile applications to market and >> stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2009-10-28 18:21:56
|
Interesting. Clearly an all-php version to enable debugging is quite useful. Two follow-up questions: 1. Why isn't this a separate project from php-java-bridge? 2. What debug client do you use with it? PDT? My interest is that I'm looking for a debugger/client that has a working interactive console while step-debugging. Alan On Oct 28, 2009, at 1:02 PM, php-java-bridge- us...@li... wrote: > Hi Alan, > > all PHP debuggers (except "gubed", which has been abandoned) require > a .so > or .dll installed on the web server. > > As the Zend API changes, these programs become unstable while > running with > new php versions. We've had at least two bug reports regarding > "xdebugger", > which simply crashes when invoking the PHP code from Java.inc. > > Of course there's the Zend debugger. But an open source project like > the > PHP/Java Bridge should not depend on non-free software. > > Please see php-java-bridge.sf.net/pdb for details. > > Regards, > Jost Boekemeier > > On 28 Oct 2009 17:21, <php...@li...> > wrote: > > I can't quite tell what this debugger stuff is about... > > PHP already has many debuggers that work great, I am curious what the > benefits of doing it in php-java-bridge are... is there some java IDE > tie-in I am not seeing? > > Alan > > On Oct 28, 2009, at 11:44 AM, php...@li... > > wrote: > The debugger is now complete. > > The source code is > available > from: > > http://php-java... >> > ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart >> your >> developing skills, take BlackBerry mobile applications to market and >> stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-10-28 17:03:03
|
Hi Alan, all PHP debuggers (except "gubed", which has been abandoned) require a .so or .dll installed on the web server. As the Zend API changes, these programs become unstable while running with new php versions. We've had at least two bug reports regarding "xdebugger", which simply crashes when invoking the PHP code from Java.inc. Of course there's the Zend debugger. But an open source project like the PHP/Java Bridge should not depend on non-free software. Please see php-java-bridge.sf.net/pdb for details. Regards, Jost Boekemeier On 28 Oct 2009 17:21, <php...@li...> wrote: I can't quite tell what this debugger stuff is about... PHP already has many debuggers that work great, I am curious what the benefits of doing it in php-java-bridge are... is there some java IDE tie-in I am not seeing? Alan On Oct 28, 2009, at 11:44 AM, php...@li... wrote: > The debugger is now complete. > > The source code is available from: > > http://php-java... > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-10-28 16:20:50
|
I can't quite tell what this debugger stuff is about... PHP already has many debuggers that work great, I am curious what the benefits of doing it in php-java-bridge are... is there some java IDE tie-in I am not seeing? Alan On Oct 28, 2009, at 11:44 AM, php...@li... wrote: > The debugger is now complete. > > The source code is available from: > > http://php-java-bridge.sf.net/pdb > > I will test the code during the next weeks before I submit it to the > eclipse > project and add it to the php java bridge. > > Regards, > Jost Boekemeier > > On 24 Oct 2009 12:19, "Jost Bekemeier" > <jos...@go...> > wrote: > > Hi, > > PHP/Java Bridge 5.6 will contain a new PHP source level debugger. > > It is a pure PHP implementation centered around Linus MacCabe's idea > to use > the official PHP token API to add breakpoints to a PHP script at run- > time. > > You can add debug capabilities to a PHP script simply by > include("pdb.php") > or via http://.../pdb.php?script=... The JavaBridge.war will contain > two new > config settings: debugger-host and debugger-port. If a client > listens on > this port during bridge startup, the client can be used for remote > debugging. > > It will use the Zend Debugger protocol, as published on eclipse.org. > It will > be compatible with the Zend Debugger and is used by Eclipse as well > as other > products (aptana studio uses the same protocol). > > My plan is to implement the following 11 Responses first so that we > can test > the debugger in a PHP eclipse environment. > > 1 MSG_START, recv > 1001 MSG_START_R, send > > 12 MSG_STEP_OVER, recv > 1012 MSG_STEP_OVER_R, send > > 14 MSG_GO, recv > 1014 MSG_GO_R, send > > 21 MSG_ADD_BREAKPOINT, recv > 1021 MSG_ADD_BREAKPOINT_R, send > > 32 MSG_GET_VAR, recv > 1032 MSG_GET_VAR_R, send > > 34 MSG_GET_CALL_STACK, recv > 1034 MSG_GET_CALL_STACK_R, send > > 10000 MSG_SET_PROTOCOL, recv > 11000 MSG_SET_PROTOCOL_R, send > > 36 GetCWDRequest, recv > 1036 GetCWDResponse, send > > 2003 MSG_READY, send > 2005 MSG_SESS_START, send > 2009 StartProcessFileNotification, send > > 2010 ContinueProcessFileNotification, recv > > 10001 FileContentRequest, send > 10002 FileContentExtendedRequest, send > 11001 FileContentResponse, recv > > I will set up a new web site at http://php-java-bridge/pdb The > binaries can > be downloaded from there. -- I think I can make a first release next > month. > > Regards, > Jost Boekemeier > >>> On 29 Aug 2009 19:17, "Jost Bekemeier" <jos...@go... >>> > > wrote: > > Hi, > > I thi... > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-10-28 15:52:47
|
The debugger is now complete. The source code is available from: http://php-java-bridge.sf.net/pdb I will test the code during the next weeks before I submit it to the eclipse project and add it to the php java bridge. Regards, Jost Boekemeier On 24 Oct 2009 12:19, "Jost Bekemeier" <jos...@go...> wrote: Hi, PHP/Java Bridge 5.6 will contain a new PHP source level debugger. It is a pure PHP implementation centered around Linus MacCabe's idea to use the official PHP token API to add breakpoints to a PHP script at run-time. You can add debug capabilities to a PHP script simply by include("pdb.php") or via http://.../pdb.php?script=... The JavaBridge.war will contain two new config settings: debugger-host and debugger-port. If a client listens on this port during bridge startup, the client can be used for remote debugging. It will use the Zend Debugger protocol, as published on eclipse.org. It will be compatible with the Zend Debugger and is used by Eclipse as well as other products (aptana studio uses the same protocol). My plan is to implement the following 11 Responses first so that we can test the debugger in a PHP eclipse environment. 1 MSG_START, recv 1001 MSG_START_R, send 12 MSG_STEP_OVER, recv 1012 MSG_STEP_OVER_R, send 14 MSG_GO, recv 1014 MSG_GO_R, send 21 MSG_ADD_BREAKPOINT, recv 1021 MSG_ADD_BREAKPOINT_R, send 32 MSG_GET_VAR, recv 1032 MSG_GET_VAR_R, send 34 MSG_GET_CALL_STACK, recv 1034 MSG_GET_CALL_STACK_R, send 10000 MSG_SET_PROTOCOL, recv 11000 MSG_SET_PROTOCOL_R, send 36 GetCWDRequest, recv 1036 GetCWDResponse, send 2003 MSG_READY, send 2005 MSG_SESS_START, send 2009 StartProcessFileNotification, send 2010 ContinueProcessFileNotification, recv 10001 FileContentRequest, send 10002 FileContentExtendedRequest, send 11001 FileContentResponse, recv I will set up a new web site at http://php-java-bridge/pdb The binaries can be downloaded from there. -- I think I can make a first release next month. Regards, Jost Boekemeier > > On 29 Aug 2009 19:17, "Jost Bekemeier" <jos...@go...> wrote: > > Hi, > > I thi... |