PHP Doku:: Installation - runkit.installation.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDas Verhalten von PHP beeinflussenrunkitInstallation/KonfigurationInstallation

Ein Service von Reinhard Neidl - Webprogrammierung.

Installation/Konfiguration

<<Anforderungen

Laufzeit-Konfiguration>>

Installation

Diese » PECL-Extension ist nicht Teil von PHP.

Information zur Installation dieser PECL-Extension finden sie im Kapitel Installation von PECL-Extensions. Zusätzliche Informationen wie neue Releases, Downloads, Quelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: » http://pecl.php.net/package/runkit.

Eine DLL-Datei für diese PECL-Erweiterung steht derzeit nicht zur Verfügung. Weitere Details finden Sie im Abschnitt zum Kompilieren für Windows.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
frxstrem
25.05.2010 23:19
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.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)