From: [EMAIL PROTECTED] Operating system: window PHP version: 4.0.5 PHP Bug Type: Output Control Bug description: Some jpeg can't be displayed when using "$PHP_SELF"
I'm quite sure that this is a bug because when I used form action posting by a command "$PHP_SELF", a few of jpeg images couldn't be displayed thru web browser inluding Netscape and IE. However, not all the jpeg, but only a few of them had problem. Therefore, I try to avoid using "$PHP_SELF" and change it to the name itself such as "filename.php". After that, I found that all jpeg images could be displayed thru both browsers. (Remark: web server is Apache) -- Edit bug report at http://bugs.php.net/?id=15460&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15460&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15460&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15460&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15460&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15460&r=support Expected behavior: http://bugs.php.net/fix.php?id=15460&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15460&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15460&r=submittedtwice -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php