| philip@php.net 2007-08-24, 7:02 pm |
| ID: 40955
Updated by: philip@php.net
Reported By: edwardzyang at thewritingpot dot com
-Status: Open
+Status: Wont fix
Bug Type: Livedocs problem
PHP Version: Irrelevant
New Comment:
Livedocs is no longer in development, the current build system is
titled PhD.
Note: There is no such problem in PhD.
Previous Comments:
------------------------------------------------------------------------
[2007-03-30 00:39:57] 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).
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=40955&edit=1
|