|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2017-03-27 21:57 UTC] 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 ) PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 16:00:01 2025 UTC |
I can't technically challenge but am happy to test as instructed to confirm. Further excerpt below from my testing this evening... user@xxx-server:~$ /usr/bin/php --version PHP 7.0.17-0ubuntu0.16.04.1~ppa1 (cli) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.0.17-0ubuntu0.16.04.1~ppa1, Copyright (c) 1999-2017, by Zend Technologies user@xxx-server:~$ /usr/bin/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 )