|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-02-24 18:14 UTC] requinix@php.net
-Status: Open
+Status: Feedback
[2015-02-24 18:14 UTC] requinix@php.net
[2015-02-24 18:21 UTC] mberchtold at gmail dot com
-Status: Feedback
+Status: Open
[2015-02-24 18:21 UTC] mberchtold at gmail dot com
[2015-02-26 20:10 UTC] aharvey@php.net
[2015-02-26 20:41 UTC] mberchtold at gmail dot com
[2015-02-27 09:48 UTC] ab@php.net
[2015-02-27 09:48 UTC] ab@php.net
-Status: Open
+Status: Closed
[2015-03-02 14:34 UTC] mberchtold at gmail dot com
[2015-03-02 14:35 UTC] mberchtold at gmail dot com
[2016-07-20 11:39 UTC] davey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 14:00:02 2025 UTC |
Description: ------------ crash in mail() The mail is sent but then process crashes Faulting application name: php-cgi.exe, version: 7.0.0.0, time stamp: 0x54e4c52a Faulting module name: php7.dll, version: 7.0.0.0, time stamp: 0x54e4c592 Exception code: 0xc0000005 Fault offset: 0x000776fe Faulting process id: 0x2030 Faulting application start time: 0x01d0504a957ac408 Faulting application path: C:\php\php-cgi.exe Faulting module path: C:\php\php7.dll Test script: --------------- $message = "Line 1\r\nLine 2\r\nLine 3"; mail('caffeinated@example.com', 'My Subject', $message); Expected result: ---------------- no crash Actual result: -------------- crash