[PHP-DEV] Bug #783 Updated: Base64 From: Bug Database (php-dev <email protected>)
Date: 10/10/98

ID: 783
Updated by: jim
Reported By: djl <email protected>
Status: Open
Bug Type: Misbehaving function
Assigned To:
Comments:

Fixed in the latest CVS. It still does not return an error when the BASE64 string
terminates prematurely (is missing some === signs), but you can verify that it
is a valid BASE64-encoded string by making sure strlen($data) % 3 == 0.

Full Bug description available at: http://ca.php.net/bugs.php3?id=783

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>