Right, and if you try it with 1.28 it'll work. Andi
At 05:59 PM 10/30/2002 +0100, Marcus Boerger wrote:
[marcus@zaphod xslt]$ php -r 'function getFrontendObject()
{
$a = & new $GLOBALS['_PEAR_Command_uiclass'];
}
'
Command line code(4) : Fatal error - Can't use method return value in write context
At 17:45 30.10.2002, Andi Gutmans wrote:
Did you test the following?: <? function getFrontendObject() { $a = & new $GLOBALS['_PEAR_Command_uiclass']; } ?> Andi At 02:00 PM 10/30/2002 +0100, Marcus Boerger wrote:At 22:15 27.10.2002, Andi Gutmans wrote:At 09:10 PM 10/27/2002 +0100, Derick Rethans wrote:Engine 2 doesn't seem to work with > 1.28. I thought I checked 1.75 too and it also didn't work but maybe I'm wrong. I just mailed Jani and asked him if he checked it.On Sun, 27 Oct 2002, Melvyn Sopacua wrote: > At 20:47 27-10-2002, Jani Taskinen wrote: > > >sniper Sun Oct 27 14:47:34 2002 EDT > > > > Modified files: > > /php4/build buildcheck.sh > > Log: > > We have to require bison version <= 1.30 >= 1.75 since any versions > > between are broken.. > > 1.33/4/5 work for me...are you sure? Better safe than sorry? :) ZendEngine 2 needs < 1.32 too, so I think it's a safe check right now.
Andi
I tested both 1.32 and 1.75 with ZE2 and both works fine for Mandrake8.2. But now i have an inconsistent rpm database because there is no rpm for 1.75 (and i have no time to do it right now) and you cannot simply downgrade... marcus
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php