pecl runkit with php-5.2.x
Thu, 01/21/2010 - 16:11 — sandipAs of writing, the current pecl runkit-0.9 package does not compile with PHP 5.2+ . Below is how I got the latest installed from svn trunk on CentOS-5.4 with php-5.2.9.
- 
Install runkit:
 
       svn co http://svn.php.net/repository/ pecl/runkit/trunk/
    &nbs p; cd trunk
    &nbs p; phpize
    &nbs p; ./configure
    &nbs p; make
    &nbs p; make install       extension=runkit.soNote: you would need php-pear and php-devel installed already.
- sandip's blog
 - Login or register to post comments
 - Read more