-- Ionut Gabriel Stan <[email protected]> wrote (on Tuesday, 06 January 2009, 12:43 PM +0200): > There is no PEAR in Zend_Json. By default Zend_Json will try to use > json_encode/json_decode functions. These functions are not part of PECL > as of PHP5, they're part of the standard PHP distribution.
Actually, while ext/json *is* part of the standard PHP dist as of 5.2.0, they *is* still in PECL as well. > Nevertheless, you could ask Zend_Json to use its *own* > encoder/decoder. > > > On 1/6/2009 12:30, mohmmad jarwan wrote: >> thank you for replay i take a look to code and it's PEAR and I want to >> use PECL if can and if cane how i use it. >> >> >> On Tue, Jan 6, 2009 at 12:23 PM, Martin Martinov <matix.bg >> <http://matix.bg>@gmail.com <http://gmail.com>> wrote: >> >> 2009/1/6 mohmmad jarwan <[email protected] >> <mailto:[email protected]>>: >> > hi list >> > i assume zend framework use JSON in PEAR extinction so, >> > I need to use JSON in PECL extinction not PEAR extinction how can >> i do that >> > . >> > >> > regard. >> > thank you for help . >> > >> > >> > >> >> Don't assume ;-) >> Just take a look at the source code of the Zend_Json class and you'll >> see what it's using and when. >> >> -- >> Regards, >> Martin Martinov >> http://mmartinov.com/ >> >> > -- Matthew Weier O'Phinney Software Architect | [email protected] Zend Framework | http://framework.zend.com/
