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

85 Commits

Author SHA1 Message Date
Gina Peter Banyard
3945ab62bb parle: remove useless wrapping para tag around warn.experimental entity 2026-01-26 14:30:02 +00:00
Jakub Vrána
23ea6be076 Ev: Remove space before fullstop, comma and brace (#4596) 2025-04-15 13:12:47 +02:00
philip
e8ac70bf54 Implemented global.ent entities for all external URLs, these new entities were
added to global.ent via f8bdf4030e
Sorry translators for this extra work!
Note: Notes containing 'windows.php.net/downloads/pecl/releases' were
removed as the associated entity will disappear one day via https://github.com/php/doc-base/pull/143
2025-02-22 07:59:45 -08:00
Jim Winstead
9a5b92a308 Clarify extension status (#3803)
* Gmagick has never had a non-beta release

* mqseries has never had a stable release

* Warn that recode extension is unmaintained

* rnp has never had a stable release.

* stats extension is unmaintained

* svn extension was already marked experimental in text

* Windows DLLs are available now for xdiff

* svm has never had a stable release

* Mark zmq experimental/unmaintained, and actually connect install section

* Fix reference to installation section for zmq that moved

* parle has never had a stable release

* Mark ui as experimental, clean up intro slightly

* Add text warning that Imagick is still considered experimental

* Fix Status/State mix-up, and regenerate appendices/extensions.xml
2024-11-24 13:27:04 -08:00
haszi
765b2d6eec Remove empty configuration pages (#3538)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-09 22:24:55 +01:00
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Gina Peter Banyard
0be325d396 Clean-up Parle pattern matching markup (#3349)
This is to make it compliant with DocBook 5.2

Based on http://www.benhanson.net/lexertl.html
2024-04-25 23:29:16 +01:00
haszi
33f884b517 [skip-revcheck] Update Parle constant IDs (#3209)
Update parle constant IDs to the standard global and class constant ID formats.

---------

Co-authored-by: haszi <haszika80@gmail.com>
2024-02-29 14:56:18 +00:00
alfsb
6ceccac786 [skip-revcheck] Normalize &Constants; and &Methods; usage (#2703)
Drive-by trailing whitespace removals

Co-authored-by: André L F S Bacci <ae@php.net>
2023-08-23 13:09:51 +01:00
Anatol Belski
c042378441 parle: Add version info for new methods
Concerns sigilCount and sigilName in Parser classes.

Signed-off-by: Anatol Belski <ab@php.net>
2023-05-15 21:12:14 +02:00
Anatol Belski
1f2bf34c23 parle: Document new RParser methods
Same as cdc4bb2679 but for RParser.

Signed-off-by: Anatol Belski <ab@php.net>
2023-05-15 00:09:29 +02:00
Anatol Belski
cdc4bb2679 parle: Document new Parser methods
- Parser::sigilCount() to retrieve the number of matching parts in sigil
- Parser::sigilName(int) to retrieve the partial rule or token name

Signed-off-by: Anatol Belski <ab@php.net>
2023-05-13 18:21:49 +02:00
Anatol Belski
3eeff9f5b5 parle: Update min PHP version on setup page
Signed-off-by: Anatol Belski <ab@php.net>
2023-05-10 02:03:26 +02:00
Christoph M. Becker
04f3346a4b Fix typo (caracter → character)
This integrates user note 126618.
2021-11-16 13:43:25 +01:00
Sergey Panteleev
b117c6de4f [skip-revcheck] Fix typo 2021-10-20 09:52:34 +03:00
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +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
Nikita Popov
708c4884f2 Fix typos
Patch by carusogabriel.

Closes php/doc-en#5.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347753 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-15 14:29:36 +00:00
Nikita Popov
f1e951b988 Remove duplicated words
Patch by carusogabriel.

Closes php/doc-en#7.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347749 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-14 13:46:42 +00:00
George Peter Banyard
0d349de6d7 This patch seems correct as not providing an IDX seems pointless so I assume marking this as optional is incorrect. If this is not the case feel free to revert the change.
- girgias

--------------

Clarifying the type declaration for the $idx parameter. I encountered a Fatal error:

PHP Fatal error:  Uncaught TypeError: Argument 1 passed to ParleParser::sigil() must be of the type integer, array given

In PHPStorm, looking at the stub for Parle/Parser.php it declares the type of $idx as an array instead of int. I'm planning to submit a patch to JetBrains once this documentation has been updated :)

-- 
Provided by anonymous 97393 (me@rowles.ch)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347417 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-13 20:44:52 +00:00
George Peter Banyard
0e8db71fa8 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347153 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-05 20:02:05 +00:00
Christoph Michael Becker
18f9cbcbc4 Replace tabs with spaces
Sorry translators, but tabs shouldn't have been there in the first place,
according to the style guidelines (<http://doc.php.net/tutorial/style.php>).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346020 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-19 15:09:50 +00:00
Peter Cowburn
0dad2268d5 add missing svn properties, svn:eol-style and svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344522 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:01:56 +00:00
Christoph Michael Becker
eb9855d8af fix mispellings
-- 
Provided by anonymous 89817 (Oliver Nybroe)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344474 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:58:58 +00:00
Jakub Vrana
b8758b0605 Use entities in initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Jakub Vrana
be295015d0 Use int instead of integer in parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343891 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:56:34 +00:00
Anatol Belski
82330cfda6 Fix UTF-32 note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343406 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-12 09:59:54 +00:00
Anatol Belski
cbd24b3772 A constant was added in parle 0.7.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343405 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-12 09:57:04 +00:00
Anatol Belski
fd9c413381 Sync with canges in parle-0.7.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343399 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-11 17:02:34 +00:00
Anatol Belski
51e8797308 Improve doc on RLexer::push() and RLexer::pushState()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343376 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-06 21:47:37 +00:00
Anatol Belski
eaad1713e1 Reflect latest changes in parle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343331 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-29 18:37:22 +00:00
Anatol Belski
c8f6d1c394 Vix class/method info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343222 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-09 15:07:27 +00:00
Anatol Belski
2f3373fb95 Fix class names and types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343205 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-08 09:34:14 +00:00
Anatol Belski
0ef69e6aa1 Restore the RLexer::push() variants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343204 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-07 09:08:24 +00:00
Anatol Belski
73af09be58 Sync with changes for parle-0.7.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343168 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-01 17:59:44 +00:00
Anatol Belski
bd99ca8360 Rework the parle introduction once again
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343153 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-27 16:45:13 +00:00
Anatol Belski
a2ca02540a Improve on Parser::push
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343151 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 17:48:57 +00:00
Anatol Belski
bb16317a12 Refine examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343150 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 17:44:18 +00:00
Anatol Belski
3be9d6602c Improve doc on Lexer::push()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343149 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 17:38:16 +00:00
Anatol Belski
61cc4bc1bd Fix sentence
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343147 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 14:46:02 +00:00
Anatol Belski
2bbc4c2b20 Rework intro once more
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343146 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 14:35:51 +00:00
Anatol Belski
d274495473 Fix wording in introduction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343145 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 07:35:27 +00:00
Anatol Belski
d8df2e608b Wording on learning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343140 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-25 19:32:55 +00:00
Anatol Belski
a2921c38e6 More notes on parle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343137 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-25 18:56:35 +00:00
Anatol Belski
b66b0bf549 Note to Parle\Stack
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343136 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-25 09:45:13 +00:00
Anatol Belski
5f2af21fb4 Fix var name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343133 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-22 19:50:32 +00:00
Anatol Belski
7c9360c7da Sync with changes in parle-0.6.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343132 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-22 19:35:35 +00:00
Anatol Belski
38aec3d575 Sync with parle-0.6.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343111 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-19 17:08:42 +00:00
Anatol Belski
0dc0158937 Sync with lexer const name changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343100 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-17 14:06:58 +00:00
Anatol Belski
86e21d98a1 Add readonly note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343095 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-17 10:14:50 +00:00