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

 ID:                 55067
 Comment by:         belov1985 at gmail dot com
 Reported by:        belov1985 at gmail dot com
 Summary:            MySQL doesn't support compression
 Status:             Closed
 Type:               Bug
 Package:            MySQLi related
 Operating System:   FreeBSD 8.2
 PHP Version:        5.3.6
 Assigned To:        ahristov
 Block user comment: N
 Private report:     N

 New Comment:

Download php5.3-201109122030


root>./configure --help | grep mysqlnd-compression
  --disable-mysqlnd-compression-support

Seems ok...

root> ./configure --enable-mysqlnd --with-mysql=mysqlnd --with-mysqli=mysqlnd 
&& make

"
...
checking whether to enable mysqlnd... yes
checking whether to disable compressed protocol support in mysqlnd... yes
...
"


after building:

root> sapi/cli/php -i
....
mysqlnd

mysqlnd => enabled
Version => mysqlnd 5.0.8-dev - 20102224 - $Revision: 310735 $
Compression => not supported


Not fixed :(


Previous Comments:
------------------------------------------------------------------------
[2011-09-02 13:20:52] and...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Thanks for your report. Fix will appear in 5.3.9

------------------------------------------------------------------------
[2011-07-20 10:25:25] u...@php.net

Andrey, can you have a look? You've been the last one working on the 
config9.m4. Seems buggy.

------------------------------------------------------------------------
[2011-06-29 09:46:55] belov1985 at gmail dot com

Description:
------------
Version         mysqlnd 5.0.8-dev - 20102224 - $Revision: 308673 $
Compression     not supported 

PHP build info:

./configure --with-layout=GNU --localstatedir=/var 
--with-config-file-scan-dir=/usr/local/etc/php --disable-all --enable-libxml 
--with-pcre-regex=/usr/local --with-zlib-dir=/usr --program-prefix= 
--with-mysql=mysqlnd --with-mysqli=mysqlnd --with-mcrypt --with-curl 
--with-jpeg-dir=/usr/local/lib/ 
--with-freetype-dir=/usr/local/include/freetype2/ 
--with-png-dir=/usr/local/lib/ --with-iconv-dir=/usr/local/lib 
--with-libxml-dir=/usr/local/include/ --with-libxml-dir=/usr/local --with-gd 
--with-bz2 --with-pcre-regex --with-iconv --with-ttf --with-zlib --with-sqlite3 
--enable-session --enable-json --enable-gd-native-ttf 
--enable-inline-optimization --enable-mbstring --enable-xml --enable-dom 
--enable-simplexml --enable-fpm --with-fpm-user=www --with-fpm-group=www 
--with-regex=php --with-zend-vm=CALL --disable-ipv6 --prefix=/usr/local 
--mandir=/usr/local/man --infodir=/usr/local/info/



Some strange info i get, when do "./configure --help"

  --disable-mysqlnd-compression-support
Enable support for the MySQL compressed protocol in mysqlnd

:)





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



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

Reply via email to