php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35180 apache error_log and php cgi error messages
Submitted: 2005-11-10 06:13 UTC Modified: 2005-11-10 08:43 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: bug at mailinator dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.4.1 OS: Redhat es 3
Private report: No CVE-ID: None
 [2005-11-10 06:13 UTC] bug at mailinator dot com
Description:
------------
Apache error_log and php cgi output:

 File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2)
 Character set '#30' is not a compiled character set and is not specified in the 'NONEXISTENT/charsets/Index' file


[root]# mysql --version
mysql  Ver 12.22 Distrib 4.0.24, for pc-linux-gnu (i686)
[root]# httpd -v
Server version: Apache/2.0.46
Server built:   Sep  1 2005 09:10:34
[root]# php -v
PHP 4.4.1 (cgi) (built: Nov  9 2005 22:52:38)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
    with eAccelerator v0.9.3, Copyright (c) 2004-2005 eAccelerator, by eAccelerator

+ Issue is corrected as going back to PHP 4.3.11

Reproduce code:
---------------
Any PHP code connecting to Mysql 4.0.24

Expected result:
----------------
No error message is expected.

Actual result:
--------------
File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2)
 Character set '#30' is not a compiled character set and is not specified in the 'NONEXISTENT/charsets/Index' file



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-10 08:43 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 04:01:29 2024 UTC