Commit graph

226 commits

Author SHA1 Message Date
Christoph Michael Becker
3e78b76ce4 Fix #39521: DOMDocument::createElement() does not escape its parameters properly
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339438 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 16:14:05 +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
Maciej Sobaczewski
92bff06867 Update bunch of versions.xml for PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-12 07:06:29 +00:00
Christoph Michael Becker
db3bfdd46e DOMElement::nodeValue does not conform to W3C specs (related to bug #70029)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337788 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-08 22:03:07 +00:00
Christoph Michael Becker
3b0a329280 DOMNode::textContent is writable as of PHP 5.6.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337112 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-07 12:27:05 +00:00
Peter Cowburn
1b60a48bbc DOMNode::parentNode can be null
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336900 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:58:37 +00:00
Peter Cowburn
bdfd7b3173 Use newnode parameter name
-- 
Patch by Pasindu (ppasindud@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336566 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-17 14:43:01 +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
e211ec6c8b Clarify what normalization is
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332130 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-16 05:29:21 +00:00
Jakub Vrana
7b9cff3656 Clarify what is it whitespace content
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332129 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-16 05:24:01 +00:00
Jakub Vrana
b1542c57d8 Fix a typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332128 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-16 05:09:13 +00:00
Peter Cowburn
d8e77acef3 default svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332104 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-10 09:41:11 +00:00
Hannes Magnusson
6f2cec5e21 Bring back the XML example from the dead (svn r314850)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332091 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-10 00:28:12 +00:00
Joe Watkins
b3d14d38c0 fix for #65771, removed old misleading information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331645 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-02 19:41:44 +00:00
Peter Cowburn
678f1d720a Document DOMDocument::schemaValidate/Source() flags parameter.
See https://github.com/php/php-src/pull/325

-- 
Provided by Chris Wright (phpdoc@daverandom.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331156 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-19 08:10:16 +00:00
Adam Harvey
c538876b79 Update the version the options parameter was added to DOMDocument::loadHTML*().
Fixes doc bug #65436 (Changelog for loadHTML and loadHTMLFile DOMDocument
functions wrong).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331129 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-15 01:44:16 +00:00
Sebastian Bergmann
656d1610af Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +00:00
Jakub Vrana
fb0a435e08 Link appendChild and insertBefore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330442 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-04 18:28:57 +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
Jakub Vrana
f2a82da9e5 Delete unused class properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330307 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-20 18:50:42 +00:00
Jakub Vrana
a592ee62e5 Document new method parameters
Checked with http://pastebin.com/PQKzkuQK

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330271 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 19:01:19 +00:00
Jakub Vrana
84f4b7f22d Document interfaces used by DOM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330267 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 06:14:15 +00:00
Peter Cowburn
fe3dfeaf7d Added link to W3C reference documentation for DOM NodeList.
-- 
Provided by anonymous #25810 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329663 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-05 20:33:53 +00:00
Philip Olson
04b11e621f Fixed spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Adam Harvey
26bfde6f87 Quiet the XPointer warnings that have been annoying me for a while by
commenting out the offending no-op includes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328280 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-08 02:36:34 +00:00
Sherif Ramadan
1e67d9c7d0 Added new book.xml example for use throughout DOM documentation examples. Used example in DOMDocument::getElementById(), which fixes Bug #62118
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326834 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-27 12:09:35 +00:00
Philip Olson
9837cc80c7 Impulsively hide the two most confusing PHP 4 extensions we have (domxml and overload) but didn't delete the files for now, as to remain under the radar.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326480 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 01:20:52 +00:00
Peter Cowburn
c923fcd6d0 Mark DOMNode textContent as readonly.
DOMNode textContent should be documented as read-only, although other implementations of the DOM such as JavaScript allow direct setting of the textContent of an Element to insert plain text without escaping. In PHP, setting the textContent is a no-op.

-- 
Provided by anonymous #17363 (andybkk@hotmail.co.uk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326126 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-12 16:26:11 +00:00
Hannes Magnusson
cfe5b5214a We know it is PHP
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326065 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:55:27 +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
8ef6cf9b7c Fix some literal tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324735 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-03 08:12:03 +00:00
Jakub Vrana
c1dc0919bf Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323628 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:37:00 +00:00
Peter Cowburn
2bb8f94390 markup and CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322542 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-21 18:48:44 +00:00
Gordon Oheim
ed1765af82 Clarified that this method matches on the local tag name and added basic usage example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322539 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-21 11:47:57 +00:00
Jakub Vrana
df6729325e Methods visibility
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322382 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-17 08:22:44 +00:00
Justin Martin
c9e6b7ae27 Noted warnings produced by malformed HTML. Closes bug #60747.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322237 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 23:05:39 +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
74f4612207 Prefer lowercase IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322138 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:20:59 +00:00
Jakub Vrana
b827a32fad Use {class}::{method} instead of {class}->{method}
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 05:58:52 +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
Justin Martin
7327e13a84 Documented C14N and C14NFile methods of DOMNode. Closes bug #54220.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320554 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 04:43:04 +00:00
Peter Cowburn
d619bb8e5e document DOMNode::getNodePath()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318622 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-31 22:59:44 +00:00
Peter Cowburn
15224e6bd9 dom class versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317684 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 20:47:27 +00:00
Peter Cowburn
74f138298a enable domcdatasection
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317683 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 20:39:21 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Yannick Torres
88a88985b9 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316587 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 06:12:03 +00:00
Shein Alexey
ef36499bb5 Fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316324 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-07 10:38:23 +00:00
Joey Smith
998b32acc1 DOMNodeList is Iterable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315837 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-30 22:59:42 +00:00
Nikita Popov
2a694f7ee8 Fix doc bug #55381 "Incorrect spelling"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314896 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-14 10:18:59 +00:00
Jakub Vrana
f607e2b125 Remove unused file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314850 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-12 21:22:46 +00:00