mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix PECL win32 links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260918 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3c1297aa85
commit
25383a79a6
3 changed files with 12 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section xml:id="apd.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -24,8 +24,9 @@ pear install apd
|
|||
the zend_extension parameter accordingly.
|
||||
</para>
|
||||
<para>
|
||||
Windows users can download the extension dll <filename>php_apd.dll</filename>
|
||||
from <link xlink:href="&url.pecl.get.win;">&url.pecl.get.win;</link>.
|
||||
Windows users will enable <filename>php_lzf.dll</filename> inside
|
||||
of &php.ini; in order to use these functions.
|
||||
&pecl.windows.download;
|
||||
</para>
|
||||
<para>
|
||||
In your INI file, add the following lines:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<chapter xml:id="rar.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
@ -38,8 +38,9 @@ phpize
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
Windows users can download the extension dll <filename>php_rar.dll</filename>
|
||||
here: <link xlink:href="&url.pecl.get.win;">&url.pecl.get.win;</link>.
|
||||
Windows users will enable <filename>php_rar.dll</filename> inside
|
||||
of &php.ini; in order to use these functions.
|
||||
&pecl.windows.download;
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<chapter xml:id="sqlite.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
@ -25,8 +25,9 @@
|
|||
any additional software.
|
||||
</para>
|
||||
<para>
|
||||
Windows users may download the DLL version of the SQLite extension here:
|
||||
(<link xlink:href="&url.pecl.get.win;php_sqlite.dll">php_sqlite.dll</link>).
|
||||
Windows users will enable <filename>php_sqlite.dll</filename> inside
|
||||
of &php.ini; in order to use these functions.
|
||||
&pecl.windows.download;
|
||||
</para>
|
||||
<para>
|
||||
In PHP 5, the SQLite extension and the engine itself are bundled and
|
||||
|
|
Loading…
Reference in a new issue