Is there a list of fixes so far in this release? I've found a crashing
bug that came in 4.4.5 that was not in 4.4.4, and related, I believe, to
some string processing. I'm narrowing it down right now.
On 2/20/07, Derick Rethans <[EMAIL PROTECTED]> wrote:
Hello!
there is a critical issues in PHP
Hello Michael,
Am Dienstag, 20. Februar 2007 22:31 schrieb Michael Wallner:
> So, what's been "some pecl code"?
runkit. (runkit_sanbox.c:~1464)
Regards,
Oliver
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello Lukas,
the default exception class will not get any setters anytime. The reason
is that we have to rely on the generated info and cannot change it due to
the way the exception object is used and especially destroyed. I see two
ways here. First changing/fixing whatever SOAPFault is based on
Hello,
I am consuming some Java provide webservices. In some cases we get
SOAPFault instances, that I would like to massage a bit, since I do not
like the structure or format in the generated SOAPFault (for example it
does not set the error code properly). However since there are no
setters,
Hi Derick,
Attached is a very simple patch for Bug #40115 (possibly wrong numeric
string comparison caused by overflow) if you want to fix it in 4.4. :-)
Matt
- Original Message -
From: "Derick Rethans"
Sent: Tuesday, February 20, 2007
> Hello!
>
> there is a critical issues in PHP 4