On 2014/09/17 17:13, frantisek holop wrote: > > replacing mysql with mariadb brought me to the php > documentation and they (also dev.mysql.com) recommend > compiling php with mysqlnd instead of libmysqlclient. > > i see that in openbsd mysqlnd is enabled, however > compiled with libmysqlclient, so as far as i can > say, it is not used (as it seems to be a compile > time option). have any heavy mysql users > tested mysqlnd is production?
Actually it seems that this may be picked up automatically. checking whether to enable mysqlnd... yes checking whether to disable compressed protocol support in mysqlnd... yes I am not on a fully clean system but it appears that it may break the build for 5.5 (haven't reached it in my clean bulk build yet). 5.4 built ok.
