8000 Remove third party Windows tool section and other references to XAMPP by AllenJB · Pull Request #4720 · php/doc-en · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove third party Windows tool section and other references to XAMPP #4720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion install/windows/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
&install.windows.manual;
&install.windows.apache2;
&install.windows.iis;
&install.windows.tools;
&install.windows.building;
&install.windows.commandline;
</chapter>
Expand Down
32 changes: 0 additions & 32 deletions install/windows/tools.xml

This file was deleted.

4 changes: 2 additions & 2 deletions reference/mongodb/configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ sudo pecl install mongodb

<para>
On systems with multiple version of PHP installed (e.g. macOS default,
Homebrew, <link xlink:href="&url.xampp;">XAMPP</link>), each version of PHP
Homebrew), each version of PHP
will have its own <link linkend="install.pecl">pecl</link>
command and &php.ini; file(s). Additionally, each PHP environments (e.g.
CLI, web) may use separate &php.ini; files.
Expand Down Expand Up @@ -204,7 +204,7 @@ $ sudo make install

<para>
On systems with multiple version of PHP installed (e.g. macOS default,
Homebrew, <link xlink:href="&url.xampp;">XAMPP</link>), each version of PHP
Homebrew), each version of PHP
will have its own <link linkend="install.pecl.phpize">phpize</link>
command and &php.ini; file(s). Additionally, each PHP environments (e.g.
CLI, web) may use separate &php.ini; files.
Expand Down
0