[PHP-DEV] PHP / iODBC / PostGreSQL: running into a deadlock

2010-05-25 Thread prometheus
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,

[PHP-DEV] is there a php debugging extension which uses zend debug protocol?

2006-10-05 Thread Prometheus Prometheus
[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

[PHP-DEV] how is a return values stored?

2006-09-26 Thread Prometheus Prometheus
[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