Date: 04/15/01
- Next message: dieter <email protected>: "[PHP-DEV] PHP 4.0 Bug #8828 Updated: mktime using mday<=0"
- Previous message: graeme <email protected>: "[PHP-DEV] Bug #10335: Incorrect paramters for pdf_setdash()"
- In reply to: Andi Gutmans: "[PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Next in thread: Alexander Feldman: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Reply: Alexander Feldman: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: 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: dieter <email protected>: "[PHP-DEV] PHP 4.0 Bug #8828 Updated: mktime using mday<=0"
- Previous message: graeme <email protected>: "[PHP-DEV] Bug #10335: Incorrect paramters for pdf_setdash()"
- In reply to: Andi Gutmans: "[PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Next in thread: Alexander Feldman: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Reply: Alexander Feldman: "Re: [PHP-DEV] Re: Bug in PHP-4.0.5RC6?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

