|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-14 14:00 UTC] nikamir at zmail dot ru
[2001-07-31 11:27 UTC] andy@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 26 05:00:01 2025 UTC |
<?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