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
Jakub Vrana
d5414131d5
Oops
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159246 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-21 10:19:06 +00:00
Jakub Vrana
a665c07c7b
Cross reference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159245 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-21 10:13:35 +00:00
Derick Rethans
bb9aef6207
- Corrected migration chapter item on comment tokens.
...
- Added get_class() changes in PHP 5.
- Fixed some minor typoes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155078 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-31 18:53:59 +00:00
Jakub Vrana
49dc34abf7
Uppercase first letters in titles' words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152221 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 08:46:39 +00:00
Ken
ad088e631f
Added docs and example concerning T_DOC_COMMENT.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148126 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-08 01:09:33 +00:00
Ken
ec663dc3b1
Noted that T_ML_COMMENT => T_COMMENT in PHP 5. ( #25659 )
...
Changed short_open_tags to full tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148109 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-07 23:15:48 +00:00
Jakub Vrana
43ed9a3d9e
Xmas typos 5/5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146902 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-19 15:50:07 +00:00
Mehdi Achour
27960e632c
Merry XHTML and CS compliant christmas all \!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Sara Golemon
59b12f9872
Fix broken documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138362 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-20 20:46:54 +00:00
Mehdi Achour
d2c86249d7
correcting example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129324 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 12:04:48 +00:00
Philip Olson
5a36bf3125
Replace <link linkend="language.types.x">x</link> with <type>x</type>.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129076 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-28 23:03:10 +00:00
Gabor Hojtsy
0b1098232b
Fix some titleabbrevs [last run:)]
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124650 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-25 20:22:16 +00:00
Friedhelm Betz
b55c4aaee4
tabs2spaces
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118632 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-02 11:56:58 +00:00
Damien Seguy
eeb14bd09d
correcting build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118513 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-01 00:11:55 +00:00
Damien Seguy
1e5c2eb593
Minor addendum
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118500 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-28 23:43:56 +00:00
Sara Golemon
2c2742691e
Build Fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115030 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-07 05:42:32 +00:00
Damien Seguy
67138c1d4a
use of example tag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114949 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-06 15:07:51 +00:00
Hartmut Holzgraefe
1de2f41d92
tokenizer no longer undocumented :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114924 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-06 09:38:26 +00:00
Hartmut Holzgraefe
788c35c6c3
there are no runtime config settings for tokenizer ;)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112088 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-16 15:13:15 +00:00
Friedhelm Betz
6d2a53fa7b
rsusi.txt: reflect changes
...
configure.xml files added, linking from refernce.xml files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106560 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-02 12:55:46 +00:00
Friedhelm Betz
7c789f2332
more updates on ini-settings.
...
integrated part removed from config.xml
reflect changes in rsusi.txt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97062 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-26 21:59:44 +00:00
Gabor Hojtsy
98771eee40
Adding crossref to tokens appendix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90208 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-28 15:14:18 +00:00
Gabor Hojtsy
12e629733e
Ups, build breaking copy-paste error corrected
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90169 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-28 13:26:11 +00:00