PHP Syck, part 2

Yesterday I wrote about updating PHP’s YAML-parsing extension — Syck.

Some updates:

  • I believe, I fixed all memory leaks, it had (They were quite large, must tell you)
  • Why (Syck’s author) told me, that there will be new release in a month or so, which will include my patches

Until then, I encourage you to build php-extension using sources from subversion

Instructions (for those who need them):

  1. Install Syck-library using your favorite package-manager (stable 0.55 version will do)
  2. svn export http://code.whytheluckystiff.net/svn/syck/trunk/ext/php/ syck-php
  3. cd syck-php
  4. phpize
  5. ./configure
  6. make
  7. sudo make install
  8. add extension=syck.so to your php.ini file
  9. restart apache or fastcgi processes
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • DZone
  • FriendFeed
  • Reddit
  • Tumblr
  • Twitter

View CommentsPHP Syck, part 2

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

blog comments powered by Disqus