|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-01 12:50 UTC] sniper@php.net
[2000-11-03 12:27 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jul 11 17:00:01 2026 UTC |
Hi, please refer to bug : 6556 . I use : apache 1.3.12 + mod_ssl 2.6.6 PHP 4.0.2 with oci8, mysql, pgsql, ftp, pdflib, zlib, imap When I use Apache without SSL , it works fine . When I enable SSL , apache crachs Here is the backtrace : #0 0x405a5470 in modf () from /usr/lib/libphp4.so #1 0x8073567 in ap_cvt () #2 0x8073837 in ap_fcvt () #3 0x8073efb in conv_fp () #4 0x8074b84 in ap_vformatter () #5 0x8075288 in ap_snprintf () #6 0x4034d414 in ssl_rand_choosenum () from /usr/lib/libssl.so #7 0x4034d1ae in ssl_rand_seed () from /usr/lib/libssl.so #8 0x40348647 in ssl_init_module () from /usr/lib/libssl.so #9 0x8057939 in ap_init_module () #10 0x80613c5 in standalone_main () #11 0x8061be3 in main () #12 0x400b71eb in __lib_start_main (main=0x806188c <main>, argc=3, argv=0xbffffcf4, init=0x804f984 <_init>, fini=0x8098d5c <_fini>, rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbffffcec) at ../sysdeps/generic/libc-start.c:90 Thanks,