|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-11-05 20:00 UTC] mj@php.net
[2005-11-05 20:01 UTC] sniper@php.net
[2005-11-05 20:04 UTC] mj@php.net
[2005-11-05 20:53 UTC] mj@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
Description: ------------ While base64_decode works properly in PHP 4.4.0 and PHP 5, it fails in PHP 4.4.1. I can reproduce this problem with vanilla sources of PHP 4.4.1 with the following ./configure line: ./configure --disable-all --with-mcrypt --enable-cli I'm using Linux with glibc 2.3.5 and GCC 4.0.3. Reproduce code: --------------- <?php echo base64_decode("Hello World"); Expected result: ---------------- ?e?娮W Actual result: -------------- ?e?j+