|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-08-02 17:25 UTC] tony2001@php.net
[2004-08-18 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue May 19 16:00:02 2026 UTC |
Description: ------------ include_once(sprintf("%s/modules/spec_%s/%s.php",$this->set[path],$name,$name)); if i run this row, one of the apache childers will exit with segmentation fault. if the line below doesnt contains the sprintf() then php wont segfault and will write some parse warning in the specified file. why do this? Reproduce code: --------------- include_once(sprintf("%s/modules/spec_%s/%s.php",$this->set[path],$name,$name)); Expected result: ---------------- segmentation fault