hi! On Tue, Jan 8, 2013 at 7:47 PM, Nick Tolomiczenko <[email protected]> wrote: > Hello, > > My name is Nick Tolomiczenko (neikos). I've been writing code since 1978 > (since high school). I love learning new languages and, more so, I like > connecting them. I'm currently employed in the financial industry -- you > can look me up on linkedin.com if you wish. > > I recently came across the need to parse JSON in php with very low memory > consumption. The unfortunately the json_decode() function, currently in > php, was too memory aggressive when the JSON was huge. I needed a SAX-like > incremental parser in php. The C based yajl library, written by lloyd, was > exactly what I needed; but I needed it in php. So I wrote the yajl-php > extension which is available at: https://github.com/neikos/yajl-php under > the PHP license version 3.01
Quick overview, looks good to me. Please add a LICENSE file as well, it will help distros to provide it. You will also need a package.xml to release it via pecl, see the other exts for example. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
