From: [EMAIL PROTECTED] Operating system: gnu/linux 2.4.5 PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: some problem with having a "<LINK>" string, it goes downcase.. <? $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/' -- Edit Bug report at: http://bugs.php.net/?id=11943&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]