|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-02-02 17:11 UTC] jury at hightech dot lv
When you make call: imap_mail_compose($env, $body) it produces Segmentation Fault. Tested on PHP Versions: 4.2.3(CGI, Apache Module), 4.3.0 (CGI, Apache Module). PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 21:00:01 2025 UTC |
That Is Var Dump ($env, $body): php test.php Content-type: text/html X-Powered-By: PHP/4.3.0 Pizdec array(2) { ["from"]=> string(16) "jury@hightech.lv" ["to"]=> string(16) "some@unknown.net" } array(0) { } Segmentation fault