K 10 svn:author V 2 tz K 8 svn:date V 27 2020-01-09T22:03:40.935709Z K 7 svn:log V 510 Unbreak databases/php73-mysqli when lang/php73 is build with MYSQLND=off Currently when building lang/php73 with MYSQLND=off, its im possible to build databases/php73-mysqli. When the option MYSQLND was added, we expected users to not use mysqli at all after disabling this option. This has proven to be wrong, so we patch the build to be work again. patch-ext_mysqli_mysqli__api.c was submitted by Сергей . Merge patches from r522478 into this commit and add two additional patches. END