From: Fabien Potencier Date: Fri, 6 Sep 2013 10:25:58 +0000 (+0200) Subject: fixed markup X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=16008174253c873ccf5b49f08874f949a467308d;p=web%2Fkonrad%2Ftwig.git fixed markup --- diff --git a/doc/intro.rst b/doc/intro.rst index 6663569..43ac353 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -107,18 +107,25 @@ Or manually like any other PHP extension: For Windows: -1. Setup the build environment following the `PHP documentation`_. -2. Use the ``configure --disable-all --enable-cli --enable-twig=shared`` command instead of step 14 -3. nmake -4. Copy the ``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release_TS\php_twig.dll`` file to your PHP setup. +1. Setup the build environment following the `PHP documentation`_; +2. Use the ``configure --disable-all --enable-cli --enable-twig=shared`` +command instead of step 14; +3. ``nmake``; +4. Copy the +``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release_TS\php_twig.dll`` +file to your PHP setup. .. tip:: - For Windows ZendServer, TS is not enabled as mentionned in `Zend Server FAQ`_. + For Windows ZendServer, TS is not enabled as mentionned in `Zend Server + FAQ`_. - You have to use `configure --disable-all --disable-zts --enable-cli --enable-twig=shared` to be able to build the twig C extension for ZendServer. + You have to use `configure --disable-all --disable-zts --enable-cli + --enable-twig=shared` to be able to build the twig C extension for + ZendServer. - The built DLL will be available in C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release + The built DLL will be available in + C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release Finally, enable the extension in your ``php.ini`` configuration file: