Tue Jul 11, 2006 2:10 pm |
Replies: 12 |
Views: 13151 |
|
 |
does PHPIDE work within Eclipse ?
Or, is it separate
|
Tue Jul 11, 2006 12:33 pm |
Replies: 12 |
Views: 13151 |
|
 |
Ok Now it shows up in phpinfo()
At the end of this message is what I did to make it compile with PHP 5.1.4 Entropy
So now, when attempting to run DBG debugger in Eclipse, I am getting the erro ...
|
Tue Jul 11, 2006 12:49 am |
Replies: 12 |
Views: 13151 |
|
 |
FYI, I was able to get a succesful compile by changeing the file:dbg-cli-2.13.1-src/dbgbase/dbgbase_globals.cpp
ret_val = accept(listen_socket, &laddr, &siz); was changed to
ret_val = accept ...
|
Sun Jul 09, 2006 1:24 pm |
Replies: 12 |
Views: 13151 |
|
 |
The Entropy Package 5.1.4 is the standard OS X package listed on http://www.php.net/downloads.php under 'Binaries for Other Systems'
I'll see if I can find a php-devel package for OS X
thanks
|
Sun Jul 09, 2006 11:17 am |
Replies: 12 |
Views: 13151 |
|
 |
Apologize for not being clear.
PHP 5.1.4 works fine on my system.
The problem:
I am not able to compile DBG Debugger
From the below compile errors, do you know what it could be ?
I downl ...
|
Thu Jul 06, 2006 4:37 pm |
Replies: 12 |
Views: 13151 |
|
 |
Is there some easier way to get DBG to work on OS X ?
The goal: A working PHP degbugger, like in Zend, within Eclipse
Mac 10.4.7
PHP 5.1.4 Entropy Package
Apache 1.3.33
Eclipse 3.2.0
PHPEcli ...
|