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 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's no use to merge it into this
branch as well.

Derick

-
 PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
  SRM: Site Resource Manager - www.vl-srm.net
-


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
Zeev Suraski [EMAIL PROTECTED]
CTO   co-founder, Zend Technologies Ltd. http://www.zend.com/


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

-
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
 SRM: Site Resource Manager - www.vl-srm.net
-
JDI Media Solutions - www.jdimedia.nl - [EMAIL PROTECTED]
 Boulevard Heuvelink 102 - 6828 KT Arnhem - The Netherlands
-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 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 like we just need
 to refine the solution which we already have.

 - Sascha Experience IRCG
   http://schumann.cx/http://schumann.cx/ircg



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 problem is some file functions (fgets, fputs, fread,
fwrite). The ANSI standard says that if a file is opened in read/write
mode, fseek() should be called before switching from reading to writing
and vice versa.

Pipes are uni-directional and hence the above description
does not apply to them.  A more differentiated approach is
needed to solve that issue on AIX etc.

- Sascha Experience IRCG
  http://schumann.cx/http://schumann.cx/ircg


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 like we just need
to refine the solution which we already have.

- Sascha Experience IRCG
  http://schumann.cx/http://schumann.cx/ircg


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 sentence referred to that ANSI incompatibility which
 (so far) I have only seen on AIX.  It looks like we just need
 to refine the solution which we already have.

 - Sascha Experience IRCG
   http://schumann.cx/http://schumann.cx/ircg


 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]