Stuart Henderson, 18 Sep 2014 15:57: > 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.
no :) -> patch-ext_mysqlnd_config9_m4 as far as i understand it, even if it is enabled, it will not be used unless selected at compile time. --with-mysql, --with-mysqli, --with-pdo-mysql without parameters defaults to mysqlnd now. but ports override it with libmysqlclient. > 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. mysqlnd was introduced in 5.3 so all supported versions should build with it. -f -- save the whales -- collect the entire set!
