Commit graph

476 commits

Author SHA1 Message Date
Jakub Zelenka
557f8ed419
Fix incorrect default value for FPM listen.allowed_clients 2022-03-01 22:22:04 +00:00
Jakub Zelenka
fab4ea95f4
FPM Status Page (#1420)
* Documentation for the FPM status page and fpm_get_status()

* FPM status page: Update date/time format documentation

* FPM status page: Add information on openmetrics format (PHP 8.1+)

* Fix fpm_get_status referencing file name

* Update FPM status page documentation

* Move FPM status configuration to section

* Improve FPM Status Page formatting and move it under Observability

* Improve FPM status CS

Co-authored-by: AllenJB <github@allenjb.me.uk>
2022-02-28 21:56:30 +00:00
Jakub Zelenka
04210d535d
Update FPM installation and intro (#1407) 2022-02-13 22:14:47 +00:00
Christoph M. Becker
7d5b86855e
Fix wording
Litespeed docs are no longer a Wiki.

Cf. <b9f20acc91 (commitcomment-65764867)>.
2022-02-03 15:29:07 +01:00
istiak101
b9f20acc91
Update dead links for LiteSpeed
Closes GH-1366.
2022-01-31 13:31:48 +01:00
Christoph M. Becker
88333c7e4f
Clarify that FPM pools are not a security mechanism
Cf. <https://bugs.php.net/bug.php?id=81704>.
2021-12-22 22:56:47 +01:00
Christoph M. Becker
197df870cb
Fix #69683: Default value of rlimit_files makes no sense 2021-11-11 16:21:09 +01:00
Christoph M. Becker
ebee35a03a
Hint at missing ext DLL dependency DLLs in troubleshooting section
This is likely one of the biggest issues: users put the extension DLL
into `extension_dir`, but forget to put dependency DLLs in the path.
2021-11-10 19:18:06 +01:00
André L F S Bacci
53afbdaf79 Missing revison tag line (or line space, anyway.) 2021-10-20 16:04:46 -03:00
Yoshinari Takaoka
f8682cd86a
fixed wrong package name. also, replaced apt-get command. 2021-09-23 11:45:22 +09:00
Yoshinari Takaoka
03903669e6
Update Debian GNU/Linux installation notes (#965)
Updated Debian GNU/Linux installation notes, based on Debian 11 (bullseye).

    we should replace php5 related package name.
    update ini file location.
    use not apt-get, but apt for interactive usage.
        https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_literal_apt_literal_vs_literal_apt_get_literal_literal_apt_cache_literal_vs_literal_aptitude_literal

Closes #964
2021-09-23 03:02:46 +01:00
George Peter Banyard
4eeb07225f
Remove old install docs (#662)
* Remove docs for Apache 1
* Probably Apache2 doc fix
* HPUX is effectively dead, let's remove the docs
* Remove outdated info for Solaris/OpenBSD

We probably should improve those and/or drop them completely

* FPM
* Remove rackspace, it is not linked anywhere
* Update PECL
* INI configuration

Co-authored-by: Anna Filina <afilina@gmail.com>
Co-authored-by: Anna Filina <afilina@gmail.com>
Co-authored-by: Yoshinari Takaoka <mumumu@mumumu.org>
2021-09-23 01:38:33 +09:00
Kamil Tekiela
2b8d277712
Fix minor issues in Apache2 config guide (#785) 2021-07-14 13:06:01 +01:00
F.P
30d10364ee
Update apache2.xml (#780)
Replace wrong `php8_module` with corrent `php_module` Apache module name
2021-07-14 12:14:14 +01:00
zors1
a1024db27e
Capitalize "Windows" on "Building from source" page (#782) 2021-07-13 21:01:54 +01:00
Marco van 't Wout
ebe9ff11fb
Remove unsafe AddHandler example
The internet will always take your example code and repost it out of context. Googling shows plenty of installation guides that use `AddHandler application/x-httpd-php .php`, which potentially leads to parsing unsafe files like `evil.php.jpg`

I propose to totally remove the unsafe example and only show the correct version with `<FilesMatch \.php$>`, similar to https://www.php.net/manual/en/install.unix.apache2.php

Closes GH-743.
2021-06-29 11:20:56 +02:00
Sergey Panteleev
12081e88fb
Update installation guide for macOS Monterey (#708) 2021-06-23 06:27:03 +03:00
George Peter Banyard
8e732e84a1
Remove legacy Windows docs (#661)
Also fix the very weird indentation (sorry translations)

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-06-13 23:20:58 +01:00
George Peter Banyard
38a3b0d552
Remove Ingres docs 2021-05-25 19:38:26 +01:00
George Peter Banyard
587f082034
Remove filepro docs 2021-05-25 19:38:26 +01:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
Cees-Jan Kiewiet
5f6b54fb57 Add FPM access.format placeholders
Closes GH-115.
2021-03-23 13:01:52 +01:00
Christoph M. Becker
f1b211f5c8 Remove mime_magic documentation
This extension is removed as of PHP 5.3.0, and apparently never made it
to PECL.  It it not to be confused with the fileinfo extension.
2021-02-24 18:29:14 +01:00
Christoph M. Becker
09024d1647 Remove dbx documentation
The extension is marked as unmaintained, and had its latest release on
2011-08-11.
2021-02-24 15:11:47 +01:00
Christoph M. Becker
ab9c95affa liip is deprecated
This integrates user note 125701.
2021-01-20 15:07:36 +01:00
Christoph M. Becker
dd48d47d8b Fix re2c requirement info
Cf. <https://github.com/php/php-src/pull/6593>.
2021-01-13 17:52:07 +01:00
George Peter Banyard
d278431ef5 Remove docs about NSAPI
This SAPI has been removed in PHP 7
2021-01-13 12:49:23 +00:00
Cees-Jan Kiewiet
db29d86808 Add QuickStart with homebrew
Closes GH-116.
2021-01-07 22:58:06 +01:00
Christoph Michael Becker
38e583cf8e Update Git build requirements
Cf. <https://github.com/php/php-src/pull/6516>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352238 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 12:54:36 +00:00
Christoph Michael Becker
f7eec8e460 Actually remove ifx extension documentation
The ifx (Informix) extension is unbundled as of PHP 5.2.1, and apperently has
not been maintained since then; no new version has ever been released on PECL.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351245 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-04 22:30:20 +00:00
Christoph Michael Becker
724f036e29 Remove msql documentation
The msql extension is unbundled as of PHP 5.3.0, and considered unmaintained
and dead.  Of the 4 user notes for this extension, 2 actually were referring
to MySQL.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351139 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:32:37 +00:00
Christoph Michael Becker
6fe0f9389b Remove SQLite documentation
The sqlite extension is unbundled as of PHP 5.4.0, didn't have a release
since then, and is superseeded by the sqlite3 extension anyway.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351137 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:19:13 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
87a2f30351 Actually remove PDFlib docs from the manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351036 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-29 11:39:35 +00:00
Christoph Michael Becker
dec1f8445a Remove safe_mode related information
Sorry, translators, for breaking your builds again.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350871 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-13 22:07:26 +00:00
Christoph Michael Becker
e443388d42 Remove info about SAPIs which are removed as of PHP 7.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350661 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 16:56:25 +00:00
Christoph Michael Becker
5b53e0d177 ext/sybase is no longer available as of PHP 7.0.0
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350650 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:09:16 +00:00
Christoph Michael Becker
38c3833024 ext/mssql is no longer available as of PHP 7.0.0
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350647 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:36:07 +00:00
Christoph Michael Becker
0970bf6ea3 Remove PHP4 or PHP5-only extension
This commit removes following extensions as they appear to not provide
support for PHP 7.0.

Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350644 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:28:04 +00:00
Christoph Michael Becker
cd118fcbd8 Improve Windows installation docs
Particulary wrt. proper sectioning and personalization.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350486 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-02 11:39:00 +00:00
Christoph Michael Becker
eb5cb175e8 Fix #80044: Script in documentation fails
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350484 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-02 10:04:39 +00:00
Christoph Michael Becker
2221e0e7e0 Fix #75918: PECL instructions lack first step
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350464 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-01 17:42:57 +00:00
Christoph Michael Becker
d0b7ec3571 Configuration values in the registry are per-request
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350217 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-27 11:22:26 +00:00
Christoph Michael Becker
dcd5448282 Fix other typos outside of php module docs
Patch provided by tandre@php.net.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349711 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:59:43 +00:00
Christoph Michael Becker
9581609f43 Fix MSVCRT version information
Only master needs CRT 16, as correctly pointed out in user note 124611.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348910 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 12:11:44 +00:00
Christoph Michael Becker
aded4d033f Remove mostly unrelated link
The referred article doesn't even mention `copy deployment` and talks about VC 9.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347806 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-27 11:16:56 +00:00
George Peter Banyard
0d37aedb6a Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347523 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-01 15:48:55 +00:00
Christoph Michael Becker
ecf94f5577 Update Windows requirements section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347509 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-29 13:14:04 +00:00
Peter Cowburn
6b25eaaf7d remove reference to /mirrors.php from install section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347102 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-30 15:48:24 +00:00
Christoph Michael Becker
02c4a935e2 Update required bison versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347019 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-18 10:27:23 +00:00