Commit graph

629 commits

Author SHA1 Message Date
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
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
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
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
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
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
deb241818f Add new ENT_* constants to constants.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322907 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 15:49:03 +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
e5f1a5a296 Update the charset table for htmlspecialchars() et al.
* Add ISO-8859-5 (with ISO8859-5 alias); add MacRoman
* Add aliases SJIS-win and XP932 for SJIS; add alias eucJP-win for EUC-JP
* Remove ancient inline version data

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322902 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 12:52:30 +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