Commit graph

22713 commits

Author SHA1 Message Date
Christoph Michael Becker
ef1b0b43d3 Address #67811: htmlspecialchars: document why/when apos instead of #39 is used
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339499 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 23:35:39 +00:00
Christoph Michael Becker
385badd002 Fix #66938: ext/filter misses some constants in documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339498 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 23:08:19 +00:00
Christoph Michael Becker
534cfca423 Fix #65253: $_FILES documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339495 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 16:30:49 +00:00
Christoph Michael Becker
260be846fd Fix #65221: Does not adequately explain nature of how list retrieves values from an array
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339494 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 16:10:15 +00:00
Christoph Michael Becker
e4725d85c5 Fix #64570: Phar::extractTo() documentation page has phar.readonly=0 stated as requrement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339493 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 15:36:17 +00:00
Christoph Michael Becker
d871d0abb6 Fix #64416: issues with streamwrapper documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339492 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 15:23:13 +00:00
Christoph Michael Becker
4a5de0c62d Fix #64221: is_callable() reports constructors as not callable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339491 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 15:13:40 +00:00
Christoph Michael Becker
32952c4ddc Fix #51229: consecutives sorting with usort and uasort
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339490 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 14:42:12 +00:00
Christoph Michael Becker
f8aa32180b Fix #50886: Incomplete documentation for php://memory
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339489 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 14:29:05 +00:00
Christoph Michael Becker
e5f52bed94 Fix #72490: FILTER_VALIDATE_INT: unexpected result for bool and float
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339488 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 11:41:33 +00:00
Christoph Michael Becker
762d0209c2 Fix #72491: Case can take objects and arrays
Indeed, there are no restrictions on the type that a case expression evaluates to.
That's conforming to the PHP language specification:
<https://github.com/php/php-langspec/blob/PHP-5.6/spec/11-statements.md#the-switch-statement>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339487 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 11:20:17 +00:00
Christoph Michael Becker
0b626f05d2 Improve fix of #69234 as suggested by salathe
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339475 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-24 10:25:58 +00:00
Christoph Michael Becker
49cdb0085e Fix #69234: Escaped single quotes within double quotes not recognized
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339469 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-23 23:57:55 +00:00
Jeremy Mikola
812a7a3a55 Add syntax highlighting to BSON persistence articles
https://jira.mongodb.org/browse/PHPC-486


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339468 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-23 21:54:22 +00:00
Christoph Michael Becker
de7ffa3624 Add warning regarding volatility of timezone abbreviations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339461 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-23 17:03:25 +00:00
Christoph Michael Becker
253e98c2ea Fix #72471 Docs to explain how adding/subtracting dates work (PS)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339460 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-23 16:30:38 +00:00
Christoph Michael Becker
7a94745acb Fix #72471: Docs to explain how adding/subtracting dates work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339459 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-23 16:12:00 +00:00
Peter Cowburn
8b269103c2 add php tags to example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339458 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-23 11:47:40 +00:00
Peter Cowburn
97cd51dd32 use correct variable name in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339457 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-23 11:47:02 +00:00
Christoph Michael Becker
c373ef087f Integrated user notes 119153 and 119475 into the manual proper
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339452 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-22 17:10:57 +00:00
Christoph Michael Becker
3e831d6e6f Fix #67048: pathinfo() doesn't document parsing of dot-files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339450 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-22 14:17:23 +00:00
Jeremy Mikola
c8f44705c2 MongoDB\Driver\WriteResult::getInfo() does not exist
This method was removed before the 1.0.0 release and should not be documented.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339449 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-22 12:00:51 +00:00
Christoph Michael Becker
fa568719e1 Fix #72468: heredoc seem actually supported in static declarations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339448 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-22 11:03:49 +00:00
Christoph Michael Becker
ec67e42ba8 Fix #70534: See Also suggestion: sprintf, date
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339444 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 21:19:59 +00:00
Christoph Michael Becker
d6f9689aae Fix #64798: curl_getinfo does not return info array if $opt = 0
Actually, $opt has no default value!

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339443 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 20:45:47 +00:00
Christoph Michael Becker
29ee5173fb Fix Windows related documentation (see #49446)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339439 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 17:00:00 +00:00
Christoph Michael Becker
3e78b76ce4 Fix #39521: DOMDocument::createElement() does not escape its parameters properly
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339438 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 16:14:05 +00:00
Christoph Michael Becker
dd7e785144 Fix #65280: Documentation for decoct() incorrect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339437 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 15:03:43 +00:00
Christoph Michael Becker
4392990fb6 Fix #72462: documentation about static calls from secondary object is outdated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339436 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 14:38:50 +00:00
Christoph Michael Becker
707cc32e4b Fix #72461: Documentation on DatePeriod is missing mention of unbounded periods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339435 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 11:58:49 +00:00
Remi Collet
456d5965de Zip: add new constant (5.6.23, 7.0.8 and pecl 1.13.3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339434 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 11:02:59 +00:00
Christoph Michael Becker
cf0ced50ae Fix #72457: change in strtotime for invalid dates since 5.1.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339429 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-20 19:23:59 +00:00
Christoph Michael Becker
12e58c440b Add foreach to "See Also" section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339427 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-20 15:34:35 +00:00
Christoph Michael Becker
2b5b055e52 Fix #64457: HTTP_HOST, SERVER_NAME, SERVER_PORT spoofing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339426 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-20 15:27:16 +00:00
Fábio Luciano Nogueira de Góis
46d3bb18ec Adding comma in some places
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339418 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-20 00:52:10 +00:00
Fábio Luciano Nogueira de Góis
6b4b7dc1fe Adding comma in some places
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339417 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-20 00:49:24 +00:00
Fábio Luciano Nogueira de Góis
bde46b0386 adding PHP mention
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339409 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-19 21:36:46 +00:00
Fábio Luciano Nogueira de Góis
24f1c77edb removing unnecessary spaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339407 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-19 21:26:08 +00:00
Fábio Luciano Nogueira de Góis
d98f67b5c6 updating manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339405 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-19 20:31:19 +00:00
Fábio Luciano Nogueira de Góis
809a851a1e resolving indentation problems
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339402 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-19 16:42:07 +00:00
Dan Ackroyd
ead0bd3cc9 Added words for ImagickPixel::getColorCount
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339398 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-19 11:36:16 +00:00
Fábio Luciano Nogueira de Góis
5dc8b706c8 Updating indentation problems
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339391 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-18 23:55:24 +00:00
Christoph Michael Becker
cf579106bf Fix #65747: DateTime __construct error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339390 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-18 17:21:49 +00:00
Christoph Michael Becker
0823fabeb1 Fix #72444: Documentation doesn't reflect loosening of reserved word restrictions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339385 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-17 17:41:40 +00:00
Christoph Michael Becker
44d66aa2be XBM images apply padding now (#53640)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339384 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-17 16:24:27 +00:00
Christoph Michael Becker
62268f3428 Fix #69399: Serializable and __wakeup()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339383 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-17 14:31:14 +00:00
Christoph Michael Becker
a02cc0d866 Fix #68176: Support for CURLOPT_HEADEROPT and CURLOPT_PROXYHEADER options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339371 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-16 16:38:42 +00:00
Christoph Michael Becker
ebe59c212f Fix #72423: inavailable parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339361 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-16 11:17:31 +00:00
Christoph Michael Becker
26958d6085 Fix #72422: typo: declaration argument should be string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339360 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-16 11:02:17 +00:00
Christoph Michael Becker
a8599f426e Fix #72427: ldap_sort() deprecated not mentioned
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339359 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-16 10:55:45 +00:00