Yoshinari Takaoka
c90b300562
fixed typo. ( s/heeded/needed/ )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348557 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-17 15:08:02 +00:00
Kalle Sommer Nielsen
b2a306dc88
Remove PHP4 style constructor usage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347090 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-28 08:04:59 +00:00
Christoph Michael Becker
86d2bbd19b
Fix #77610 : xml_parser_create and xml_parser_create_ns do not document failure return
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346823 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-13 16:04:08 +00:00
Christoph Michael Becker
89232cebd2
Document xml_set_external_entity_ref_handler() fix
...
Cf. <https://github.com/php/php-src/pull/3596 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345905 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-27 16:24:55 +00:00
Christoph Michael Becker
9ee6e26a20
Document new options supported by xml_parser_get_option()
...
Cf. <https://github.com/php/php-src/pull/3594 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345822 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-16 17:38:47 +00:00
Christoph Michael Becker
4279863b96
Fix #76874 : Documentation of memory leak in Xml Parser
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345634 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-14 12:09:43 +00:00
Christoph Michael Becker
c94bd1e13a
Add example for chunked reading and parsing
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344608 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-02 00:10:58 +00:00
Christoph Michael Becker
ec7b74c91b
Fix #61542 : xml_parse with invalid attribute returns 1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344503 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-14 16:17:11 +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
Kalle Sommer Nielsen
bbc9bc8e92
Added a note about utf8_encode() and utf8_decode() is now in the core of PHP, and not ext/xml as of 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343495 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 15:48:01 +00:00
Christoph Michael Becker
47065812c2
Fix #71595 : NS end handler is never called
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341634 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-08 18:41:14 +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
Andrea Faulds
2634ea3b40
Correct copy-paste error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340507 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-17 16:15:13 +00:00
Andrea Faulds
838941f6cc
Improve utf8_decode() and utf8_encode() documentation
...
This rewrites the descriptions of both to clarify that they convert
specifically between ISO-8859-1 and UTF-8, adds a warning about
confusion with Windows-1252, and adds helpful "See also" links to
other character set conversion functions. Additionally, the
behaviour for invalid characters in utf8_decode() was clarified,
and the description of the UTF-8 binary encoding was removed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340506 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-17 14:31:39 +00:00
Christoph Michael Becker
1ff86a66e6
Fix #72793 : xml_parser_free leaks mem when execute xml_set_object
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339867 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-12 10:46:29 +00:00
Dejan Marjanovic
9905374cd0
Replace single quotes with double for (string) <initializer> unless string contains double quotes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333317 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 23:48:06 +00:00
Kalle Sommer Nielsen
f5ba33b597
Add a see also link to utf8_decode()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333158 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 15:20:04 +00:00
Davide Pastore
1d86eec448
Small correction
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327378 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-30 13:41:38 +00:00
Jakub Vrana
5faa7a6747
Document and use callable type hint introduced in PHP 5.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Mehdi Achour
886c5c639f
Revert file to string.
...
Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306474 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-19 23:46:27 +00:00
Carlos Hernández
10eeb063bb
I've updated these files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306351 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-13 23:20:07 +00:00
David Tajchreber
2b0c6356d3
Fixed bug #53505 Wrong wording, the input must be passed as string not 'file'
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306218 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-11 04:49:23 +00:00
Kalle Sommer Nielsen
32d49d33ad
* Fixed #52089 (missing xml_set_start/end_namespace_decl_handler)
...
* Added remark about xml_set_end_namespace_decl_handler() -- Fixes #30834 (Namespace end handler is not called)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304501 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-19 04:58:00 +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
Jakub Vrana
bc93886cd1
Prefer <initializer> before "default is"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291316 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:41:53 +00:00
Mark Wiesemann
5fe3503258
the current "utf8_encode() - Encodes an ISO-8859-1 string to UTF-8 for an explanation of UTF-8 encoding" is ugly because the "for ..." part is appended to the auto-generated short description of utf8_encode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289585 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-12 18:52:00 +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
b9d85cd6cd
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283842 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:19:14 +00:00
Nilgün Belma Bugüner
c1b6035b04
fixed functions names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281530 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-02 10:39:38 +00:00
Jakub Vrana
6125c0100d
Initializers - part 4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273634 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 12:08:51 +00:00
Mehdi Achour
e72eeb989f
Integrate user notes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249433 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 15:20:46 +00:00
Jakub Vrana
0deb79ee81
When the handler is called (bug #37543 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241480 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:21:56 +00:00
Hannes Magnusson
47babea5e9
More Docbook5 upgrades...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238171 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-21 00:43:30 +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
Mehdi Achour
57cd821db5
ref.xml: new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237702 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 00:10:03 +00:00
Antony Dovgal
002a490135
add missing whitespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236993 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-05 07:54:11 +00:00
Mehdi Achour
7c84f21551
Clean whitespaces
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226709 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-08 02:22:13 +00:00
Mehdi Achour
f7976726c3
Add missing description and refsect1 separations
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226650 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-07 17:07:15 +00:00
Etienne Kneuss
f918be156e
Fix #37771 (Incorrect return value; spotted by Elazar)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214535 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-09 20:26:04 +00:00
Jakub Vrana
3a843be0a2
Works with UTF-8 (bug #36596 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208836 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-07 01:18:09 +00:00
Jakub Vrana
ec08c224b6
Only some options are available (bug #12261 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194574 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-29 16:04:02 +00:00
Jakub Vrana
b4f3abd0f0
No space between <? and target (bug #34281 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194564 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-29 15:28:37 +00:00
Jakub Vrana
5ace950dc8
Use foreach
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189684 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-01 13:07:50 +00:00
Jakub Vrana
2bed4f6ded
Fix return types (2/2)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00
Jakub Vrana
906e722f00
Clarify XML_OPTION_SKIP_WHITE
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187859 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-07 14:15:11 +00:00
Jakub Vrana
2bdce9ba0c
Document all options (bug #33240 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187765 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-06 14:59:25 +00:00
Derek Ford
d71b501e5b
Added explanation of return value
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186292 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-12 17:19:06 +00:00
Jakub Vrana
314276a006
Entity errors are reported at the end of the data (bug #31821 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179712 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-13 21:29:56 +00:00
Mehdi Achour
6f195a27ae
Switch to the new structure
...
# also added see also and description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178970 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-06 00:41:24 +00:00
Jakub Vrana
c148211fa2
Replace <parameter>& by <parameter role="reference">
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00