Installation

This » PECL extension is not bundled with PHP.

Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: » http://pecl.php.net/package/runkit.

A DLL for this PECL extension is currently unavailable. See also the building on Windows section.

Коментарии

Автор:
If the normal PECL installation doesn't work for you, you may want to install from SVN instead:

svn checkout http://svn.php.net/repository/pecl/runkit/trunk/
cd trunk
pecl install package.xml

After pecl has finished installing runkit, add the following line to your php.ini file(s):

extension=runkit.so

Then restart your webserver, and runkit should now be installed and working with your PHP installation.
2010-05-25 17:19:57
http://php5.kiev.ua/manual/ru/runkit.installation.html
Автор:
The project is now hosted on http://github.com/zenovich/runkit

To install a release version, simply type

sudo pecl install https://github.com/downloads/zenovich/runkit/runkit-1.0.3.tgz

(to install version 1.0.3).
See the http://github.com/zenovich/runkit/downloads for the full list of release files.

To get most fresh and hot features you may also build the extension from master-branch source code. Clone it with 
git clone git://github.com/zenovich/runkit.git
and follow the instructions in the README file.
2012-09-24 16:11:07
http://php5.kiev.ua/manual/ru/runkit.installation.html
Автор:
If you're missing installation instructions in the readme and normal installations don't work, this is what worked for me on Centos 5.9 with php 5.3.3

cd /tmp
git clone https://github.com/zenovich/runkit.git
cd runkit
pecl install package.xml

// Add to php.ini:
extension=runkit.so

// Restart your webserver
service httpd restart
2013-04-15 15:47:28
http://php5.kiev.ua/manual/ru/runkit.installation.html
To install the latest release via PECL you should access Runkit's PEAR channel:

pear channel-discover zenovich.github.io/pear

Then to install Runkit just type:

pecl install zenovich/runkit
2015-09-25 09:02:10
http://php5.kiev.ua/manual/ru/runkit.installation.html

    Поддержать сайт на родительском проекте КГБ