|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-05-16 10:23 UTC] ssb at cvs dot php dot net
[1999-05-16 12:16 UTC] ssb at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 15:00:02 2025 UTC |
When I include any URL in a call to include(), it causes a core dump. This worked fine on Redhat 5.2, but not with a clean install of Redhat 6.0. The module was compiled identically for both systems using: "./configure --with-mysql --with-apxs" The following is the gdb backtrace: Program received signal SIGSEGV, Segmentation fault. 0x401388f3 in __regexec (preg=0xbfff4464, string=0x9 <Address 0x9 out of bounds>, nmatch=10, pmatch=0xbfff4414, eflags=0) at regex.c:5708 regex.c:5708: No such file or directory. The script used was: <? include ('http://192.168.0.1/index.html'); ?> It does the same thing on all URLs I throw at it.