Commit graph

663 commits

Author SHA1 Message Date
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
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
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
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
Hannes Magnusson
a4861592bb Add experimental autogenerated changelog entries for few books.
This requires PhD 1.1.6-dev :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326056 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 13:15:55 +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