Mikhail Alferov
bd8aef3520
book.xml Add the titleabbrev tag for correct translation to other lang (GH-3748)
2024-09-15 17:37:34 +02:00
haszi
48ce43fe79
Remove empty resources pages ( #3545 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-26 02:17:29 +01:00
haszi
765b2d6eec
Remove empty configuration pages ( #3538 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-09 22:24:55 +01:00
haszi
69fcc20bbf
Add TOKEN_PARSE constant ( #3472 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-07 14:50:56 +01:00
haszi
605553e228
Remove empty requirements pages ( #3464 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-07 14:34:34 +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
Adiel Cristo
a7d56396b4
Use entity installation.enabled.disable on installation section ( #2808 )
...
Co-authored-by: Adiel Cristo <adiel@php.net >
2023-09-28 14:54:03 +01:00
Máté Kocsis
14767af0f0
Use new class synopsis markup ( #2611 )
...
Follow-up on https://github.com/php/phd/pull/77
2023-08-30 12:28:30 +01:00
Máté Kocsis
0e51e26bd9
Update ext/tokenizer role attributes ( #1986 )
2022-12-11 16:07:12 +01:00
Yoshinari Takaoka
1105c7b5eb
Also, we should extend PhpToken::__construct description
2022-09-03 01:12:00 +09:00
Anton
5649fc2b61
Extend PhpToken::$pos description
...
Closes GH-1779.
2022-09-01 17:26:20 +02:00
George Peter Banyard
c44e9cb68b
Fix some (con|de)structor pages ( #1507 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2022-04-06 18:55:35 +01:00
Máté Kocsis
de6862c9ad
[skip-revcheck] Generate ext/tokenizer class synopses from stubs
...
Closes GH-1069.
2021-11-16 18:43:27 +01:00
George Peter Banyard
cbac1ecf71
Fix lone section order issues in various extensions
...
Part of #658
2021-06-06 18:03:03 +01:00
Yoshinari Takaoka
b788aa73da
Added PHP 8 into versions.xml for tokenizer based on stubs.
...
Closes GH-398.
2021-01-24 17:24:24 +01:00
Christoph Michael Becker
82c84a325e
Add PhpToken reference
...
Closes GH-272.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351961 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-08 19:04:41 +00:00
Christoph Michael Becker
2cce834593
Generate tokenizer methodsynopses based on stubs
...
Patch contributed by Máté Kocsis <kocsismate@woohoolabs.com >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351416 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-17 22:27:17 +00:00
Christoph Michael Becker
9af43469f4
Remove more changelog entries, mostly from PHP 5.2 era
...
Patch contributed by Sobak <msobaczewski@gmail.com >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350654 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:52:31 +00:00
Christoph Michael Becker
dff279a1fb
Fix #76259 : Sessions extension does not strictly match Core extention definition
...
We update the extension-membership of the respective extensions,
and fix the installation instructions where necessary.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344870 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-27 16:42:29 +00:00
Christoph Michael Becker
23fef04c87
Remove PHP 4 related workarounds in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344712 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-18 14:50:50 +00:00
Andrey Gromov
daa3a5eedc
typo by anon
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342771 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-04 07:21:20 +00:00
Christoph Michael Becker
e6b6d8faa6
Fixes
...
Patch provided by Andrey Gromov.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341344 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-08 15:56:39 +00:00
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Adam Harvey
41d8e7ffe4
Update version information to include PHP 7.
...
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.
In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Thomas Punt
fabcfdd3e2
Cleanup the token_get_all() man page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338346 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-24 10:42:14 +00:00
Thomas Punt
137972b9bf
Resolve doc bug #71207
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338345 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-24 10:23:32 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Peter Cowburn
23dcc4e7ca
updated token name in example (thanks johan)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312354 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-21 09:24:04 +00:00
Mark Skilbeck
641463b242
Removed redundant (and confusing) text
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303615 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-20 10:55:45 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
fa8878d2a5
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283840 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:13:17 +00:00
Philip Olson
78757896f7
Added PHP/PECL version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275626 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 01:28:10 +00:00
Philip Olson
db367ae954
Unified <title> and <titleabbrev> in every extensions book.xml/reference.xml
...
See the following bug report for details: http://bugs.php.net/44736
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 17:25:13 +00:00
Philip Olson
96510a663e
MFB: Upgrade to the new-reference-structure
...
- Split reference.xml into book.xml and setup.xml
- Moved from reference.xml to book.xml:
- The intro text (partintro), and link to constant and the new example page
- Moved from reference.xml to setup.xml:
- The rest: requirements, installation, configuration, and resources
- Changed the constants section to be an <appendix>
- Changed the intro ID from <extname>.intro to intro.<extname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248587 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-19 22:37:15 +00:00
Hannes Magnusson
0258a77f1e
MFB: Rename "functions.xml" to entities.<dirname>.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Richard Quadling
f2aee7fa4b
token_get_all now returns line numbers. V5.2.2
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@235287 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-09 13:20:27 +00:00
Philip Olson
009395cfbc
Miscellaneous formatting as per our guidelines:
...
Ex: windows->Windows, commandline->command line, webserver->web server
# Sorry translators, but it needed to be done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229834 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 09:24:37 +00:00
Nuno Lopes
08ecb08130
add missings constants to the appendix
...
remove duplicate info in the tokenizer extension and link to the appendix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200439 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-13 16:05:59 +00:00
Nuno Lopes
b069a314a4
add tagging
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Jakub Vrana
62af290aad
Invalid example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182276 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-17 07:47:58 +00:00
Nuno Lopes
19465151c8
remove uneeded file
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176993 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-11 18:41:18 +00:00
Mehdi Achour
b400f6c6b7
switch ref.token to the new structure
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176286 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-02 12:20:10 +00:00
Jakub Vrana
e69f76dbaf
T_OLD_FUNCTION is not in PHP 5 (bug #30684 )
...
New PHP 5 constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172093 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-04 08:35:26 +00:00
Aidan Lister
d612945c5a
Fixed whitespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167462 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-28 10:24:19 +00:00
Jakub Vrana
647ee5c6a2
Nuke tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165127 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 17:25:34 +00:00