Commit graph

697 commits

Author SHA1 Message Date
Anthony Ferrara
925468837b Revert 334297 and 334297, as:
1) there was no discussion prior to edits (even in #66564)
2) It is incorrect, misleading and not the overall sentiment that needs to be communicated

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334309 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-17 22:14:11 +00:00
Yasuo Ohgaki
d2940da2ef Add note for crypt()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334296 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-17 01:20:14 +00:00
Yasuo Ohgaki
68d22233ea Fixed bug #66800
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334153 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-07 05:04:34 +00:00
Ferenc Kovacs
3fb1e0bf88 removing the misleading sentence (reported by Solar Designer, also pointed out by Michal Špaček previously in a comment for #66564)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333973 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-27 15:00:47 +00:00
Alexey Zakhlestin
54d64fe32a there are 4 function related to calculating lengths of strings.
added cross-links between them via "see also" section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333972 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-27 14:40:20 +00:00
Jean-Sebastien Hedde
df427d95b9 Adding example to strcmp (Anonymous contribution)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333616 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-25 12:43:24 +00:00
Maciej Sobaczewski
1d13498b09 Link to mb_stripos() in "see also" section (fixes bug #67275)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333561 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-19 11:51:45 +00:00
Jean-Sebastien Hedde
13c378f08a Fix typo in function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333487 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-06 13:52:40 +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
Philip Olson
3db1770f78 Testing edit.php.net -- please ignore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333292 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 17:33:26 +00:00
Peter Cowburn
cc99c21bda Wrap parameter order note in <note> tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333178 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:53:57 +00:00
Yasuo Ohgaki
556fb71ea4 Add changes needed for https://wiki.php.net/rfc/default_encoding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332850 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-14 04:46:43 +00:00
Chris Wright
3a979fd995 Fix All The Trim()s! (aka. do rev. 332762 properly)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332763 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-31 15:17:54 +00:00
Chris Wright
8edc94024c Update name of second argument for trim() to match arginfo for reflection consistency
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-31 14:59:47 +00:00
Sherif Ramadan
824b84746c Add cautionary statement about truncation for crypt and password_hash using BCRYPT. Fixes Bug #66564.
This includes a cautionary statement that the CRYPT_BLOWFISH algorithm in crypt/password_hash functions
will truncate the input string at a maxmimum length of 72 characters. Typically not a problem for the
average use case since this is only likely used for passwords and assuming each hash has a unique salt.
However, it's still a good idea to document this behavior so that users are aware of the side effect.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332747 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-28 13:10:21 +00:00
Chris Wright
e0815cb568 Typo fix in strtr()
---
Provided by anonymous 36934

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332351 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-12 15:20:30 +00:00
Chris Wright
e1e76392d9 Line length correction in explode() example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332330 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:12:56 +00:00
Yasuo Ohgaki
1453847230 "quote" usually means srrounding string by quote chars (And addtionally escape). "escape" is appropriate word for addslashes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332298 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-09 00:07:42 +00:00
Joe Watkins
74684dc111 fix #66234 add not about wchar and sprintf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332262 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 13:15:03 +00:00
Justin Martin
b18ed2abf4 Documented false return value on failure.
Fixes bug #66035.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332199 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-26 07:32:41 +00:00
Yasuo Ohgaki
c2d7a762b1 Update crypt() manual page for 5.6.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332022 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-30 22:13:59 +00:00
Joe Watkins
9bdac16ec0 #64371 don't use long
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331928 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-23 09:18:48 +00:00
Joe Watkins
85cdaa2e89 #64371 fix alphabetical ordering of specifiers, add table for extra points concerning co-ercion
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331922 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-23 08:31:48 +00:00
Joe Watkins
6a9b6f5fe4 #61626 include warning about %c ignoring width/padding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331738 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-09 06:16:03 +00:00
Adam Harvey
ab480f7d49 Clarify the charlist warning on the addcslashes() page.
Fixes doc bug #65789 (addcslashes "predefined escape sequences").


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331629 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-01 17:22:13 +00:00
Chris Wright
59a1bbcb6f Whitespace fixes
Fix all outstanding strict whitespace errors flagged by the online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331331 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 16:17:46 +00:00
Joe Watkins
5b39c74139 incorrect function signature #65262
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331154 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-19 05:44:24 +00:00
Joe Watkins
002874ff0f spelling correction for #65471
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331151 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-19 05:11:41 +00:00
Yannick Torres
33040b3b1b Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331135 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-16 09:25:19 +00:00
Yoshinari Takaoka
698cad0c1d - fixed syntax.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331017 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-25 08:32:51 +00:00
Yasuo Ohgaki
568ee52377 Fix bug #65290
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331006 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-22 23:25:57 +00:00
Yasuo Ohgaki
10798eed66 Update hex2bin() changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330793 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-08 10:45:54 +00:00
Jakub Vrana
fc6db68bc4 Link quotemeta() and ereg functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330654 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-25 22:21:05 +00:00
Peter Cowburn
65ecfa33fd initializer
-----
Patch by Hans Henrik Bergan

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329667 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-05 21:09:48 +00:00
Karoly Negyesi
0e7ceba0fb document passing non-scalars to strtr().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329430 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-05 09:43:01 +00:00
Sherif Ramadan
336bf822a6 Removed dubious wording in implode parameter description. Fixes bug #63985.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329161 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 14:32:49 +00:00
Justin Martin
c6e10c6653 Clarified language of CRYPT_BLOWFISH character range admonition.
Contribution by Ole Aass.
Closes bug #63755.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329093 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 04:04:32 +00:00
Adam Harvey
87455002a7 Add a note about position specifiers respecting PHP_INT_MAX.
Fixes doc bug #61531 (Integer Overflow in all printf functions).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328312 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:14:56 +00:00
Adam Harvey
966013e33d Integrate user note 48364, since it's correct about the limitations of
strip_tags() with regards to tag length.

Also add a couple of full stops, because that's how I roll.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327709 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-20 11:51:38 +00:00
Adam Harvey
34593e9061 Fixed doc bug #63024 (PHP 5.4.0, <?= is always available).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327507 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-07 02:45:01 +00:00
Adam Harvey
cf1826d271 Fix doc bug #62950 (PHP documentation broken link), and change the displayed
link text from the URIs to something more descriptive, since the new URIs are
actually uglier than the old ones (thanks, Microsoft).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327333 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-28 01:46:15 +00:00
Hartmut Holzgraefe
4955626c0e thinko fix ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326946 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-02 14:07:45 +00:00
Hartmut Holzgraefe
941f2efa4a added http_build_query() to "see also" on import()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326945 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-02 13:35:31 +00:00
Joey Smith
54bcc14fac Clarified some common confusion in the crypt() examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326912 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-01 01:48:12 +00:00
Adam Harvey
2b0ee0e1f8 Add a proper citation for Oliver in the similar_text() description, per the
discussion in the notes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326815 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-26 02:03:10 +00:00
Hartmut Holzgraefe
8860f92aee Added explicit warning about 32 vs 64bit platform issues
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326796 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-24 17:10:02 +00:00
Pieter Hordijk
0ace4ef6ff Improved wording of width parameter description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326786 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-23 16:25:44 +00:00
Yannick Torres
67603e0296 Add an example
#Provided by Kriscraig

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326752 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 23:08:14 +00:00
Adam Harvey
d0223af67d Fix doc bug #62414 (Out of date docs for CRYPT_BLOWFISH). I'd greatly
appreciate a review on this, since I'm not sure it's as well worded or laid out
as it could be -- the one paragraph per hash convention is starting to get a
little tight.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326725 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 08:39:55 +00:00
Adam Harvey
c2b3d06db9 Fix doc bug #62608 (Documentation examples use printf(), not sprintf()).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326717 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 02:16:03 +00:00
Jakub Vrana
5bf2caeb5f Link strncmp
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326716 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-19 22:46:06 +00:00
Nikita Popov
108c6379ec Fix Doc Bug #62494: Description of is_xhtml arg is wrong
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326503 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 21:34:20 +00:00
Gustavo André dos Santos Lopes
f5413e36e9 - Improve htmlspecialchars() and html_entity_decode() docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326281 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-21 13:17:23 +00:00
Anthony Ferrara
1d6a5e11a8 Added a note to strlen() stating it return number of bytes rather than number of chars
-- 
Provided by anonymous #16392 (info@pieterhordijk.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326075 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-10 01:58:16 +00:00
Hannes Magnusson
cb80c22afb We know this is PHP
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325991 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-05 16:31:12 +00:00
Jakub Vrana
84b8fca68f Use <function> for language constructs (now supported by PhD)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
255d999b4e Escapes everything necessary with proper encoding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325062 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-11 18:33:25 +00:00
Nikita Popov
df056148bc Make it clear that hex2bin does not convert hex numbers to bin numbers.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325037 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-11 10:45:21 +00:00
Nikita Popov
644ee2d6ed Document the hex2bin odd length error.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324990 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-09 21:51:56 +00:00
Adam Harvey
5e6e91b7dc Fix doc bug #61596 (Documentation doesn't mention negative return values).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324696 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-02 06:52:56 +00:00
Jakub Vrana
b18da506de magic_quotes_gpc is not on by default anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324587 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-27 18:59:52 +00:00
Jakub Vrana
a9b26c34e4 Display language constructs without parentheses
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +00:00
Gustavo André dos Santos Lopes
2c4e6c6649 - Fixed several screw ups in r324188.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324203 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 22:02:26 +00:00
Gustavo André dos Santos Lopes
de8016e755 - Improved documentation of ENT_DISALLOWED.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324188 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 14:39:01 +00:00
Jakub Vrana
b543dc50c1 Fix order of parameters and return value sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323616 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 09:55:32 +00:00
Jakub Vrana
4effeb4d1f HTML functions use encoding, not character set
E.g. ISO-8859-1 is both character set and encoding but UTF-8 is encoding of Unicode character set.

See also http://bugs.php.net/61116

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323270 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:55:01 +00:00
Jakub Vrana
45b80e2b17 Missing \n
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323269 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:50:19 +00:00
Gordon Oheim
68c2090fe7 clarified that the function will return the haystack including the needle, related to #61085
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323218 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:35:06 +00:00
Gordon Oheim
1d04cd176b clarified that the function will return the haystack including the needle, fixes #61085
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323216 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:19:06 +00:00
Justin Martin
083e576970 Clarified empty string return value. Closes bug #60949.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323058 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-04 20:41:11 +00:00
Nikita Popov
de64548759 Update html_entity_decode() and htmlspecialchars_decode() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322906 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 14:32:07 +00:00
Nikita Popov
07dcc54607 Add UTF-8 initializer for charsets in htmlspecialchars() etc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322905 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 14:05:43 +00:00
Nikita Popov
7b0db0396c Fix tabs in htmlentities() / htmlspecialchars() - this time for real
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322904 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 13:25:00 +00:00
Nikita Popov
c4b60d971e Update get_html_translate_table() docs
* Rename quote_style => flags, charset_hint => charset
* Add docs for new doctype flags
* Document default charset change

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322903 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 13:20:21 +00:00
Nikita Popov
6d81fbcfe3 Remove tab characters (in hope that this is the last thing I did wrong today)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322874 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 21:31:58 +00:00
Nikita Popov
ab96d5eb42 Revert accidental revert of some changes. Sorry for that.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322870 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 21:12:54 +00:00
Nikita Popov
e07570b463 Minor improvements to htmlspecialchars() and htmlentities() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322868 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 20:42:48 +00:00
Peter Cowburn
df2a10ccdd changelog order (newest first)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322846 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 13:36:13 +00:00
Adam Harvey
a409ddfb6a Fix doc bug #60884 (htmlentities() behaves differently and thus breaks existing
code) by clarifying the new behaviour in PHP 5.4.0.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322842 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 10:00:18 +00:00
Matthew Fonda
3268a9eed3 fix spelling mistake: "beginnning" should be "beginning"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322459 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-18 22:42:27 +00:00
Jakub Vrana
9ffbd15a2f See also strpbrk + cleanup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321865 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-07 14:30:49 +00:00
TAKAGI Masahiro
f76e503c9c fix description. "the last" should be "the first".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321602 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-31 03:59:59 +00:00
Matt Li
30a6ab9bdf Fix as per note #106986 and unify format between related functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321383 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-25 02:27:36 +00:00
Hannes Magnusson
edd2a0da13 kill undocument warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321135 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 16:47:28 +00:00
Nikita Popov
c204d791d4 Remove inline changelog from htmlspecialchars (in sync with removal from htmlentities)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320681 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 17:17:32 +00:00
Jakub Vrana
58aca47cd2 History in changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320552 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 04:15:37 +00:00
Richard Quadling
8b6d169424 Native EOL
Use consistent line terminator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:27:39 +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
Shein Alexey
58652094db WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317095 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-21 12:10:39 +00:00
Nikita Popov
6306561c68 Followup to Doc Bug #55547 (Undocumented flags for htmlentities()): Adjusted initializers and changelog.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316909 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 12:08:59 +00:00
Nikita Popov
95089fd327 Fix Doc Bug #55547: Undocumented flags for htmlentities()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316908 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 11:32:28 +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
Gustavo André dos Santos Lopes
96f001d906 - Replaced vague statement with a more precise one.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316017 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-02 04:10:41 +00:00
Gustavo André dos Santos Lopes
46312574d5 - Empty charset for htmlentities() et al.
- Added warning about relying on the default as it's likely to change in
  PHP 5.4; see r296685.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316016 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-02 04:06:30 +00:00
Nikita Popov
1ec8bcb2f1 Fix Doc Bug #55532
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315994 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-01 14:32:05 +00:00
Peter Cowburn
7cc07e7706 see also mb_split (thanks Olivier Pons)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315540 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-26 08:05:42 +00:00
Hannes Magnusson
c0c2f5bfad Fixed bug#55429 (Description of this function is incorrect and awkwardly written)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315052 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-17 10:35:35 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Nikita Popov
96c7331ee1 Add substr_compare in See Also sections of strn?(case)?cmp
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314932 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-15 09:45:29 +00:00
Jakub Vrana
fcd0e74390 Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314834 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-12 13:09:45 +00:00