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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC