ID: 33263 Updated by: [EMAIL PROTECTED] Reported By: daarius at hotmail dot com -Status: Open +Status: Assigned Bug Type: MySQLi related Operating System: WinXP -PHP Version: 5.0.4 +PHP Version: 5CVS-2005-06-11 -Assigned To: +Assigned To: georg
Previous Comments: ------------------------------------------------------------------------ [2005-06-08 18:30:16] daarius at hotmail dot com I have used latest win32 version, and the problem is same. is there any other way of doing this in the new version? ------------------------------------------------------------------------ [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
