Bug #74320 [Com]: mysqli_fetch_array(): Malformed server packet & Error while reading a row...
[email protected] ("spam2 at rhsoft dot net")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=74320&edit=1
ID: 74320
Comment by: spam2 at rhsoft dot net
Reported by: kelvin dot middleton at gmail dot com
Summary: mysqli_fetch_array(): Malformed server packet &
Error while reading a row...
Status: Open
Type: Bug
Package: MySQLi related
Operating System: Ubuntu 16.04
PHP Version: 7.0.17
Block user comment: N
Private report: N
New Comment:
https://bugs.php.net/bug.php?id=74021 but this should be fixed with 7.0.17 / 7.1.3 (and i was able to confirm the fix)
Previous Comments:
------------------------------------------------------------------------
[2017-03-27 21:57:53] kelvin dot middleton at gmail dot com
Description:
------------
Initially found a problem with phpMyAdmin not returning slave information in a master/slave replication configuration. Issue raised their concluded the problem likely resided in PHP somewhere (https://github.com/phpmyadmin/phpmyadmin/issues/13117).
Was using stock php package from ubuntu ppa (ver 7.0.15-0ubuntu0.16.04.4) so I raised a launchpad bug (https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1675117) which progressed to providing me with a ppa to test php 7.0.17. Testing still has the same errors when using the test script.
Test script:
---------------
Script is included in my bug submission here https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1675117
Actual result:
--------------
Two errors return, excerpt below...
kelvin@xxx-server:~$ php php_test.php
PHP Warning: mysqli_fetch_array(): Malformed server packet. Field length pointing 0 bytes after end of packet in /home/kelvin/php_test.php on line 16
PHP Warning: mysqli_fetch_array(): Error while reading a row in /home/kelvin/php_test.php on line 16
Array
(
[Server_id] => 2
[Host] => xxx
[Port] => 3306
[Master_id] => 1
)
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=74320&edit=1