Le 29/08/2013 00:27, Jan Ehrhardt a écrit : > Pierre Joye in php.pecl.dev (Wed, 12 Jun 2013 12:46:22 +0200): >> On Wed, Jun 12, 2013 at 12:36 PM, Remi Collet <[email protected]> wrote: >>> Problem : Windows standard build have standard json build statically, so >>> can't be disabled. >>> >>> I hope this could be possible in the future. > > Given the current discussion I tried to build it under Windows (5.5 x86 > NTS). Static failed, but shared worked.
Yes I'm aware of an buld issue. As a PECL extension it can be build using bundled or system libjson-c If you merge it in the php tree (for static build), if will only build with system libjson-c (for now). This, of course, need to be fixed (only an config.h include missing in the library folder, should be easy to fix). Remi. > >> Users expect it to be here, always, so I very much doubt we can >> provide it with shared json any time in a near future. > > Not only users, but other extensions rely on it as well. couchdb and > couchbase are examples. And solr links directlly to ext/json: > > #include <ext/json/php_json.h> > > See http://svn.php.net/viewvc/pecl/solr/trunk/php_solr.h?view=markup > > Jan > -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
