[PHP-DEV] Re: 4.4.6RC1

2007-02-21 Thread steve
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

Re: [PHP-DEV] Re: Z_BVAL (lvalue casts)

2007-02-21 Thread Oliver Block
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

Re: [PHP-DEV] setters in the Exception class?

2007-02-21 Thread Marcus Boerger
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

[PHP-DEV] setters in the Exception class?

2007-02-21 Thread Lukas Kahwe Smith
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,

Re: [PHP-DEV] 4.4.6RC1

2007-02-21 Thread Matt Wilmas
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