Andrey Andreev
cd4180557a
HTTP Basic auth page: Remove old IE and Netscape stuff, make it HTTP-compliant
2026-03-06 14:09:05 +01:00
AllenJB
96b10a9885
CLI Web Server: Add a note about php --help ( fixes #4587 )
2026-03-06 08:46:12 +01:00
Marcos Porto Mariño
cd8b964b85
Fix indentation and remove useless wrapping para tag ( #4982 )
...
Affects files:
- `features/persistent-connections.xml`
- `reference/datetime/examples.xml`
2025-11-10 03:16:31 +00:00
AllenJB
e7e4ffe9a1
Improve docs on Persistent (DB) Connections ( #4897 )
2025-10-12 22:32:37 +01:00
sohei iwahori
d35d7d811c
Add necesarry step to enable DTrace ( #4456 )
...
- modify explanation for --enable dtrace option
- add one step to set USE_ZEND_DTRACE env.
2025-02-20 09:51:21 -08:00
Jim Winstead
74ba8fee29
Add warnings to use php_sapi_name() to test when running as CLI ( #4337 )
2024-12-30 15:12:28 -08:00
Alexandre Daubois
4b4292baf7
[PHP 8.4] Mention PHP_HISTFILE env var ( #4262 )
2024-12-06 21:04:51 +00:00
Gina Peter Banyard
3944dc6333
Add type information for UPLOAD_* constants ( #3950 )
...
And remove duplicate info by using linking via the <constant> tag.
2024-11-04 15:00:01 +00:00
Gina Peter Banyard
eee245cdbd
Use <keycap> and <keycombo> DocBook tags ( #3904 )
...
Co-authored-by: Jim Winstead <jimw@trainedmonkey.com >
2024-10-24 14:08:49 +01:00
Mikhail Alferov
bdf9a4e402
http-auth.xml: remove mention of digest ( #3625 )
...
Digest HTTP Authentication example has been removed, but the mention of the content of the deleted paragraph remains
2024-10-16 13:22:20 -07:00
Mikhail Alferov
04d9aded7b
Add class="extension" attribute to <filename> tags which refer to file extensions ( #3870 )
2024-10-15 13:10:10 +01:00
Kamil Tekiela
23e84882d6
[skip-revcheck] Fix typo
2024-10-07 23:34:57 +01:00
Mikhail Alferov
56442fb79f
gc.xml objects are passed by references by default ( #3660 )
...
This is not completely true:
https://www.php.net/manual/en/language.oop5.references.php
2024-10-08 00:32:58 +02:00
Yoshinari Takaoka
725ceadea9
[PHP 8.3] It is now possible to lint multiple files. ( #2917 )
...
Co-authored-by: Jim Winstead <jimw@trainedmonkey.com >
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2024-10-01 11:58:22 -07:00
Mikhail Alferov
e50e797467
Remove extra space characters (GH-3737)
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2024-09-12 23:37:42 +02:00
Jim Winstead
a82f9c5bfd
Finish removing XForms documentation ( closes #3579 ) ( #3621 )
2024-07-29 14:59:21 -07:00
Jim Winstead
61d5b83d91
Remove documentation/example of HTTP Digest Authorization ( #3618 )
...
It was declared obsolete as a standard in 2011. Some of the supporting
code is still technically part of the SAPI layer, but there's no reason
to document it here.
2024-07-27 12:43:03 -07:00
Gina Peter Banyard
8cb32bd2c0
Remove PHP 5 era changelog and rework markup ( #3331 )
...
To make it compliant with the DocBook schema
2024-04-23 13:07:13 +01:00
Gina Peter Banyard
8fbb401370
Fix some markup issues in CLI docs
2024-04-22 13:38:10 +01:00
haszi
61374bbe22
Change literal to constant tags
2024-04-16 10:45:49 +01:00
Gina Peter Banyard
d4d5216e7a
[skip-revcheck] Replace PHP_INI_* with INI_* constants
...
Performed via a bash script which can be found on PR GH-3140
Closes GH-3140
Co-authored-by: haszi <haszika80@gmail.com >
2024-01-26 14:00:36 +00:00
Gina Peter Banyard
25338384fe
Use proper language for Windows bat script
2023-12-16 16:48:50 +00:00
philipp-check24
9957fc259b
Fixed deprecation warning for dynamic property creation ( #2887 )
2023-10-27 03:41:42 +01:00
alfsb
fc174e8d61
Improve tag semantic usage ( #2676 )
...
Co-authored-by: André L F S Bacci <ae@php.net >
2023-08-12 13:36:36 +01:00
Adiel Cristo
9e2d8231b5
Replace PECL <link> with entity &link.pecl; ( #2580 )
...
And also:
* Remove obsolete paragraph
* Remove personalization (usage of 'you' and 'your')
* Update autoconf version
Co-authored-by: Adiel Cristo <adiel@php.net >
Co-authored-by: George Peter Banyard <girgias@php.net >
2023-07-31 15:17:32 +01:00
SVGAnimate
3f93d2472f
Update gc.xml ( #2533 )
...
Fix typo GC_THRESHOLD_DEFAULT
2023-06-19 22:54:08 +01:00
Pierrick Charron
bf345aac8b
Make CTRL+C clearer in documentation ( #2387 )
...
* Make CTRL+C clearer in documentation
* Use keycombo
2023-04-01 00:00:28 -04:00
Grégoire Pineau
cff46537f9
[GC] Update constant for GC treshold ( #2393 )
...
see https://github.com/php/php-src/commit/fd348ec43f#diff-55f3370eb1093e8d005aed49132e9159bf49f8a77d0552a5460ecc9c75f471e8L96
2023-03-30 16:41:34 +01:00
Pierrick Charron
b9d8c47005
Use see also entity ( #2388 )
2023-03-27 00:24:36 +01:00
Christoph M. Becker
9cde243775
Remove legacy info about CERN httpd
...
That server had its final release in 1996[1]. We should no longer bug
our readers with it.
[1] <https://www.w3.org/Daemon/ >
2022-07-19 15:01:14 +02:00
Christoph M. Becker
1dd897816d
Fix GH-1280: The first arg after -f <filename> does not need to be --
2021-12-30 16:50:39 +01:00
Christoph M. Becker
84eaa4850b
Fix GH-1281: commandline description content error
2021-12-30 16:38:19 +01:00
Sergey Panteleev
92673cc45a
[PHP 8.1] Documentation for full_path entry of $_FILES ( #1130 )
...
Co-authored-by: Yoshinari Takaoka <mumumu@mumumu.org >
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2021-12-10 10:16:31 +03:00
Christoph M. Becker
a2fc23851f
Interactive mode is no longer available as of PHP 8.1.0
...
Cf. <688cc56f14 (commitcomment-59701083) >.
2021-11-10 00:25:48 +01:00
Christoph M. Becker
688cc56f14
Fix #51695 : CLI interactive mode broken without readline/editline
2021-11-09 12:14:06 +01:00
Christoph M. Becker
2d1981cc30
Fix #72915 : *Only* basic and digest authentication supported
2021-11-02 18:26:51 +01:00
Christoph M. Becker
a96f81e58a
Fix typo
2021-09-23 19:38:33 +02:00
Christoph M. Becker
39cd8c54e8
Fix #68564 : Apparent inconsistency in the GC page
2021-09-23 18:40:12 +02:00
沈唁
0799f7789c
Remove useless docs ( #865 )
2021-08-24 15:07:23 +02: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
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 ( #545 )
2021-04-24 20:01:17 +03:00
Sergey Panteleev
aab33d6443
Removed references to PHP 5, PHP 7.0 ( #544 )
2021-04-23 11:35:26 +03:00
Christoph M. Becker
6dfe076725
xi:include INI settings documented elsewhere in ini.list
...
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).
We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Christoph M. Becker
3e08a8aae6
Remove obsolete PHP 5 related info from ini.core and related pages
2021-02-24 14:32:08 +01:00
Rowan Tommins
99b8716337
Remove incorrect note about autoloading in interactive CLI
...
This was apparently added in response to a bug report against PHP
5.2 [https://bugs.php.net/bug.php?id=40775 ]. Testing suggests the
limitation was removed at least as long ago as 5.6, and probably
earlier.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
Closes-GH444.
2021-02-11 23:28:27 +01: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
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
d5cf6264ad
The built-in Web Server is not intended for production usage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350582 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-17 11:32:55 +00:00
Christoph Michael Becker
fe81a24d2e
Fix #78400 : Sym-linked files are not accessible
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350194 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-22 09:24:50 +00:00