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
Yago Ferrer
cb99b3dcd9
Dictionary to close not directory.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295291 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-20 15:10:00 +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
Jakub Vrana
f5c36b9d90
Character classes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295259 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-19 17:17:25 +00:00
Kalle Sommer Nielsen
34fe6dd1e0
Fixed bug #50942 (gmp_strval() only allows base 2 to 36)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295245 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-19 07:55:13 +00:00
Daniel Egeberg
257702d81a
Corrected mistake from r295237
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295239 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-18 14:35:10 +00:00
Daniel Egeberg
5158fde6aa
Fixed bug #51081 . Documented that '24:00' is unsupported prior to 5.3.0.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295237 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-18 14:25:56 +00:00
Richard Quadling
5364a0ab01
Grammar and typo "as commandline filter" => "as a command line filter"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295232 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-18 11:33:34 +00:00
Daniel Egeberg
e8e9f1e23c
Corrected example on Imagick::annotateImage() (fixes bug #51077 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295231 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-18 09:57:49 +00:00
Philip Olson
6292bff6d6
Finished pecl.info.dead cleanup of dead pecl extensions, thus finishing a big part of PHP bug #37315
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295227 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-18 00:36:51 +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
Philip Olson
7cfaafb9bf
Help unify PECL install documentation, by using the PECL entities.
...
Second stage in closing PHP bug #37315
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295214 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 20:56:51 +00:00
Philip Olson
23f2c1fc8d
Note that this is PHP 4 only
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295211 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 20:00:10 +00:00
Philip Olson
9c90596b89
Fixed build (namespace goodness)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295210 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 19:58:28 +00:00
Philip Olson
c4e18f30a7
Created pecl.info.dead for dead PECL extensions, and updated warn.imaprecodeyaz to reflect Yaz 2.0+ being okay
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295209 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 19:29:26 +00:00
Daniel Egeberg
fa3444470f
Cleaned up the CLI section:
...
- Split it in several subsections
- Removed obsolete version references
- Cleaned up inconsistent formatting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295199 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 10:56:28 +00:00
Peter Cowburn
9624884930
made carry-over points note read more clearly
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295198 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 09:24:01 +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
Kalle Sommer Nielsen
f1da80a6d3
Fixed bug #51030 (DateInterval::format() does not handle "carry-over points")
...
- Patch based on patch by <m dot kurzyna at crystalpoint dot pl>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295194 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 04:59:48 +00:00
Kalle Sommer Nielsen
703896272f
Fixed bug #51064 ("bool openssl_random_pseudo_bytes" should say string instead)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295193 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 04:49:39 +00:00
Joey Smith
52846d4ff2
Apply user-patch from David Tajchreber, closes PHP Bug #38802
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295190 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 00:35:23 +00:00
Joey Smith
01cc4adcb1
Add ChangeLog table entry to note when input parsing became more strict. Closes PHP Bug #50873 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295189 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 00:17:47 +00:00
Joey Smith
36219b5fb7
Fix PHP Bug #46812 , applying patch suggested by lbarnaud@php.net
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295188 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 23:45:44 +00:00
Joey Smith
86ede13728
Clarify the effect of the --enable-memory-limit compile-time flag prior to 5.2.1,
...
closes PHP Bug #51058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295187 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 23:38:01 +00:00
Philip Olson
6bb80ceb9a
Help unify PECL documentation, by using the PECL entities.
...
First stage in closing PHP bug #37315
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295182 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 19:36:02 +00:00
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