From: [EMAIL PROTECTED]
Operating system: Windows 2000 Pro
PHP version: 4.2.0
PHP Bug Type: *General Issues
Bug description: print/echo doesnt work with some char chains
hi!
i've found a small bug in most used functions : print and echo
under windows (config by easyphp 1.6 : php 4.2.0 ... www.easyphp.org),
when i type this small script :
<?
print("<a href=\"index.php\">-14 jours</a>");
?>
php send me (source of the page) :
<a href="index.php">-14 jour></a>
when i delete the "-" or the "</a>" the bug stop to appear
this bug appear with echo too
excuse me for my bad english :)
bye !
--
Edit bug report at http://bugs.php.net/?id=16934&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=16934&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=16934&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=16934&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=16934&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16934&r=support
Expected behavior: http://bugs.php.net/fix.php?id=16934&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16934&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16934&r=submittedtwice