Skip to content

Commit

Permalink
recommended.xml: Add tags and fix INI setting name (php#3859)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Oct 13, 2024
1 parent 2a87687 commit 671a370
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install/windows/recommended.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ opcache.enable_cli=On

If high performance is needed, use the object cache in the applications.

See: <link xlink:href="http://pecl.php.net/package/WinCache">http://pecl.php.net/package/WinCache</link> to download a WinCache DLL (or tgz) to the PHP extensions directory (extensions_dir in the php.ini).
See: <link xlink:href="http://pecl.php.net/package/WinCache">http://pecl.php.net/package/WinCache</link>
to download a WinCache DLL (or <filename>WINCACHE_<replaceable>*</replaceable>.tgz</filename>)
to the PHP extensions directory
(<link linkend="ini.extension-dir">extension_dir</link> in the <filename>php.ini</filename>).

Set the &php.ini; to:
<example>
Expand Down

0 comments on commit 671a370

Please sign in to comment.