|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-04-15 08:32 UTC] mick at martingalli dot com
base64_encode function randomly truncates the encoded output string (used in mail attachment script with the chunk_split function). The same error occured in 4.1.1. I've tested the same thing on Linux and it works fine... PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 23:00:01 2025 UTC |
Had similar problems, but no longer do. Think it was resolved by a combination of adding "b" to the fopen() statement, fopen('file', 'rb'), and fixing another error in my code.