Date: 07/31/01
- Next message: fb33550 <email protected>: "[PHP-DEV] Bug #12488: Configure fails when using --with-mysql=mysql_dir"
- Previous message: Sebastian Bergmann: "Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10327
Updated by: andy
Reported By: nikamir <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] nikamir <email protected>
Sorry!
dump of phpinfo() function is here:
http://www.77rus.ru/a.php
------------------------------------------------------------------------
[2001-04-14 13:52:23] nikamir <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: fb33550 <email protected>: "[PHP-DEV] Bug #12488: Configure fails when using --with-mysql=mysql_dir"
- Previous message: Sebastian Bergmann: "Re: [PHP-DEV] Generating *.mak files from *.dsp ... :)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

