Hi,
I recently decided to setup my mac for some php developments.
OS X 10.5 already ships with Apache, PHP and I chose PostGreSQL as DB
server. I picked a package link from the official website and I installed
it. The DB server is running smoothly.
Now, as OS X's php module is not pgsql-enabled,
[EMAIL PROTECTED]
my current project is getting very complex and shared over many servers
the problem now is debugging in such an environment
for development i'm using zend studio
what i now need is capability of remote debugging
i was searching for it, but it seems that there is only zend platf
[EMAIL PROTECTED]
i was just asking myself, if it is possible, to get the return value of a
function after the function calls "return" (or throws an exception) and
before the value is returned
example:
class A{
public function __construct(){}
public function __destruct(){
// her