Kristina Chodorow
9f2a09bdbf
added note on mapreduce scoping
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295181 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 19:21:17 +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
Richard Quadling
a172bff644
Added complete svn:keyword list
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295153 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 11:11:46 +00:00
Daniel Egeberg
e0177a3526
Fixed bug #51042 (posix_errno is not documented)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295148 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 09:25:10 +00:00
Kalle Sommer Nielsen
66fa4f1aa6
Fixed bug #50963 (Incomplete documentation)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295146 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:51:12 +00:00
Kalle Sommer Nielsen
2c2e877372
Fixed bug #50961 (Overloading: magic __get method can be created static in older PHP versions)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295144 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:39:03 +00:00
Kalle Sommer Nielsen
69bb408665
Fixed bug #50901 (mcrypt_list_modes default parameter value is incorrect)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295142 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:35:17 +00:00
Kalle Sommer Nielsen
fa4a06c39e
Fixed bug #51006 (bug in fwrite section of the manual)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295141 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:32:03 +00:00
Kalle Sommer Nielsen
eb6c01ef2a
Fixed bug #51054 (UPLOAD_ERR_EXTENSION documentation unclear)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295140 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:27:55 +00:00
Kalle Sommer Nielsen
89a8eb7053
We don't need to mention these old and unsupported browsers anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295139 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:26:50 +00:00
Kalle Sommer Nielsen
70729dc176
Fixed bug #51045 (sem_get() parameter $auto_release default value not documented)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295138 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:23:17 +00:00
Mark Wiesemann
6f23625a02
fypo tix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295107 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-15 21:53:38 +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
Pierrick Charron
a4a17bc582
Stomp extension is not beta anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295004 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-13 04:23:26 +00:00
Jakub Vrana
0e3df54db5
Close bracket
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294898 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 20:08:31 +00:00
Kristina Chodorow
3e1ff8313c
added bg index creation option
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294890 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 16:45:01 +00:00
Kristina Chodorow
41251fe567
added "see also" links
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294889 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 16:37:10 +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
Richard Quadling
27865e7aa2
Simplified example. Fix #51010
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294879 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 11:08:44 +00:00
Antony Dovgal
71a9cd7583
define $instance and make the example more clear
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294876 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 09:25:27 +00:00
Nilgün Belma Bugüner
5cc722a070
fixed build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294874 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 08:37:21 +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
Pedro Antonio Gil Rodríguez
ff018a7f95
Corrected a spelling mistake in "returnvalues"
...
Retruns -> Returns
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294841 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-10 11:58:23 +00:00
Richard Quadling
0c1167190b
Show example results. Fix #50991
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294837 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-10 11:02:34 +00:00
Daniel Egeberg
04f1170ce0
Fixed bug #50988 (reference to session_cookie in en/session.configuration.php)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294835 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-10 10:20:45 +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
Hannes Magnusson
5408903296
- Mention the fact realpath() needs to have executable permissions to work
...
- Remove odd period in the description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294802 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-09 13:07:15 +00:00
Pedro Antonio Gil Rodríguez
899fc02d9d
Corrected a mistake.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294798 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-09 11:17:46 +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
Etienne Kneuss
d299a836bd
Add doc about 2 missing parameters of spl_autoload_register
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294777 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-08 23:59:42 +00:00
Daniel Egeberg
cf1cc9fd0b
Fixed bug #50964 (Return value incorrectly documented: Is void, should be int.)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294774 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-08 19:18:55 +00:00
Bryan Davis
145905c38f
Removing configure.php generated file.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294770 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-08 16:19:50 +00:00
Richard Quadling
bd4e76401d
Set sgml-default-dtd-file to ~/.phpdoc/manual.ced
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294758 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-08 10:35:27 +00:00
Richard Quadling
2b4ab8fdc1
Added complete svn:keyword list
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294756 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-08 10:04:26 +00:00
Richard Quadling
b7577dbaf5
Ignore entities.*.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294755 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-08 09:59:03 +00:00
Daniel P. Brown
fba7f12229
Closes Bug #50957 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294721 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-07 19:58:42 +00:00
Bryan Davis
5e9d48cfd6
Documentation for the yaml pecl module.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294708 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-07 17:15:17 +00:00
Yago Ferrer
d4eb26b7de
Double word.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294706 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-07 16:19:44 +00:00
Daniel Egeberg
2e920c87bc
Fixed bug #50931 (class_alias(): wrong informations)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294692 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-06 23:54:52 +00:00
Pedro Antonio Gil Rodríguez
46f7d88d04
Corrected a mistake.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294577 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-06 05:38:22 +00:00
Richard Quadling
b091b761c3
Corrected the syntax of XML attributes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294567 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-05 16:14:57 +00:00
Yago Ferrer
8b87bee609
CURLOPT_AUTOREFERER it was two times in the same line.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294566 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-05 15:34:38 +00:00
Simion Onea
4e36030be4
Corrected the syntax of XML attributes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294563 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-05 14:08:08 +00:00
Kristina Chodorow
412a7a6a46
switch to global.ent url
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294538 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-04 18:31:51 +00:00
Richard Quadling
1edf9dde67
Added alt tags to example images.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294527 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-04 10:28:49 +00:00
Kristina Chodorow
694ac6b091
added listdbs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 23:13:57 +00:00
Kristina Chodorow
290306fbae
moved urls to global.ent
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294482 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 23:12:20 +00:00
Richard Quadling
56be43f8b2
W/S tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294415 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:13:52 +00:00
Richard Quadling
632a82d944
W/S tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294414 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:13:35 +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