TAKAGI Masahiro
2c43e8319f
Fix build
...
see: r332808
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332813 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-09 22:50:29 +00:00
Ruslan Osmanov
6620b57b82
EventBase reInit and priorityInit method prototypes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332806 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-08 08:51:08 +00:00
Ruslan Osmanov
3ceaf5bfce
Fix: EventBase method return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332805 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-08 08:30:41 +00:00
Chris Wright
dfabb45909
Typo fix in opcache ini reference
...
---
Provided by anonymous 38809
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332775 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-04 23:29:11 +00:00
Ruslan Osmanov
e0cda9331f
Fix: Event:add proto
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332766 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-02 11:27:15 +00:00
Joe Watkins
c60db92e51
fix #62167 gd is bundled with compat header in all supported versions of PHP
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332765 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-01 10:58:54 +00:00
Joe Watkins
34db5b5195
fix #66421 clarify wording
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332764 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-01 09:11:38 +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
Peter Cowburn
248ce123f8
svn:mime-type -> image/png
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332760 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-30 16:10:46 +00:00
Chris Wright
1e284088fb
Add new Imagick example images on behalf of danack@basereality.com
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332759 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-30 15:58:49 +00:00
Derick Rethans
6d8b09fc26
Documented the new default change for mongo.native_long.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332753 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-29 12:24:23 +00:00
Yasuo Ohgaki
649b93759e
Fixed Doc Bug #66603 Misspellings on Documentation Page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332752 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-29 06:10:08 +00:00
Yasuo Ohgaki
2a97d230f2
Fixed Bug #61266pg_affected_rows inconsistent behavior (depends on PostgreSQL server version)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332751 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-29 05:59:27 +00:00
Jeremy Mikola
cab5459256
Document new MongoId::isValid() method
...
https://jira.mongodb.org/browse/PHP-965
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332750 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-28 22:56:31 +00:00
Jeremy Mikola
3107c3b012
MongoBinData changelog for new GENERIC and UUID_RFC4122 constants
...
https://jira.mongodb.org/browse/PHP-962
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332749 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-28 22:18:01 +00:00
Jeremy Mikola
161320c0ad
Document new and deprecated MongoBinData subtype constants
...
Remove discussion about using non-standard types and cross-reference deprecated types with the respective encouraged type.
https://jira.mongodb.org/browse/PHP-962
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332748 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-28 22:08:52 +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
Yasuo Ohgaki
f23fa0e5e7
Mention obsolete mbstring.script_encoding INI
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332745 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-28 02:44:43 +00:00
Yasuo Ohgaki
d55539cc0c
Add security warning to uniqid() usage
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332733 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-26 06:26:48 +00:00
Joe Watkins
919e9e892c
getCurrentThreadId documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332731 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-25 07:22:18 +00:00
Adam Harvey
ea39f9a011
Fix bad example pointed out on /r/php.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332730 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-25 02:47:39 +00:00
Peter Cowburn
39f1e65ae4
fix the links to incompatible and new features of 5.6 (they where pointing to 5.5)
...
--
Provided by anonymous 39175 (mleppich@muhqu.de )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332728 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-24 09:42:27 +00:00
Simion Onea
b7031192a2
Reverted to an earlier revision.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332727 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-24 06:17:07 +00:00
Simion Onea
18e48e7ff4
Changed Mrs to Ms. Mrs means "mister or missis".
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332718 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-23 12:33:48 +00:00
Yoshinari Takaoka
b4cc6b1aa9
- deleted link that causes chm build failure.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332716 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-23 10:41:30 +00:00
Yasuo Ohgaki
1e08571eac
Fixed mime
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332714 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-22 06:16:15 +00:00
Yasuo Ohgaki
f6269386b9
Add 5.6 pgsql 64bit large object support
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332713 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-22 06:13:30 +00:00
Yasuo Ohgaki
535edfce74
Fixed errors in event manual
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332712 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-22 05:54:54 +00:00
Yasuo Ohgaki
73f204de3d
Add trans sid limitation to session_regenerate_id()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332711 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-22 05:54:18 +00:00
Yasuo Ohgaki
1ac00473c3
Remove obsolete session_register()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332710 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-22 05:53:31 +00:00
Nikita Popov
e2128e7727
password_hash outputs are not exact, use outputs.similar
...
Also commit a contributed patch noting that the returned hash already contains algo/salt/etc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332666 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-18 22:24:08 +00:00
Joe Watkins
db9e649316
fix #66505 , incorrect description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332663 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-18 08:41:00 +00:00
Mark Jones
2d4b995d68
correcting error in openssl-pkey-get-public doc page
...
in openssl_verify and openssl_sign
* adding self-contained examples
* documenting that the 4th param to can be an int or a string
* improving documentation of params
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332644 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-18 02:38:34 +00:00
Adam Harvey
f46266c6d6
Update the password FAQ: drop hash() references, add password_*() instead.
...
I've also expanded on storing passwords and salt generation. This could use a
review from someone else who feels qualified to opine on password security.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332642 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-17 14:01:58 +00:00
Adam Harvey
42b0867578
Set properties.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332638 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-17 12:31:43 +00:00
Adam Harvey
6f94b33744
Add a very rough first draft of a PHP 5.6 migration guide just in time for ɑ1.
...
I've intentionally limited the scope of the changes to the new migration guide:
we shouldn't start documenting new features and changes in the main text of the
manual until after feature freeze, IMO. This is here mostly so that we have
something useful to link to in the news post.
Some of the examples are very, very ropey right now, particularly for new
features. I expect we'll improve them as we go.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332637 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-17 12:30:31 +00:00
Adam Harvey
864f6ee318
Fix link from the 5.5 migration guide to the 5.4 one.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332636 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-17 09:55:04 +00:00
Adam Harvey
5a508eaeb1
Add an ID to allow php://input to be directly linked.
...
This may be important shortly. :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332635 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-17 09:54:29 +00:00
Maciek Sokolewicz
c4fe3a4501
Removed Content-Transfer-Encoding header from the readfile example since it's not actually a valid HTTP header (but rather a MIME header used in emails). Also cleaned out the comments about this.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332634 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-17 03:05:55 +00:00
Ruslan Osmanov
58ff635dde
Add notes for upcoming event-1.9.0 release
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332633 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-16 19:10:36 +00:00
Adam Harvey
ba15ed813e
Clarify the introductory array_diff() paragraph.
...
Fixes doc bug #66480 (Ambiguous Language For array_diff() Documentation).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332625 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-15 08:58:56 +00:00
Miroslav Kubelik
4285d31108
rrd: new function rrdc_disconnect
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332616 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-14 09:24:59 +00:00
Adam Harvey
fc1383edb3
Fix build errors.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332615 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-14 06:35:41 +00:00
Sara Golemon
96210e002c
Another typo in my IntlCalendar update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332612 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-14 01:05:18 +00:00
Sara Golemon
4a8bcc16c8
Fix typoes from my last commit.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332611 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-13 23:07:57 +00:00
Miroslav Kubelik
616af19042
rrd: more examples for RRDGraph::setOptions #65756
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332610 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-13 22:31:22 +00:00
Sara Golemon
9e0df2f6fe
Improve IntlCalendar documentation
...
Add style.oop/style.procedural sections for dual interface.
Document IntlCalendar::setMinimalDaysInFirstWeek().
Add libicu version requirements.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332609 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-13 22:28:40 +00:00
Hannes Magnusson
0f9c08359b
Remove no longer used files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332607 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-13 20:33:20 +00:00
Hannes Magnusson
2ebe67c4f0
Fix ID (not worried about the BC here..
...
Fixed parts of bug#66408
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332606 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-13 20:24:58 +00:00