[PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Andi Gutmans
Does this work for you on 4.0.4pl1? Any idea when this broke? Andi At 12:24 AM 4/13/2001 +0200, Didi Rieder wrote: >Hello, > >I have a problem with "popen" and "fgets" in php-4.0.5RC6 on Solaris 8 >(Sparc): > >Script: > >$rc = ''; >$pipe = popen("/bin/ls -la /tmp", "r"); > while (($rc = fget

[PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Alexander Feldman
On Fri, 13 Apr 2001, Andi Gutmans wrote: > Does this work for you on 4.0.4pl1? On 4.0.4pl1 it is OK, but on 4.0.5RC6 on Solaris 8 it shows the problem. -- Alex > Any idea when this broke? > Andi > > At 12:24 AM 4/13/2001 +0200, Didi Rieder wrote: > >Hello, > > > >I have a problem with "popen"

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Sascha Schumann
On Fri, 13 Apr 2001, Andi Gutmans wrote: > Does this work for you on 4.0.4pl1? > Any idea when this broke? > Andi The following commit broke this functionality: date: 2001/03/11 10:08:27; author: sasha; state: Exp; lines: +17 -1 branches: 1.148.2; Fixed a compatibility proble

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Alexander Feldman
On Sun, 15 Apr 2001, Sascha Schumann wrote: > On Fri, 13 Apr 2001, Andi Gutmans wrote: > > > Does this work for you on 4.0.4pl1? > > Any idea when this broke? > > Andi > > The following commit broke this functionality: > > date: 2001/03/11 10:08:27; author: sasha; state: Exp; lines: +17

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Sascha Schumann
> Ok, my fault - I will add test if this is a file handle and not if this > is not a socket handle. Yes, that would be a possible solution. > How this should be solved on AIX? The last sentence referred to that ANSI incompatibility which (so far) I have only seen on AIX. It looks l

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-15 Thread Alexander Feldman
On Sun, 15 Apr 2001, Sascha Schumann wrote: > > Ok, my fault - I will add test if this is a file handle and not if this > > is not a socket handle. > > Yes, that would be a possible solution. Commited to the CVS. rgds: sasha > > > How this should be solved on AIX? > > The last sentenc

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-17 Thread Alexander Feldman
Hi, I fixed the pipes problem and commited the fix in the main branch and in the PHP_4_0_5 one. Should I merge it also in php_4_0_5RC6 as well? This merging/branching always inserts happiness in my life... Thanks -- alex On Sun, 15 Apr 2001, Sascha Schumann wrote: > > Ok, my fault - I will ad

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-18 Thread Derick Rethans
On Wed, 18 Apr 2001, Alexander Feldman wrote: > I fixed the pipes problem and commited the fix in the main branch and in > the PHP_4_0_5 one. Should I merge it also in php_4_0_5RC6 as well? This > merging/branching always inserts happiness in my life... The RC6 branch has already released, so it

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-18 Thread Zeev Suraski
RC6 is actually not a branch but a tag, so there's no way to merge anything into it (other than moving the tag, which is usually not a good idea). Anything else pending for 4.0.5? Otherwise I'll put out RC7 and get this release over with... Zeev At 11:05 18/4/2001, Derick Rethans wrote: >On

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-18 Thread Derick Rethans
On Wed, 18 Apr 2001, Zeev Suraski wrote: > RC6 is actually not a branch but a tag, so there's no way to merge anything > into it (other than moving the tag, which is usually not a good idea). > > Anything else pending for 4.0.5? Otherwise I'll put out RC7 and get this > release over with... I'm

Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?

2001-04-18 Thread Derick Rethans
On Wed, 18 Apr 2001, Derick Rethans wrote: > I'm merging in the mcrypt fix now. Should be done in 30 mins I'm too stupid to do it, can anybody give me a pointer, or MFH these fixes for me? (Version: 1.47 / 1.48) Regards, Derick Rethans -