Re: [Resin-interest] Quercus + Web Services / Zend

2008-11-03 Thread Scott Ferguson
On Nov 2, 2008, at 10:39 AM, Daniel Lopez wrote: Hi again, I think I found something related to the issue, as Quercus seems to have some problems with PHP static members. I've files this at: http://bugs.caucho.com/view.php?id=3038 -- Scott I created the following test:

Re: [Resin-interest] Quercus + Web Services / Zend

2008-11-02 Thread Daniel Lopez
Hi again, I think I found something related to the issue, as Quercus seems to have some problems with PHP static members. I created the following test: *** ? class Test { protected static $_instance = null; protected $_variable = null;

Re: [Resin-interest] Quercus + Web Services / Zend

2008-11-02 Thread Daniel Lopez
Well, moving forward I've advanced a bit on the 3.2.1 front as the $_instance not defined problem is no longer there, even if reflection is still broken. The next issue I found is that accesing a stack, the isset(stack-{$name}) returns 1 (true) and then stack-{$name} returns false,

Re: [Resin-interest] Quercus + Web Services / Zend

2008-10-31 Thread Daniel Lopez
Hi Adriano, Thanks for your answer. I'm trying with the latest release of Zend, (1.6.2) fresh from their site. I follow their quickstart guide, substituting the Apache .htaccess file with the URLRewrite filter to redirect all requests to WEB-INF/php/public/index.php, storing the Zend

Re: [Resin-interest] Quercus + Web Services / Zend

2008-10-30 Thread Adriano Bonat
Hello Daniel, I had success running my project that uses ZF 1.5.2 on top of Quercus, as it is using PDO, and the Quercus support at that time (dunno know, I'm not watching its progress) didn't implement some necessary things, I did implement and so it worked fine. Which version of ZF were you