php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13228 Document contains no data but nothing in Apache logs and no core
Submitted: 2001-09-10 08:28 UTC Modified: 2001-09-10 17:26 UTC
From: page at sca dot uqam dot ca Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.6 OS: IRIX64 6.5
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: page at sca dot uqam dot ca
New email:
PHP Version: OS:

 

 [2001-09-10 08:28 UTC] page at sca dot uqam dot ca
php doesn't do a core dump, but always return
Document contains no data
Apache 1.3.12
URL to test:
http://www.sca.uqam.ca/analyse/map.php4
CFLAGS='-O2 -I/io/httpd/apache_1.3.12_src/openssl-0.9.6/include' ./configure --with-mysql=/usr/local/mysql --with-apxs=/io/httpd/apache_1.3.12/bin/apxs --with-imap=/io/httpd/apache_1.3.12_src/php-3.0.16/imap --enable-memory-limit=yes --enable-debug=no

In httpd.conf:
LoadModule php3_module        libexec/libphp3.so
LoadModule php4_module        libexec/libphp4.so
AddModule mod_php3.c
AddModule mod_php4.c
    AddType application/x-httpd-php3 .php
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    AddType application/x-httpd-php3 .html
    AddType application/x-httpd-php3 .htm
    AddType application/x-httpd-php .php3
    AddHandler application/x-httpd-php .php4

If I use AddType instead of AddHandler for php4, I get a dialog that ask me if I want to save the document.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-10 17:26 UTC] sniper@php.net
Please ask support questions on the mailing lists:

http://www.php.net/support.php

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 05:01:28 2025 UTC