On Fri, 2011-07-15 at 14:56 +0200, Reindl Harald wrote:
> Am 15.07.2011 14:46, schrieb Johannes Schlüter:
> 
> > ext/mysql was built for MySQL 3.23 and only got very few additions since
> > then while mostly keeping compatibility with this old version which
> > makes the code a bit harder to maintain. From top of my head missing
> > features not support be ext/mysql include:
> >       * Stored Procedures (can't handle multiple result sets)
> >       * Prepared Statements
> >       * Encryption (SSL)
> 
> so far correct
> 
> >       * Compression
> 
> not true
> client_flags and MYSQL_CLIENT_COMPRESS exists sine nearly 10 years

Thanks for the corrections.

> this is a feature which currently sucks with mysqlnd
> because it is not supported this time

compression support was added for mysqlnd with r291051 on 2009-11-20
09:12:14 +0100 which translates to 5.3.2, I think.

johannes



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to