php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40955 Livedocs assumes PHP installed as module
Submitted: 2007-03-30 00:39 UTC Modified: 2007-08-24 14:16 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: edwardzyang at thewritingpot dot com Assigned:
Status: Wont fix Package: Livedocs problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-03-30 00:39 UTC] edwardzyang at thewritingpot dot com
Description:
------------
When generating necessary htaccess files for livedocs, livedocs incorrectly assumes that PHP has been installed as a module and attempts writes php_value default_charset "UTF-8". When PHP is installed as CGI, this results in a 500 Internal Server Error.

To fix this problem, the declaration could check for the existence of mod_php, or be removed entirely (as it appears the PHP files manage to send the right charset headers anyway).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-24 14:16 UTC] philip@php.net
Livedocs is no longer in development, the current build system is
titled PhD.

Note: There is no such problem in PhD.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC