|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-02-12 19:47 UTC] zeev
[2010-10-10 21:05 UTC] cataphract@php.net
[2010-10-12 04:51 UTC] cataphract@php.net
[2011-09-09 12:54 UTC] rquadling@php.net
[2016-06-25 23:35 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 01:00:01 2025 UTC |
Okay, works fine, except when I try to have a page served by a secure virtual server under Stronghold. Normally, things work fine, but a <? tag anywhere in a document will cause Stronghold to segfault nicely when my request is going to an SSL-enrypted virtual server. Here's a stack trace. (compiled with stronghold debugging off, php debugging on. Let me know if you need more) #0 0x80119f30 in kill () #1 0x800ea8e5 in abort () #2 0x8067d88 in just_die () #3 <signal handler called> #4 0x4 in ?? () #5 0xffffffff in ?? () #6 0x80c02d7 in lex_scan (phplval=0x17) at language-scanner.c:571 #7 0x80a118e in read_next_token (tcm=0x814e454, token=0x8046674, phplval=0x8046778) at token_cache.c:132 #8 0x809c18c in phplex (phplval=0x8046778) at main.c:395 #9 0x80b980b in phpparse () at language-parser.tab.c:387 #10 0x809d497 in php3_parse (yyin=0x814e9c8) at main.c:1210 #11 0x809d652 in apache_php3_module_main (r=0x8191bc4, fd=22, display_source_mode=0, preprocessed=0) at main.c:1500 #12 0x8083acc in send_php3 () #13 0x8083b2c in send_parsed_php3 () #14 0x806bcb9 in invoke_handler () #15 0x806e7c1 in process_request_internal () #16 0x806e7fa in process_request () #17 0x8068955 in child_main () #18 0x8068ade in make_child () #19 0x80690f1 in standalone_main () #20 0x8069618 in main () ... Help!?!?