php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30297 MySQL module adds headers to output
Submitted: 2004-10-01 02:04 UTC Modified: 2004-11-14 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: alexejs_mj at navigator dot lv Assigned:
Status: No Feedback Package: MySQL related
PHP Version: 5.0.2 OS: Windows Server 2003
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alexejs_mj at navigator dot lv
New email:
PHP Version: OS:

 

 [2004-10-01 02:04 UTC] alexejs_mj at navigator dot lv
Description:
------------
When PHP calls mysql_connect two additional headers are added to output:

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



Reproduce code:
---------------
	function connect() {
		if (self::connected()) {
			return false;
		} else {
			if (self::$dblink = mysql_connect(self::$server, self::$user, self::$pass)) {
				return true;
		} else {
				return false;
			};
		};
	}



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-06 07:03 UTC] edink@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip


 [2004-11-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 18 03:01:27 2024 UTC