php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1023 phpinfo() makes Apache dump core
Submitted: 1999-01-03 14:41 UTC Modified: 1999-01-04 02:32 UTC
From: Richard_Drury at nih dot gov Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.6 OS: IRIX64-6.2-IP19
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Richard_Drury at nih dot gov
New email:
PHP Version: OS:

 

 [1999-01-03 14:41 UTC] Richard_Drury at nih dot gov
Since I had stripped my httpd, I had to recompile to generate a binary that could be debugged.  Somewhere in the process, the problem vanished; I'm seeing phpinfo() just fine now.  Sorry for any trouble.

-----------

Problem:

I run the server module version of php.  Just upgraded from Apache 1.3.1 / php 
3.0.3 to Apache 1.3.3 / php 3.0.6.  phpinfo() worked fine before, now it makes 
Apache dump core.  Everything else seems to be working fine.  

php config:

--with-apache=/home/drury/apache_1.3.3 --with-gd=no --with-msql=/hom e/drury/msql 
--enable-debug --with-exec-dir=/home/drury/bin --enable-track-vars= yes 
--with-config-file-path=/home/drury/apache/etc --enable-url-includes 
--enable-memory-limit --enable-magic-quotes

Apache config:

--prefix=/home/drury/apache --disable-module=userdir --enable-module=info 
--enable-module=rewrite --enable-module=speling --enable-module=mime_magic 
--enable-module-log_referrer=yes --enable-module-log_agent=yes 
--activate-module=src/modules/php3/libphp3.a

php.ini:

[same as php.ini-dist]

Other:

You probably need the ouput of some diagnostic routine to see what's going on 
here.  I'll gladly supply whatever you need, but will need a guidance on how to 
produce it.  For instance, if you need a "backtrace," please give me a hint or two 
about how to generate one.  Thanks.

Patches

Pull Requests

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 05 01:01:35 2025 UTC