Hi Jost, I am not sure if my previous e-mail arrived. Its about the
error on line 1943, which does not seem to be missing initialization
but rather a wrong object name:
---------- Forwarded message ----------
From: Antonio Ruiz Zwollo <zw...@gm...>
Date: Thu, Mar 13, 2008 at 2:40 PM
Subject: Re: [Php-java-bridge-users] Strict Standards: warning on line 1943
To: php...@li...
Hi Jost,
I set
public $__cancelProxyCreationTag = 0;
on line 1824; but it did not fix the error. I still see:
--------------
Strict Standards: Creating default object from empty value in
lib\Java.inc on line 1943
--------------
I think the problem is $result. Shouldn't line
1943: $result->__cancelProxyCreationTag = ++$client->cancelProxyCreationTag;
be:
1943: $this->__cancelProxyCreationTag = ++$client->cancelProxyCreationTag;
?
Regards,
Antonio
On Wed, Mar 12, 2008 at 11:37 AM,
<php...@li...> wrote:
> Hi,
>
> thank you very much for your suggestions. In the next release
we'll initialize
>
> $__cancelProxyCreationTag
>
> to 0.
>
> Regards,
> Jost Boekemeier
>
>
>
>
> Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
> www.yahoo.de/go
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
|