1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00
Commit Graph

128 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Christoph Michael Becker
74cc148f5a PHP_CLI_SERVER_WORKERS is not supported on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350193 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-22 09:19:44 +00:00
Christoph Michael Becker
386d56a79b Document expected issues when running as network service on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350149 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-13 15:37:07 +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
eb9ba30459 Use proper element
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349269 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-01 09:30:53 +00:00
Sherif Ramadan
7f5d392332 Fix broken build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349268 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-01 00:33:36 +00:00
Sherif Ramadan
0b5dd8ab64 Fix Bug #79314 - Document CLI Server Workers
The PHP_CLI_SERVER_WORKERS feature, which enables the built-in web server to fork multiple workers
for handling concurrent requests, is not documented. I'm only including this in the changelog for
the commandline features page and not the migration guide as per previous discussions. The feature
was intended for running opcache tests in QA and shouldn't be advertised. However, documenting its
existence is still necessary.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349267 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-01 00:08:12 +00:00
Christoph Michael Becker
e19632be4a Fix wording
Inspired by a patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346151 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-03 15:16:59 +00:00
Christoph Michael Becker
c44311cab0 The interactive shell is supported on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345240 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-29 17:12:21 +00:00
Matt Ficken
17fc359d7e updating install/windows and pages linking to it
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339251 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-01 06:23:30 +00:00
Christoph Michael Becker
8ef95a748d documented lookup of index.(php|html) in parent directories, and respective setting of PATH_INFO (fixes #70434)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337759 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-06 15:53:03 +00:00
Christoph Michael Becker
a551acd42a explain blocking behavior of CLI web server
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337693 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-01 17:00:12 +00:00
Maciej Sobaczewski
2bb07c8c43 Remove inline PHP 4 refereces - part 1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334726 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-03 05:16:17 +00:00
Philip Olson
a2f3cab587 Moved supported MIME type changes to a changelog table, and added 5.5.12 additions '.xml, .xsl, and .xsd' as per PHP Bug #67079
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333364 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-17 19:34:57 +00:00
Adam Harvey
51cc45f1d1 Promote the "don't use the CLI server in production" warning to a real warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332918 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-04 18:46:31 +00:00
Christopher Jones
df4a1f20d6 Update CLI web server MIME type list for PHP 5.5.7 types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332127 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-16 00:48:59 +00:00
Yasuo Ohgaki
58ccac28c1 Update built-in web server description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332117 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-15 04:06:38 +00:00
Christopher Jones
e1fa4a34fc Note the version .ogg/.ogv/.webm were added in.
Mention new .pdf MIME type. 
Update the unsupported MIME type example to use a MIME type that doesn't exist.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331968 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-25 19:23:31 +00:00
Yannick Torres
3a8dc25d68 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328095 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-22 11:49:37 +00:00
Christopher Jones
4778c21b0c Update (thx to Ralph & Evert). Incorporate user notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325690 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-15 00:52:14 +00:00
Jakub Vrana
84b8fca68f Use <function> for language constructs (now supported by PhD)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
3ac3e34084 PHP 5.4 INI settings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324591 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-27 20:32:27 +00:00
Jakub Vrana
a9b26c34e4 Display language constructs without parentheses
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +00:00
Jakub Vrana
a2dcf5deaa PHP 5.4 options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324201 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 19:55:59 +00:00
Mike Ford
fa6e196973 Improve English: "in case" does not mean "if" (part 1).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313913 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-29 10:46:17 +00:00
Christopher Jones
5e86d2b2ff Swap .html & .php order to match Moriyoshi's fix for bug 55134
in http://svn.php.net/viewvc?view=revision&revision=313627

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313637 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-23 17:12:42 +00:00
Christopher Jones
b7376bfcbe Sync example output with Moriyoshi's recent code changes for bug #55071
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313551 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-21 18:05:34 +00:00
Shein Alexey
ee8b22bed4 Fixed false -> &false;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313041 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-07 07:30:28 +00:00
Christopher Jones
d03b529693 Basic updates to CLI web server description based on the RFC
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313025 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-06 19:55:49 +00:00
Mike Ford
70b2e0026b Improvify and simplicate English; convert from second to third person; make tenses more consistent.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313007 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-06 12:44:19 +00:00
Philip Olson
5dc9ad2fb7 Added basic cli web server documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312768 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-01 14:09:12 +00:00