RE: [PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl 1 crash

2001-03-03 Thread Sherman Chan
[mailto:[EMAIL PROTECTED]] Sent: Sunday, 4 March 2001 11:03 AM To: Sherman Chan Cc: 'Bug Database' Subject: RE: [PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl 1 crash On Sat, 3 Mar 2001, Sherman Chan wrote: >the only way I can get them works perfectly if i compile them

RE: [PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-03-02 Thread Sherman Chan
issue. it would be interesting to find out why. I wounder could you give me some idea where I can locate modf() routine, part of glibc??? thanks, Sherman -Original Message- From: Jani Taskinen [mailto:[EMAIL PROTECTED]] Sent: Saturday, 3 March 2001 2:26 AM To: Sherman Chan Cc: 

[PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-03-01 Thread Sherman Chan
jani, if there is nothing to do with php, could you tell me why the apache + php + mod_ssl fail to start, but apache + mod_ssl starts up ok. also the same configuration with php3 works ok as well. could u provide soe idea where I should look at, like the routine to modf (). thanks, Sherman -

[PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-27 Thread Sherman Chan
BTW, here what I got with ldd httpd libpthread.so.0 => /lib/libpthread.so.0 (0x40019000) libm.so.6 => /lib/libm.so.6 (0x4002c000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40049000) libdb.so.3 => /lib/libdb.so.3 (0x40077000) libdl.so.2 => /lib/libdl.so.2 (0x400

[PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-26 Thread Sherman Chan
yes, i do have those envoirment defined before it start the apache, as i point out before, it works ok without ssl, only fails when I start it up with ssl thanks, Sherman -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Monday, 26 February 2001 7:57 PM To: [EMAIL

[PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-22 Thread Sherman Chan
I try that, but it doesn't work, any version of pthread i need to install 1st??? cheers, Sherman -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Friday, 23 February 2001 10:58 AM To: [EMAIL PROTECTED] Subject: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

[PHP-DEV] PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-22 Thread sherman . chan
ID: 9003 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: mod_ssl + php4.0.4pl1 crash further test, I done the exactly same configuration on RedHat 7.0, it works fine, php + mod_ssl startup perfect. it seems the problem is relate to glibc, pthread??.

[PHP-DEV] PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-10 Thread sherman . chan
ID: 9003 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: mod_ssl + php4.0.4pl1 crash here is GDS trace (gdb) run -X -DSSL -f /usr/local/apps/apache_1.3.14/conf/httpd.conf Starting program: /usr/local/apps/apache_1.3.14/./bin/httpd -

[PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-07 Thread Sherman Chan
Jani, forgive my stupid brian I believe here the trace u looking for [root@kul-db2 apache_1.3.14]# gdb ./bin/httpd GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies

[PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-05 Thread Sherman Chan
Jani, I follow the url to try to get the backtrace, but seems no joice at all, here is the output [root@kul-db2 apache_1.3.14]# gdb ./bin/httpd GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to chang

[PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-01 Thread Sherman Chan
Jani, thanks for you reply, I recompile php with --enable-debug but I don't any log file show the error / crash message it write nothing to error_log, the ssl_engine_log only shows the following [02/Feb/2001 16:03:46 11688] [info] Server: Apache/1.3.14, Interface: mod_ssl/2.7.1, Library: OpenSSL

[PHP-DEV] PHP 4.0 Bug #9003: mod_ssl + php4.0.4pl1 crash

2001-01-30 Thread sherman . chan
From: [EMAIL PROTECTED] Operating system: Redhat 6.1 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: mod_ssl + php4.0.4pl1 crash version of apach 1.3.14 version mod_ssl 2.7.1-1.3.14 version openssl 0.9.6 i compile & install apache with php4 + mod_ss