ID:               33263
 User updated by:  daarius at hotmail dot com
 Reported By:      daarius at hotmail dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         MySQLi related
 Operating System: WinXP
 PHP Version:      5.0.4
 New Comment:

I have used latest win32 version, and the problem is same. is there any
other way of doing this in the new version?


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

[2005-06-08 00:25:09] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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



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

[2005-06-07 14:08:31] daarius at hotmail dot com

Description:
------------
class mydb extends mysqli {
   public function __construct() {
      parent::real_connect(); // can not use
      parent::__construct(); // doesnt support 7th parameter of flags.
   }
}

as above, the real_connect() gives some errors, and may be not allowed
to be used, but in there the 7th parameter of flags are not present in
connect() of mysqli. so what to do?

also, as real_connect() is not allowed, i can not use parent::options()
for setting the config options before connect. as this gives errors too.



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


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

Reply via email to