mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed #16336. Added various <filename> tags. Added crack extension.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75805 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2f9cd3a0ae
commit
7dd0372f20
1 changed files with 30 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -173,8 +173,8 @@
|
|||
(e.g. <filename>winnt/system32</filename> or
|
||||
<filename>windows/system</filename>) or you can make sure
|
||||
that they live in the same directory as the main PHP
|
||||
executable or DLL your web server will use (e.g. php.exe,
|
||||
php4apache.dll).
|
||||
executable or DLL your web server will use (e.g.
|
||||
<filename>php.exe</filename>, <filename>php4apache.dll</filename>).
|
||||
</simpara>
|
||||
<para>
|
||||
The PHP binary, the SAPI modules, and some extensions rely on
|
||||
|
@ -183,9 +183,15 @@
|
|||
The best bet to do it is to copy the files below into your
|
||||
system directory, which is typically:
|
||||
<simplelist>
|
||||
<member>c:\windows\system for Windows 9x/ME</member>
|
||||
<member>c:\winnt\system32 for Windows NT/2000</member>
|
||||
<member>c:\windows\system32 for Windows XP</member>
|
||||
<member>
|
||||
<filename>c:\windows\system</filename> for Windows 9x/ME
|
||||
</member>
|
||||
<member>
|
||||
<filename>c:\winnt\system32</filename> for Windows NT/2000
|
||||
</member>
|
||||
<member>
|
||||
<filename>c:\windows\system32</filename> for Windows XP
|
||||
</member>
|
||||
</simplelist>
|
||||
The files to copy are:
|
||||
<simplelist>
|
||||
|
@ -217,8 +223,8 @@
|
|||
'%WINDOWS%' or '%SYSTEMROOT%' directory is
|
||||
typically:
|
||||
<simplelist>
|
||||
<member>c:\windows for Windows 9x/ME/XP</member>
|
||||
<member>c:\winnt or c:\winnt40 for NT/2000 servers</member>
|
||||
<member><filename>c:\windows</filename> for Windows 9x/ME/XP</member>
|
||||
<member><filename>c:\winnt</filename> or <filename>c:\winnt40</filename> for NT/2000 servers</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<para>
|
||||
|
@ -243,14 +249,16 @@
|
|||
<simpara>
|
||||
You will need to change the 'extension_dir' setting to
|
||||
point to your php-install-dir, or where you have placed
|
||||
your 'php_*.dll' files. ex: c:\php\extensions
|
||||
your <filename>php_*.dll</filename> files. ex:
|
||||
<filename>c:\php\extensions</filename>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
If you are using OmniHTTPd, do not follow the next step.
|
||||
Set the 'doc_root' to point to your webservers
|
||||
document_root. For example: c:\apache\htdocs or c:\webroot
|
||||
document_root. For example: <filename>c:\apache\htdocs</filename>
|
||||
or <filename>c:\webroot</filename>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -286,6 +294,13 @@
|
|||
being the drive where PHP is installed.)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
If you're using NTFS on Windows NT, 2000 or XP, make sure that
|
||||
the user running the webserver has read permissions to your
|
||||
&php.ini; (e.g. make it readable by Everyone).
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -620,6 +635,10 @@
|
|||
<entry><link linkend="ref.cpdf">ClibPDF</link> functions</entry>
|
||||
<entry>None</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>php_crack.dll</entry>
|
||||
<entry><link linkend="ref.crack">Crack</link> functions</entry>
|
||||
<entry>None</entry>
|
||||
<row>
|
||||
<entry>php3_crypt.dll</entry>
|
||||
<entry>Crypt functions</entry>
|
||||
|
@ -667,7 +686,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>php_dotnet.dll</entry>
|
||||
<entry>.NET functions</entry>
|
||||
<entry><link linkend="ref.dotnet">.NET</link> functions</entry>
|
||||
<entry>None</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue