Commit: 612b2337cfacb4002e4958574379a87f6af00f45 Author: Anatol Belski <[email protected]> Tue, 17 Sep 2013 13:36:56 +0200 Parents: a300549e90bbdaf3cda4977f65972eca2a0bcb57 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=612b2337cfacb4002e4958574379a87f6af00f45 Log: fixed the config for mysqlnd_qc Changed paths: M client/data/config/pecl/exts.ini Diff: diff --git a/client/data/config/pecl/exts.ini b/client/data/config/pecl/exts.ini index 7bf7292..64d318d 100644 --- a/client/data/config/pecl/exts.ini +++ b/client/data/config/pecl/exts.ini @@ -292,7 +292,8 @@ opts[]= [mysqlnd_qc] type=enable libs[]= -exts[]=apc -opts[]=--enable-mysqlnd-qc-apc -opts[]=--enable-mysqlnd-qc-sqlite +; neither apc nor sqlite3 export the necessary symbols at the moment, ignoring for now +;exts[]=apc +opts[]=--enable-mysqlnd-qc-apc=no +opts[]=--enable-mysqlnd-qc-sqlite=no -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
