Date: 10/10/98
- Next message: jim: "[PHP-DEV] CVS update: php3/functions"
- Previous message: zeev: "[PHP-DEV] CVS update: php3"
- Next in thread: Bug Database: "[PHP-DEV] Bug #783 Updated: Base64"
- Maybe reply: Bug Database: "[PHP-DEV] Bug #783 Updated: Base64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: jim: "[PHP-DEV] CVS update: php3/functions"
- Previous message: zeev: "[PHP-DEV] CVS update: php3"
- Next in thread: Bug Database: "[PHP-DEV] Bug #783 Updated: Base64"
- Maybe reply: Bug Database: "[PHP-DEV] Bug #783 Updated: Base64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

