ID:               30297
 Updated by:       [EMAIL PROTECTED]
 Reported By:      alexejs_mj at navigator dot lv
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         MySQL related
 Operating System: Windows Server 2003
 PHP Version:      5.0.2
 New Comment:

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".


Previous Comments:
------------------------------------------------------------------------

[2004-11-06 07:03:25] [EMAIL PROTECTED]

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-10-01 02:04:33] 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;
                        };
                };
        }




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30297&edit=1

Reply via email to