|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-01-08 10:48 UTC] andrey@php.net
[2009-01-08 12:22 UTC] surfchen at gmail dot com
[2009-01-19 09:56 UTC] surfchen at gmail dot com
[2009-02-03 11:52 UTC] johannes@php.net
[2009-10-09 14:20 UTC] uw@php.net
[2009-11-20 08:52 UTC] uw@php.net
[2009-11-20 10:09 UTC] UW@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 09:00:01 2025 UTC |
Description: ------------ If mysql_connect(use mysqlnd as driver) with MYSQL_CLIENT_COMPRESS,the script blocks on mysql_query calling for a while and output warning. Reproduce code: --------------- mysql_connect('127.0.0.1:3306','root','urpig',false,MYSQL_CLIENT_COMPRESS); mysql_query('SELECT 1'); Expected result: ---------------- no warning Actual result: -------------- Warning: mysql_query(): Error while reading SET_OPTION's EOF packet. PID=20646