php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #23885 PHP requires MySQL installed into c:\mysql folder
Submitted: 2003-05-29 23:56 UTC Modified: 2003-06-08 11:21 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: vitalichka at mail dot ru Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.2 OS: Windows XP
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vitalichka at mail dot ru
New email:
PHP Version: OS:

 

 [2003-05-29 23:56 UTC] vitalichka at mail dot ru
I don't have MySQL installed on my machine. Including php_mbstring.dll into php.ini causes the following error message in Apache error.log :

File 'c:\mysql\\share\charsets\?.conf' not found (Errcode: 2)
Character set '#24' is not a compiled character set and is not specified in the 'c:\mysql\\share\charsets\Index' file


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-04 13:11 UTC] moriyoshi@php.net
No way mbstring extension is the culprit :)

Are you sure that 'c:\mysql\share\charsets\gb2312.conf' does really exist in the location shown in the message?

This hardly looks like a PHP bug.

 [2003-06-04 19:59 UTC] vitalichka at mail dot ru
We are talking about PHP (PHP), not MySQL (another product, or I am mistaking?), and I do not know why PHP should refer to ANY of MySQL resources. No, there is no such file in that location. Moreover - thare is no such location. And moreover - there is no any setting in PHP that refers to that location. And even moreover I'm not going to setup MySQL in that location until problem is solved completely.
Best regards,
Vitali.
 [2003-06-08 07:23 UTC] georg@php.net
If you need other charsets than latin (default), you have to install external libmysql with compiled charset support.
 [2003-06-08 10:56 UTC] moriyoshi@php.net
Then there should be a note on this issue, as long as we bundle libmysql with the package.
 [2003-06-08 11:11 UTC] philip@php.net
Already done :)  This will show up when the manual is next built.

http://cvs.php.net/cvs.php/phpdoc/en/reference/mysql/configure.xml
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 09 14:01:33 2025 UTC