RC1

php.internals

Andi Gutmans

22 years ago
Hey, I told Sterling I'm going to wait for a patch that he worked on with Zeev on the Cruise which is crucial to make SimpleXML work nicely. So I'm holding off until that comes in (and that MySQL stuff if it comes in on time). In the meanwhile, I'm also going to look into the bugs which were brought up here. Some should definitely be fixed. A couple of others don't look like show stoppers. If there's anyone here who can look at the non-Zend Engine ones that would be nice. If not I'll try to get to them after we check out the engine ones. Andi

Pierre-Alain Joye

22 years ago
On Fri, 05 Mar 2004 22:18:09 +0200 andi@zend.com (Andi Gutmans) wrote:
> definitely be fixed. A couple of others don't look like show > stoppers. If there's anyone here who can look at the non-Zend > Engine ones that would be nice.
Is it ok to commit this patch (attachment) to fix #27238? (Do not know who still maintain this part) pierre

Marcus Börger

22 years ago
Hello Pierre-Alain, go ahead. This is the correct solution to the specs. Friday, March 5, 2004, 9:29:21 PM, you wrote:
> On Fri, 05 Mar 2004 22:18:09 +0200 > andi@zend.com (Andi Gutmans) wrote:
>> definitely be fixed. A couple of others don't look like show >> stoppers. If there's anyone here who can look at the non-Zend >> Engine ones that would be nice.
> Is it ok to commit this patch (attachment) to fix #27238? (Do not > know who still maintain this part)
> pierre
-- Best regards, Marcus mailto:helly@php.net

Pierre-Alain Joye

22 years ago
On Sun, 7 Mar 2004 23:29:33 +0100 helly@php.net (Marcus Boerger) wrote:
> Hello Pierre-Alain, > > go ahead. This is the correct solution to the specs.
Done, both 4.3 and HEAD. pierre

Andi Gutmans

22 years ago
At 09:29 PM 3/5/2004 +0100, Pierre-Alain Joye wrote:
>On Fri, 05 Mar 2004 22:18:09 +0200 >andi@zend.com (Andi Gutmans) wrote: > > > definitely be fixed. A couple of others don't look like show > > stoppers. If there's anyone here who can look at the non-Zend > > Engine ones that would be nice. > >Is it ok to commit this patch (attachment) to fix #27238? (Do not >know who still maintain this part)
I don't know this code. Is there anyone else who can give Pierre a thumbs up? Andi

Wez Furlong

22 years ago
I found a couple of little bugs in new sockets transport layer while on the cruise; I'll fix those in next couple of days. --Wez. ----- Original Message ----- From: "Andi Gutmans" <andi@zend.com> To: <internals@lists.php.net> Sent: Friday, March 05, 2004 8:18 PM Subject: [PHP-DEV] RC1
> Hey, > > I told Sterling I'm going to wait for a patch that he worked on with Zeev > on the Cruise which is crucial to make SimpleXML work nicely. So I'm > holding off until that comes in (and that MySQL stuff if it comes in on
time).
> In the meanwhile, I'm also going to look into the bugs which were brought > up here. Some should definitely be fixed. A couple of others don't look > like show stoppers. > If there's anyone here who can look at the non-Zend Engine ones that would > be nice. If not I'll try to get to them after we check out the engine
ones.