ID:               49122
 Updated by:       j...@php.net
 Reported By:      gabrycucciolo84pv at fastwebnet dot it
-Status:           Open
+Status:           Feedback
 Bug Type:         MySQL related
 Operating System: Centos 4
 PHP Version:      5.3, 6 (2009-08-04)
 Assigned To:      andrey
 New Comment:

Using fresh sources means "grab latest snapshot, untar, configure, 
compile". Try that.


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

[2009-08-06 14:07:03] gabrycucciolo84pv at fastwebnet dot it

fresh sources you mean latest cvn snapshot?

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

[2009-08-06 14:06:08] gabrycucciolo84pv at fastwebnet dot it

It does not even start stating that it can't find mysql installation
and to reinstall it.
With 5.2.10 everything works like a charm...

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

[2009-08-06 09:00:47] j...@php.net

Please use fresh sources and preferrably build outside source tree.
"make clean" after configure with different options might help too..

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

[2009-08-05 15:21:49] and...@php.net

The code is under
#if defined(HAVE_STMT_NEXT_RESULT) && defined(MYSQLI_USE_MYSQLND) 


which means tha mysqli_stmt_more_results and mysqli_stmt_next_result
are not available in libmysql builds. Strangely one of the functions
call mysqlnd_xxxx but the other mysql_ ->jani's change. mysqlnd defines
macros, so one doesn't need to use mysqlnd_xxx but mysql_xxx. This
should be some misconfiguration. Can you try with --with-mysqli=mysqlnd
instead of --with-mysqli ?

Andrey

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

[2009-08-05 15:11:50] and...@php.net

Jani, only libmysql6 has mysql_stmt_more_results . mysqlnd has it
always. I suppose the people compile with libmysql which is not 6 and
get this unresolved symbols.

Andrey

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

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/49122

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

Reply via email to