[PHP-DEV] PHP 4.0 Bug #10161 Updated: base64_decode doesn't work correctly

2001-04-04 Thread kenji

ID: 10161
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *URL Functions
Description: base64_decode doesn't work correctly



Previous Comments:
---

[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]




[PHP-DEV] PHP 4.0 Bug #10161 Updated: base64_decode doesn't work correctly

2001-04-04 Thread sniper

ID: 10161
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *URL Functions
Assigned To: 
Comments:

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


Previous Comments:
---

[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=10161edit=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]




[PHP-DEV] PHP 4.0 Bug #10161 Updated: base64_decode doesn't work correctly

2001-04-04 Thread sniper

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=10161edit=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]




[PHP-DEV] PHP 4.0 Bug #10161 Updated: base64_decode doesn't work correctly

2001-04-04 Thread sniper

ID: 10161
Updated by: sniper
Reported By: [EMAIL PROTECTED]
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 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".

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10161edit=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]




[PHP-DEV] PHP 4.0 Bug #10161 Updated: base64_decode doesn't work correctly

2001-04-04 Thread kenji

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]




[PHP-DEV] PHP 4.0 Bug #10161 Updated: base64_decode doesn't work correctly

2001-04-04 Thread kenji

ID: 10161
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: *URL Functions
Description: base64_decode doesn't work correctly

couldn't reproduce it anymore :)

Previous Comments:
---

[2001-04-04 12:07:29] [EMAIL PROTECTED]
couldn't reproduce it anymore :)

---

[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".

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

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]