ID: 14160 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Arrays related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment:
Can't reproduce this under win32 (but only have some 4.0.8-dev). Lets wait what he reports back with RC Previous Comments: ------------------------------------------------------------------------ [2001-11-21 10:27:59] [EMAIL PROTECTED] Maybe it is a windows thingie, specifically windows 2000, I don't have the same problem with 4.0.4pl1 and IIS4. If it helps, I'm using the PHP Installer version of 4.0.6 (CGI) ------------------------------------------------------------------------ [2001-11-21 10:22:38] [EMAIL PROTECTED] Can't reproduce this on FreeBSD 4.2-Stable and PHP 4.1.0RC3 as cgi or RC2 as mod_php. maybe a windows thingie ? ------------------------------------------------------------------------ [2001-11-21 10:22:24] [EMAIL PROTECTED] Sorry, of course I meant http://phpuk.org/~james/php-4.1.0RC3-win32.zip ------------------------------------------------------------------------ [2001-11-21 10:20:43] [EMAIL PROTECTED] Works for me: [chroot] mfischer@ficken:~/src/php/bugtest$ php <? $translations=Array(); $translations["Register Now for Free!"]="¡Regístrate ya gratis!"; echo $translations["Register Now for Free!"]; ?> X-Powered-By: PHP/4.0.6-dev Content-type: text/html ¡Regístrate ya gratis![chroot] mfischer@ficken:~/src/php/bugtest$ Hmm.... probably dumb question, are you really running 4.0.6? Can you try latest RC http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback. ------------------------------------------------------------------------ [2001-11-21 10:15:34] [EMAIL PROTECTED] $translations=Array(); $translations["Register Now for Free!"]="¡Regístrate ya gratis!"; echo $translations["Register Now for Free!"]; will print nothing, or an error about undefined index, depending on your error settings in php.ini. As I said before, removing the exclamation mark in the key fixes the problem. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/?id=14160 Edit this bug report at http://bugs.php.net/?id=14160&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]