Date: 04/15/01
- Next message: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Previous message: Jon Parise: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Reply: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 -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.
Ok, my fault - I will add test if this is a file handle and not if this
is not a socket handle.
How this should be solved on AIX?
-- sasha
>
> - Sascha Experience IRCG
> http://schumann.cx/ http://schumann.cx/ircg
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Previous message: Jon Parise: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Reply: Sascha Schumann: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

