You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just testing a website with Textpattern 4.8.4 and PHP 8 and found that when using ext_file_attach emails now arrive as multipart content instead of plaintext with attachment. Reverting to PHP 7.4 resolves this.
What I'm seeing in Apple Mail with PHP 8:
--f2b57013356e3f84c2c6b1d9b77f95d2
Content-Type: multipart/alternative; boundary=6e6eea184f91b7376190beed7e793286
--6e6eea184f91b7376190beed7e793286
Content-Type: text/plain; charset=utf-8
Name: Test Name
Email: [email protected]
Message: Test upload PHP 8
--6e6eea184f91b7376190beed7e793286--
--f2b57013356e3f84c2c6b1d9b77f95d2
Content-Type:image/png; name="test.png"
Content-Transfer-Encoding:base64
Content-Disposition:attachment; filename="test.png"
X-Attachment-Id:5106
...
--f2b57013356e3f84c2c6b1d9b77f95d2--
The text was updated successfully, but these errors were encountered:
Just a heads-up regarding PHP 8 compatibility.
Just testing a website with Textpattern 4.8.4 and PHP 8 and found that when using
ext_file_attach
emails now arrive as multipart content instead of plaintext with attachment. Reverting to PHP 7.4 resolves this.What I'm seeing in Apple Mail with PHP 8:
The text was updated successfully, but these errors were encountered: