|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-03-06 19:21 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
The following code produces a segmentation fault: <? echo date('h:i:s <br> d/m-y'); ?> If i remove the <br> it works just fine. In the web-browser it outputs wrong day of the month Example: "12:59:40 3158065/03-01" In error_log the following message is printed: "child pid xxxxx exit signal Segmentation fault (11)" No core dump or any output in gdb The code above works fine in earlier versions of PHP I have tried the code with serveral different apache versions, with different modules/configure options, and with both DSO and static compiles, and on different computers. Always the same result.