ID: 10161
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *URL Functions
Assigned To:
Comments:
Why did you change this to open without giving any feedback?
--Jani
Previous Comments:
---------------------------------------------------------------------------
[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".
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10161&edit=2
--
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]