mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
#19423: Problem with extension_dir in PHP.ini
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97919 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
16f04f7a49
commit
58f0821901
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -252,8 +252,9 @@
|
|||
<simpara>
|
||||
You will need to change the 'extension_dir' setting to
|
||||
point to your php-install-dir, or where you have placed
|
||||
your <filename>php_*.dll</filename> files. ex:
|
||||
<filename>c:\php\extensions</filename>
|
||||
your <filename>php_*.dll</filename> files. Please do not
|
||||
forget the last backslash. ex:
|
||||
<filename>c:\php\extensions\</filename>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue