ID: 10327
Updated by: andy
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: *URL Functions
Operating System: FreeBSD 4.1-RELEASE
PHP Version: 4.0.3pl1
New Comment:

works fine for me.

Please upgrade and re-open if still exists.

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

[2001-04-14 14:00:21] [EMAIL PROTECTED]

Sorry!
dump of phpinfo() function is here:
http://www.77rus.ru/a.php

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

[2001-04-14 13:52:23] [EMAIL PROTECTED]

<?php
     //Write encoding
     echo "Src: ".urlencode("Запись успешно изменена")."<br>\n";
     //Wrong decoding
     echo "Src-Dst: ".urldecode(urlencode("Запись успешно изменена"))."<br>\n";
     //Write encoding of wrong decoding. See the difference!!!
     echo "Src-Dst-Src: ".urlencode(urldecode(urlencode("Запись успешно 
изменена")))."<br>\n";
?>

'./configure' '--without-x' '--enable-track-vars' 
'--with-apache=../apache_1.3.14rusPL30.0' '--with-mod_charset' '--with-gd' 
'--enable-ftp' '--with-mysql=/usr/local' '--with-pcre-regex'


Here you can see dump of phpinfo() function in our
system.
http://www.77rus.ru/manager/questions/a.php



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



Edit this bug report at http://bugs.php.net/?id=10327&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]

Reply via email to