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

 ID:                 55661
 Updated by:         and...@php.net
 Reported by:        larue...@php.net
 Summary:            mysqli/tests/bug54674.phpt failed when link against
                     libmysql
-Status:             Assigned
+Status:             Bogus
 Type:               Bug
 Package:            MySQLi related
 Operating System:   Linux
 PHP Version:        trunk-SVN-2011-09-10 (SVN)
 Assigned To:        mysql
 Block user comment: N
 Private report:     N

 New Comment:

This is a bug in libmysql, which does things which contradict with the 
documentation.


Previous Comments:
------------------------------------------------------------------------
[2011-09-10 04:41:23] larue...@php.net

ext/mysqli/tests/mysqli_last_insert_id.phpt also failed, with diff:
002+ [007] API id should have been reset to 0 because previous query was 
SELECT, 
got API 1, SQL 1
003+ [010] API id should have been reset to 0 because previous query was 
SELECT, 
got API 1, SQL 1
008+ [027] API id should have been reset to 0 because previous query failed, 
got 
API 4, SQL 4

------------------------------------------------------------------------
[2011-09-10 04:07:23] larue...@php.net

Description:
------------
mysqli/tests/bug54674.phpt failed when linked against libmysql


Test script:
---------------
none

Expected result:
----------------
PASS

Actual result:
--------------
FAIELD
diff:
001+ bool(false)
001- bool(true)


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



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

Reply via email to