Joey Smith
632421687b
- Document what PHP's crypt() does when underlying crypt() fails.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295442 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-23 22:08:17 +00:00
Joey Smith
026bae616b
Replace usage of the term 'encryption' with 'hash' on
...
crypt() page.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295299 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-21 03:56:09 +00:00
Joey Smith
3087f7de70
Merge changes suggested by Solar Designer to clarify
...
how EDES and Blowfish salts work.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295298 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-21 03:32:45 +00:00
Joey Smith
31ead3f041
Note that these functions will trim NULs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295297 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-21 02:49:12 +00:00
Joey Smith
3e33a8d374
Clarification on the salt format for Extended DES
...
via pajoye and Solar Designer.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295263 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-19 20:24:23 +00:00
Joey Smith
f8e3f4345b
Current blowfish implementation is limited to 2**4-2**31, according to
...
Solar Designer.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295224 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-18 00:10:10 +00:00
Joey Smith
a0ccfd74cb
Note how to trigger Extended DES, and the acceptable
...
alphabet for salt characters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295196 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 06:32:47 +00:00
Joey Smith
62c1bb2619
Further refine the Blowfish documentation - what characters are allowed in the salt,
...
what crypt() does if invalid characters are used, the valid number of rounds, what
happens if you specify an invalid number of rounds.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295180 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 17:41:49 +00:00
Joey Smith
a3e8136e4e
1) Fix the current Blowfish documentation. It was pretty horribly wrong, which Solar Designer pointed out to us quite a while back [1]. I more or less copied the way the Perl package Crypt::Eksblowfish::Bcrypt documents it, with a few modifications to make it fit better with how PHP uses it.
...
2) Document the new (as of 5.3.2) CRYPT_SHA_256 and CRYPT_SHA_512 constants (and the salt format that goes with them), as well as include the examples.
[1] http://markmail.org/message/k3tzsrahlketfj5K
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295093 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-15 12:13:37 +00:00
Richard Quadling
2a8a61e20a
Removed inline <initializer> for the length parameter and described the default value in the Parameters section. Fix bug #50983
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294881 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 11:18:34 +00:00
Daniel Egeberg
f77f7960cf
Fixed #51004 : Inaccurate description of sha1_file().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294861 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-10 22:36:15 +00:00
Yago Ferrer
00038fbd00
This isn't a typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294803 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-09 15:04:43 +00:00
Yago Ferrer
c66a231621
typo in NULL
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294791 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-09 10:00:57 +00:00
Richard Quadling
7a3e1ab176
W/S tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294413 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:13:08 +00:00
Richard Quadling
c29b3639b7
Remove BOM
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293498 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 11:33:32 +00:00
Kalle Sommer Nielsen
4bc27d8766
Remove the last of the PHP3 related stuff around the manual, including the documentation for:
...
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Daniel Egeberg
6bb56ebdc3
Fixed #50317 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292326 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 11:01:06 +00:00
Kalle Sommer Nielsen
729c9c6255
Fixed #50450 (quotemeta should list preg_quote in the "See Also" section)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292280 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-18 06:10:07 +00:00
Richard Quadling
5c08968f76
Corrected initializer for length.
...
Expanded return values.
Bug#50402
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291868 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-08 09:29:30 +00:00
Richard Quadling
6e1065d077
Fix example for bug#50375
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291663 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-03 16:40:11 +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
Jakub Vrana
612e5af5ec
Prefer <initializer> before "default value"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +00:00
Jakub Vrana
201dc3748c
Prefer <initializer> before "defaults to"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Jakub Vrana
1fcdef5c03
Document sprintf differences (bug #46267 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291079 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 13:14:48 +00:00
Jakub Vrana
9ec18fffa0
Document E, g and G
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291078 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 13:14:30 +00:00
Jakub Vrana
25a999a885
Windows don't support all three-letter codes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291077 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 12:53:45 +00:00
Daniel P. Brown
7ca5556f0e
Incorporates suggested text from Bug #50235 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291014 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 17:08:15 +00:00
Daniel P. Brown
355a794f90
The FAQTS link was hijacked, defaced, or otherwise modified, and now shows nothing but SPAM links throughout.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290877 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-17 17:19:44 +00:00
Jakub Vrana
6ed2122298
Fix link (bug #49237 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290805 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 11:26:41 +00:00
Jakub Vrana
cadd9e4ccd
Works with default charset (bug #49407 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290717 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 22:38:28 +00:00
Hannes Magnusson
4ab4d761f9
Improve markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290425 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 15:58:42 +00:00
Richard Quadling
3386603119
Typo (ahem) and moved error generating example to error refsect1.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290417 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 13:34:48 +00:00
Richard Quadling
99b6bb9716
Return false on failure. Fix bug#50107
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290408 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 09:57:37 +00:00
Joey Smith
316087ba95
Clear up a confusing example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290071 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-30 03:12:18 +00:00
Richard Quadling
58aa2c2dc0
substr.xml() length of 0/false/null will return an empty string. Fix bug#49951
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289854 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-22 15:53:26 +00:00
Philip Olson
1b72640345
- Added parameter descriptions, which closes PHP bug #49796
...
- Split examples into two: basics and potential gotchas
- Integrated information about multiple replacement gotcha (left to right) via a zillion user notes
- Added example about said gotcha (via michael dot moussa at gmail dot com)
- A few other minor changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-16 18:33:27 +00:00
Torben Wilson
e75b1e3882
Note that several charsets are effectively equivalent as far as
...
htmlspecialchars() is concerned.
Addresses bug #49412 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288982 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-30 07:17:10 +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
Torben Wilson
6f44f015af
Flush out the documentation for strspn() a bit. This an example of a
...
very poorly documented function.
Addresses bug #46912
This still needs work.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288549 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-22 07:16:41 +00:00
Nilgün Belma Bugüner
fc044dead3
fixed build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284635 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 07:34:38 +00:00
Daniel P. Brown
7fe7a860b8
Addresses Bug #48876 , describes optional parameters 3+, and includes some grammatical changes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284631 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 03:56:10 +00:00
Jakub Vrana
f453b3a78c
See also
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283870 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 16:24:20 +00:00
Nilgün Belma Bugüner
ed67b3c502
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283839 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:08:43 +00:00
Kalle Sommer Nielsen
8c633782ac
Fixed #47618 (Say how to turn of interpolation on <<< here documents)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282800 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-26 06:59:03 +00:00
Rasmus Lerdorf
013472b277
Tweak
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282622 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 05:11:34 +00:00
Joey Smith
7ffd6b8baf
Document precision specifier more clearly. This sentence fragement was
...
incorporated from the Linux man-pages project's documentation on printf(3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280456 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-13 16:06:59 +00:00
Yannick Torres
02e589878d
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279812 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 22:22:31 +00:00
Richard Quadling
89e45ccb61
#48035 explode() returns empty array if delimiter not found and limit is negative
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279116 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-21 14:05:32 +00:00
Richard Quadling
8ac9109e3d
Use Unicode characters and UTF-8 encoding.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278175 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 12:58:06 +00:00
Richard Quadling
d71304cb7c
Remove default value for limit and document zero limit.
...
Bug #47546 , #47727 and related to #47560
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278167 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 09:24:07 +00:00