Le 29/08/2013 00:36, Jan Ehrhardt a écrit :
> Stas Malyshev in php.internals (Wed, 28 Aug 2013 14:40:06 -0700):
>> What we need to consider this extension as a replacement for core JSON is:
>> - explanation of advantages and disadvantages (noting that for most PHP
>> users "weird license" is not a significant disadvantage of the
>> extension) of the change
>> - RFC
>> - API description
>> - potential BC problems
>> - performance impact
> 
> Some PECL extensions rely on (static?) json: couchdb, couchbase and
> solr. The maintainers of these extensions will have some work to do,
> unless the replacement is completely BC.

Fedora used to build json extension as shared (like most extension).

We never encounter any issue with other extension (except load order,
but this is a well known and managed thing)

jsonc is really a dropin replacement.
- for other extension, same API/ABI
- for userland

Remi.

> 
> Jan
> 


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to