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

 ID:                 52433
 Updated by:         and...@php.net
 Reported by:        admin at webdesignforall dot net
 Summary:            Call to undefined method mysqli::poll()
-Status:             Assigned
+Status:             Closed
 Type:               Bug
 Package:            MySQLi related
 Operating System:   Debian 5
 PHP Version:        5.3.3
-Assigned To:        kalle
+Assigned To:        andrey
 Block user comment: N

 New Comment:

Thank you.

The fix will appear in 5.3.4 . The method will be static.


Previous Comments:
------------------------------------------------------------------------
[2010-08-13 11:18:07] and...@php.net

Automatic comment from SVN on behalf of andrey
Revision: http://svn.php.net/viewvc/?view=revision&revision=302177
Log: Fix for bug #52433 Call to undefined method mysqli::poll()

------------------------------------------------------------------------
[2010-07-27 00:40:24] ka...@php.net

I belive a fix here is pretty simple and is just a matter of adding a
PHP_FALIAS macro within mysqli_fe.c to redirect the poll() call.



Ill try have a look at this issue this weekend

------------------------------------------------------------------------
[2010-07-26 11:26:23] degeb...@php.net

I can reproduce this using the latest revision in the 5.3 branch.



Procedural mode works, but OO mode gives a fatal error.

------------------------------------------------------------------------
[2010-07-26 04:11:56] admin at webdesignforall dot net

It is compiled with mysqlnd here is the configure line.





Configure Command =>  './configure'  '--prefix=/custom/php-5.3.3'
'--with-

mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd'





Like I said mysqli_poll works fine just mysqli::poll doesn't, so there's


something wrong with the mysqli class.

------------------------------------------------------------------------
[2010-07-25 18:34:58] johan...@php.net

MySQLi asynchronous queries only exist if PHP was compiled using mysqlnd
(--with-mysqli=myslqnd)

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


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    http://bugs.php.net/bug.php?id=52433


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

Reply via email to