ID: 15200 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: Linux 2.4 Mandrake 8 PHP Version: 4.0.6 New Comment:
My scripts remain unchanged, but the results are random... sometimes it works and sometimes it doesn't. Where *constant* inputs produce *variable* outputs through a *constant* process within a *constant* configuration, can't we speak about bug ? We have another server with the same version of PHP, the same 'php.ini' file and the same modules and extensions, which works and runs the same scripts without any problem... For me, it's not a problem with magic quotes configuration. Previous Comments: ------------------------------------------------------------------------ [2002-01-24 07:25:26] [EMAIL PROTECTED] RTM on magic quotes! ------------------------------------------------------------------------ [2002-01-24 06:01:05] [EMAIL PROTECTED] this bug (?) is difficult to encircle and reproduce (and understand), because it appears in a very erratic way. from time to time, when a file is read with file() and its content displayed line by line with each(), all its single and double quotes are automatically backslashed ! example : with 'toto.txt' contains : je n'aime pas ce "bug" ! and the following script : <?php $my_file = file('toto.txt'); while(list(, $my_line) = each($my_file)) { echo $my_line; } ?> **sometimes** we get something like : je n\'aime pas ce \"bug\" ! (and sometimes not...) ?!?! - our system : Linux 2.4 (Mdk 8) Apache 1.3.22 PHP 4.0.6 (RPM Mdk) ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15200&edit=1 -- 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]