ID: 11943
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Old-Bug Type: Strings related
Bug Type: *General Issues
Operating system: gnu/linux 2.4.5
PHP Version: 4.0.6
Description: some problem with having a "<LINK>" string, it goes downcase..

not a bug at all, it seams that mozilla shows <link> tag's that way.

Previous Comments:
---------------------------------------------------------------------------

[2001-07-06 21:30:13] [EMAIL PROTECTED]

<?
$a = "LINK";
$b = "<$a>";
echo $b;
?>

the result of this script is: <link>
it changes to downcase, it only output's correct if i take off the <'s or change $a 
to, for example "LINKA".
i asked some friend of mine with php-4.0.4pl1 on windows and he got the same output.


 './configure' '--with-apache=../apache_1.3.20/' '--enable-magic-quotes' 
'--enable-calendar' '--enable-ctype' '--with-dom=/usr/local/' '--enable-ftp' 
'--with-mcrypt' '--with-mhash' '--with-mysql=/usr/local/mysql/' '--enable-trans-sid' 
'--with-sablot' '--enable-sockets' '--with-zlib' '--enable-bcmath' 
'--with-db3=/usr/local/BerkeleyDB.3.2/' '--with-pgsql=/usr/local/pgsql/'


---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=11943


-- 
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]

Reply via email to