ID: 10161
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: *URL Functions
Description: base64_decode doesn't work correctly
couldn't reproduce it anymore :)
Previous Comments:
---------------------------------------------------------------------------
[2001-04-04 12:01:54] [EMAIL PROTECTED]
Why did you change this to open without giving any feedback?
--Jani
---------------------------------------------------------------------------
[2001-04-04 12:01:48] [EMAIL PROTECTED]
Why did you change this to open without giving any feedback?
--Jani
---------------------------------------------------------------------------
[2001-04-04 11:37:19] [EMAIL PROTECTED]
This works for me just fine:
<?php
echo base64_encode("960");
echo "n";
echo base64_decode("OTYw");
?>
It prints out "OTYw" and "960".
960 as ninesixzero.
This is with latest CVS. You can try the latest snapshot
from http://snaps.php.net/ to verify.
--Jani
---------------------------------------------------------------------------
[2001-04-04 11:14:22] [EMAIL PROTECTED]
Although base64_encode("960") produces the string "OTYw",
base64_decode("OTYw") doesn't produce "960".
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=10161
--
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]