Re: [PHP-DEV] PHP development environment

2011-01-15 Thread Lester Caine
Stas Malyshev wrote: I'm just starting with the internal PHP development. Do you have some sort of common development environment? Eclipse project or the like? If you use eclipse, I personally just loaded whole PHP source dir into Eclipse C/C++ project and it seems to be quite fine with it. N

Re: [PHP-DEV] PHP development environment

2011-01-14 Thread Stas Malyshev
Hi! I'm just starting with the internal PHP development. Do you have some sort of common development environment? Eclipse project or the like? If you use eclipse, I personally just loaded whole PHP source dir into Eclipse C/C++ project and it seems to be quite fine with it. No build of cours

Re: [PHP-DEV] PHP development environment

2011-01-14 Thread Martin Scotta
Yes, my question was about the internal development of PHP. How do you guys develop the core of PHP? Which IDE or text editor do you use? How do you launch the compiler? Are you able to debug the PHP core while it's running some PHP script? Martin Scotta On Fri, Jan 14, 2011 at 11:29 PM, Scot

Re: [PHP-DEV] PHP development environment

2011-01-14 Thread Scott MacVicar
This is the wrong mailing list, this is about development of the PHP runtime and not towards development using PHP. - Scott On Jan 14, 2011, at 5:56 PM, Dallas Gutauckis wrote: > Depending on the duration of development, I either use nano for short edits, > or zend studio for a large project. B

Re: [PHP-DEV] PHP development environment

2011-01-14 Thread Dallas Gutauckis
Depending on the duration of development, I either use nano for short edits, or zend studio for a large project. Both cases, I use Ubuntu. On Jan 14, 2011 8:45 PM, "J. Adams" wrote: > I'm curious about this too. I've been developing on a Mac using nano > from the command line and it can be pretty

Re: [PHP-DEV] PHP development environment

2011-01-14 Thread J. Adams
I'm curious about this too. I've been developing on a Mac using nano from the command line and it can be pretty tough. Any and all details welcome. I'm about to set up a 64-bit box with Ubuntu which would be my primary dev box. I also have a windows desktop. On 1/14/2011 5:40 PM, Martin Sc