|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-11-18 15:05 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Mar 25 00:00:01 2026 UTC |
Description: ------------ Yes, I've been so stupid to do that. (I thought ../ could be relative to the file being included rather than the file being executed.) However, triggering a segmentation fault isn't the nicest way out of that. How does php deal with VERY big sources? Reproduce code: --------------- somedir/subdir/example.php: require("../common.inc"); somedir/common.inc: require("../common.inc"); Expected result: ---------------- Fatal: out of memory Actual result: -------------- Segmentation Fault (core dumped)