|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-08-24 09:44 UTC] jason_jin at sdc dot sercomm dot com
[2007-08-24 10:19 UTC] jani@php.net
[2007-08-25 00:31 UTC] stas@php.net
[2007-09-01 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 09:00:01 2025 UTC |
Description: ------------ Execution of Reproduce code on my embedded linux system produce following error message: 1187917260 Segmentation fault My embedded system use uclibc.php version is 5.1.6. Reproduce code work well on my pc whose php version is 5.1.2. Reproduce code: --------------- <?php $aa=mktime(1,1,0,8,24); echo $aa."\n"; $bb=strtotime('+1 day', $aa); echo $bb."\n"; ?>