1
0
mirror of https://github.com/php/doc-en.git synced 2026-04-29 02:03:21 +02:00
Commit Graph

94 Commits

Author SHA1 Message Date
Máté Kocsis adf11d8d64 Revert "Add documentation for default constructors - part 1 (#2089)" (#2121) 2022-12-28 08:50:09 +01:00
Máté Kocsis 0510540984 Add documentation for default constructors - part 1 (#2089)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2022-12-19 21:40:26 +01:00
Máté Kocsis 07e6a4aaa2 Update ext/xsl role attributes (#1980)
Based on php/php-src#9901
2022-12-11 20:32:35 +01: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 1f7fc39377 Change the order of union return type for XSLTProcessor::transformToXml()
To make it compatible with the output of gen_stub.php
2021-12-16 10:22:47 +01:00
Máté Kocsis 159ce38734 [skip-revcheck] Generate ext/xsl class synopses from stubs
Closes GH-1067.
2021-11-16 18:44:33 +01:00
Christoph M. Becker 56a34a0d11 Add missing visibility modifier 2021-09-17 00:23:18 +02:00
thinkverse e17ff04a4a Add missing parameters section 2021-04-30 19:14:26 +01:00
Sergey Panteleev f9c4a68ef4 Removed references to PHP 5, PHP 7.0 (#548) 2021-04-26 11:46:55 +03:00
Christoph M. Becker 2b1cecf44a xsl.security_prefs is removed as of PHP 7.0.0
Interestingly, the page which described this setting was never included
in the manual.
2021-02-24 18:15:43 +01: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
Yoshinari Takaoka b29a778d3f Added PHP 8 into versions.xml for xsl based on stubs.
Closes GH-392.
2021-01-24 15:46:46 +01:00
Christoph Michael Becker 4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana 69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Christoph Michael Becker 33be73da1e Generate xsl methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351475 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-21 22:19:16 +00: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 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 53bdffa6b9 Removed some of the PHP5 changelogs
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350645 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:32:19 +00:00
Jakub Vrana 005141eea7 Fix capitalization
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344018 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-28 17:17:03 +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
Christoph Michael Becker 7282b833ba documented xsl.security_prefs and related functions and constants (fixes #61233)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336970 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-15 13:26:16 +00:00
Peter Cowburn 67080eddef add XSL_SECPREF_NONE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336909 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:56 +00:00
Jean-Sebastien Hedde 2f12b12b10 XSLTProcessor::importStylesheet was documented void, but is bool.
-- 
Provided by anonymous 53795 (mot@fsfe.org)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335731 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 12:58:32 +00:00
Maciej Sobaczewski fbec912bce Closes bug #67398
(XSLTProcessor::transformToXML docs show incorrect param type)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335452 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-29 06:56:15 +00:00
Peter Cowburn 10b60deaa2 basic example of libxml error handling for xslt (doc bug #55360)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335141 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 16:19:17 +00:00
Peter Cowburn a66965db2e better variable names in example
Based on old user note from Martin

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335140 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 16:19:10 +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
Maciek Sokolewicz 5445f249d7 reworded sentence to use better english
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332507 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-23 22:24:31 +00:00
Jakub Vrana 9e8b518051 Add versions for classes
Generated by http://pastebin.com/NByXgj7E and manually edited

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330432 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 21:02:33 +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
Philip Olson 689def9e2b Returns false (not null) if the param is not set, otherwise a string. Fixes PHP Bug #55289
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328972 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-03 19:54:04 +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
Yannick Torres 18046e0224 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325489 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-01 12:31:16 +00:00
Anthony Ferrara aec81a77dc list the missing security option constants
-- 
Provided by anonymous #15112 () 

courtesy Thomas Weinert

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324081 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 16:24:37 +00:00
Jakub Vrana 4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Stanislav Malyshev 2aba10e8d0 fix versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323561 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 07:46:05 +00:00
Stanislav Malyshev c730db5182 add stubs for new functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323560 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 07:44:44 +00:00
Jakub Vrana 0d604bbc9d Remove <classsynopsis> from methods and fields definitions
PhD uses this context for decisions about links and similar.
It also simplifies the XML

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322205 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 14:20:43 +00:00
Jakub Vrana 747455d0ca Remove stub class descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322062 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:27:49 +00:00
Jakub Vrana 8e3c7c3675 Grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321898 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 04:13:47 +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
Richard Quadling 79dcbe011f Provide title to example sections which are currently missing their title and are not accessible via links. Fix #54693
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310851 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-09 14:13:30 +00:00
Arne Blankerts af6e1aeca5 - added missing text to parameter para URI
- changed wording, since the doc passed in not transformed but is submitted for it

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301797 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-02 18:54:58 +00:00
Philip Olson 383b579aef - Unified and clarified the installation section of our libxml based XML extensions
- Added libxml requirement to extensions requiring it (w/ new entity)
- Added --disable-* description for those that are enabled by default (w/ new entity)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300860 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-29 19:21:07 +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
Pierrick Charron 4724b47c25 Added new entities for Properties, Methods, InheritedMethods, Constants
# Those words were hardcoded in all class synopsis 


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292734 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-29 09:42:00 +00:00
Jakub Vrana 4144966508 Accepts SimpleXMLElement (bug #47206)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291055 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 10:27:06 +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 4520e770c8 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283843 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:23:09 +00:00
Nilgün Belma Bugüner 5438ee4502 fix name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281219 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-27 11:18:02 +00:00