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
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
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
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
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
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