Commit graph

21505 commits

Author SHA1 Message Date
Adam Harvey
dcf567d219 Fix SolrClient::request() prototype.
Fixes doc bug #68374 (SolrClient::request state to return void in the descrip.
but returns an object).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335167 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 11:20:00 +00:00
Adam Harvey
42696d2279 Add PHP 5.6 tokens.
Fixes doc bug #68369 (Missing 5.6 tokens in the list).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335166 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 11:15:23 +00:00
Adam Harvey
28fe0b00a9 Change the XML parser external entity example, as suggested by clicky.
Fixes doc bug #68368 (Insecure example).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335165 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 10:59:29 +00:00
Adam Harvey
c5f1d257e1 Note the fix for bug #65171, and generally flesh out the imagescale() docs.
Fixes doc bug #68239 (Incorrect documentation or library bug).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335164 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 10:16:20 +00:00
Ruslan Osmanov
04f603bc6c [pecl][event] Changes in API 1.10.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335163 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 07:28:27 +00:00
Jeremy Mikola
dbdc52230d MongoCollection::count() now takes an $options array
https://jira.mongodb.org/browse/PHP-1160
https://jira.mongodb.org/browse/PHP-1263


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335161 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-05 21:15:09 +00:00
Joe Watkins
b653253e42 remove the incorrect use of the word parallel from curl_multi_* documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335160 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-05 09:18:06 +00:00
Rasmus Lerdorf
3c735d9bbc Clarify the wording for curl_multi_select().
0 is not an error state here.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335159 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-04 22:39:34 +00:00
Karoly Negyesi
cac13376b3 Class implements works with interfaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335156 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-03 15:35:16 +00:00
Adam Harvey
dee52b9d9f Add OO documentation for finfo.
Fixes doc bug #68337 (Object-Oriented version of finfo is not properly
documented).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335155 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-03 11:54:59 +00:00
Mike Griffiths
cb94cca3e4 Added word 'immediately' to add clarity, address bug #68328
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335150 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-30 10:04:51 +00:00
Derick Rethans
d7a244ba75 The warning at the start of this file "DO NOT MODIFY BY HAND" is there for a reason.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335144 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 17:46:51 +00:00
Peter Cowburn
8ec65e7575 auto_populate_raw_post_data generates E_DEPRECATED when *used* (doc bug #67991)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335142 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 16:29:41 +00:00
Peter Cowburn
10b60deaa2 basic example of libxml error handling for xslt (doc bug #55360)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335141 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 16:19:17 +00:00
Peter Cowburn
a66965db2e better variable names in example
Based on old user note from Martin

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335140 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 16:19:10 +00:00
Derick Rethans
841526fd3a - Updated to version 2014.9 (2014i)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335139 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 15:08:11 +00:00
Hannes Magnusson
9153615957 Revert r333536 Fixed version number in changelog
Revert r333311 Updated Countable::count([$mode]) to reflect newest changes

The fix for bug #67064 was reverted, so undocumenting the changes


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335135 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 01:28:08 +00:00
Adam Harvey
285c8b2b89 Clarify what types of values can be given to declare directives.
Fixes doc bug #68177 (declare() + named constant = "Cannot convert to ordinal
value").


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335128 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-23 19:53:34 +00:00
Adam Harvey
0b93d1fa3a Better document FILTER_DEFAULT.
Fixes doc bug #68245 (filter_input does not document FILTER_DEFAULT).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335127 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-23 19:41:54 +00:00
Adam Harvey
6a3fb6d689 Add a cautionary note about configuring session.save_path.
Fixes doc bug #68221 (session.save_path has bad advice for directory level
depths).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335126 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-23 19:06:17 +00:00
Adam Harvey
f911b9379a Fix doc bug #68159 (Ambiguous sentence in "Reference Counting Basics").
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335125 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-23 18:41:25 +00:00
Adam Harvey
a00674aa12 Note removed curl constants in the 5.6 migration guide.
Fixes bug #68147 (No mention of removing CURLOPT_CLOSEPOLICY).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335124 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-23 18:37:34 +00:00
Jean-Sebastien Hedde
71bc29ab34 Adds documentation for:
CURLINFO_REDIRECT_URL
CURLINFO_PRIMARY_IP
CURLINFO_PRIMARY_PORT
CURLINFO_LOCAL_IP
CURLINFO_LOCAL_PORT

Sources:
cURL doc: http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html
PHP changelog: http://php.net/ChangeLog-5.php

-- 
Provided by anonymous 50443 (francois.bonzon@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335116 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-21 18:32:54 +00:00
Jean-Sebastien Hedde
1d6e98c575 While the note clearly mention that fact, the main description was misleading and could lead to potentially hard-to-detect bugs. Better mention it twice, than taking this kind of risk
-- 
Provided by anonymous 28912 (adrien.crivelli@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335115 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-21 18:30:49 +00:00
Rasmus Lerdorf
958cde3f4b Add missing constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335082 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-19 00:00:33 +00:00
Maciej Sobaczewski
dac4478916 Adhere to PEAR Coding Standards' best practices
Doesn't fix any bug but makes example consistent with the rest of the manual and consistent

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335080 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-18 16:56:53 +00:00
Jeremy Mikola
95f7837cdc MongoDB 2.8+ no longer supports "dropDups" index creation option
https://jira.mongodb.org/browse/PHP-1205


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335079 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-17 21:50:32 +00:00
Rasmus Lerdorf
60917b8446 POODLE commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335076 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 17:51:38 +00:00
Leigh
71d67bbda8 Apparently 5.6.2 was secfix only, bumping feature documentation to 5.6.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335075 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 15:59:40 +00:00
Leigh
ff896f6f4b 64-bit format codes added in 5.6.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335073 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 15:01:27 +00:00
Leigh
e94c8d47d0 Improved GMP random functions added in 5.6.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335072 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 15:00:47 +00:00
Ferenc Kovacs
7895293e60 add the two new session functions to versions.xml and to the migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335068 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 07:51:12 +00:00
Nikita Popov
1d39157544 Update mcrypt_encrypt and mcrypt_decrypt docs for PHP 5.6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335065 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-15 20:01:03 +00:00
Christian Weiske
c770fb51f9 Fix #62718: No oauth protocol version info in oauth man page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335032 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-09 12:45:10 +00:00
Yasuo Ohgaki
07756ff909 Fixed bug #67981 - session_abort and session_reset are not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335027 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-07 22:02:11 +00:00
Peter Cowburn
666758d72b fix comment to reflect the actual doc entry title
--
Patch by Claudio Galdiolo (claudio.galdiolo@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335023 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-06 19:27:46 +00:00
Peter Cowburn
e278893073 Error on Nginx install page
Patch by Костя Третяк

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335022 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-06 19:27:40 +00:00
Peter Cowburn
034fd4357c Link to useful page
Patch by Костя Третяк

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335021 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-06 19:27:34 +00:00
Peter Cowburn
fe776e93a1 Add CDATA
Patch by Костя Третяк

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335020 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-06 19:27:28 +00:00
Peter Cowburn
10fd0ed41b Fixed discrepancy in the example (Compiling PECL extensions)
Patch by Костя Третяк

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335019 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-06 19:27:23 +00:00
Peter Cowburn
6dc1664c0b Spelling fix in conversion filter page
--
Provided by Michael Slusarz (slusarz@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335018 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-06 19:27:16 +00:00
Leigh
78b96ecbdc Add new functions to versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335015 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-05 19:53:55 +00:00
Leigh
7f9ef66f58 New GMP functions and constants in PHP 5.6.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335011 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-05 18:07:47 +00:00
Tjerk Anne Meesters
27acde0b15 Added documentation for PR #287:
- add ability to use array keys with array_filter()



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334988 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-26 16:17:15 +00:00
Derick Rethans
b71088cef9 2014.8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334987 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-26 15:28:32 +00:00
Joe Watkins
ca43424113 fix #66654 wrong return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334983 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-26 06:52:55 +00:00
Joe Watkins
fb8a70ca39 bring these inline for #67936 (change wording from stack to queue)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334980 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-24 19:50:30 +00:00
Jeremy Mikola
22f2853d0b Make MongoCollection::save() 1.5 changelog consistent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334972 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 15:36:42 +00:00
Jeremy Mikola
0e0f965045 Document socketTimeoutMS for MongoDB::command()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334971 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 15:33:02 +00:00
Richard Quadling
4ba7921c5f Double quotes for attribute values.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334961 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 12:18:12 +00:00