Commit graph

24392 commits

Author SHA1 Message Date
Christoph Michael Becker
1091730525 Remove inadvertently duplicate note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344314 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-20 13:43:07 +00:00
Christoph Michael Becker
f3bdf92d3e Don't try to imagedestroy() FALSE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344284 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-18 19:09:02 +00:00
Pieter Hordijk
aa8396c551 Grammar tweak
-- 
Provided by anonymous 87588 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344274 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-16 15:19:15 +00:00
Pieter Hordijk
c2b0f6ace4 make the reader aware that imagecrop() returns a new image and therefore 2 image resources need to be freed after using it.
-- 
Provided by anonymous 82013 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344273 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-16 15:16:47 +00:00
Christoph Michael Becker
9421e06e34 Fix bug #67566: escape parameter in fgetcsv() is sometimes ignored
We clarify the actual meaning of $escape.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344268 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-15 17:04:23 +00:00
Christoph Michael Becker
47da3a2a8a Clarify behavior of $enclosure wrt. $escape_char
Cf. <http://svn.php.net/viewvc?view=revision&revision=344264>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344267 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-15 15:35:54 +00:00
Christoph Michael Becker
d2707fbf04 Clarify behavior of $enclosure wrt. $escape_char
This also integrates user note 105110.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344264 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-15 13:41:33 +00:00
Jeremy Mikola
d822950df7 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344260 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-14 21:16:08 +00:00
Jeremy Mikola
b5921f4363 Discuss BSON deserialization caveats
https://jira.mongodb.org/browse/PHPC-456


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344259 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-14 21:14:21 +00:00
Christoph Michael Becker
c84f47ac7f Document the zenith angles which are used for the calculation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344255 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-13 13:44:31 +00:00
Thomas Punt
ec1599ef59 Add svn keywords onto renamed files...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344253 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-13 12:24:12 +00:00
Thomas Punt
e434bff742 Properly remove renamed files... (I hate svn)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344252 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-13 12:17:03 +00:00
Thomas Punt
87503b0180 Add renamed pht files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344251 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-13 12:13:29 +00:00
Thomas Punt
93d68fe8a9 Namespace the pht extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344250 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-13 12:12:25 +00:00
Christoph Michael Becker
efe705d94a Document $zenith parameter
This integrates user note 82801, and is supposed to make 
user note 47839 superfluous.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344247 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-12 18:34:40 +00:00
Christoph Michael Becker
6b897704a1 Fix bug #46670: date_sunrise (date_sunset) works incorrectly with gmtoffset parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344245 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-12 17:19:29 +00:00
Thomas Punt
00ee53b5e9 Document the pht threading extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344225 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 18:55:13 +00:00
Christoph Michael Becker
0f43dbaec0 Document structure of result array
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344223 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 17:41:41 +00:00
Christoph Michael Becker
6250f7fb10 Clarify possible element types
We also give examples for polar night and midnight sun.
This integrates user note 83903 and 116828.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344216 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 16:41:08 +00:00
Christoph Michael Becker
7e4c47b05c date_sun(rise|set) fails if the sun does not rise or set
This integrates user note 114896.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344215 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 16:01:56 +00:00
Christoph Michael Becker
335b42f561 Add relevant links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344214 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 14:11:44 +00:00
Christoph Michael Becker
8ed83c937f Add changelog entry regarding bug #39965
This integrates user note 111399.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344213 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 13:58:09 +00:00
Christoph Michael Becker
ef9b464ad7 Fix bug #75946 (session_start() fails after fastcgi_finish_request() (FPM))
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344212 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 13:36:30 +00:00
Christoph Michael Becker
3f875a0dcd Fix bug #75948 (Incorrect param type documentation for RecursiveIteratorIterator::setMaxDepth)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344210 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-11 12:24:09 +00:00
Jeremy Mikola
a233ecbf51 Document MongoDB compression URI options
https://jira.mongodb.org/browse/PHPC-967


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344201 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-08 18:58:39 +00:00
Peter Cowburn
ef72d7bbb3 link to imagecropauto from Imagick::trimImage() (doc bug #75898)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344186 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-05 20:38:15 +00:00
Christoph Michael Becker
63b4c8eef6 Add new parameter to resp. section and sort changelog descendingly
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344182 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-05 17:42:34 +00:00
Jeremy Mikola
14f834fa03 Revise documentation for MongoDB\Driver\Cursor::isDead()
libmongoc changed its behavior in 1.4.0, so the old text was no longer accurate.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344169 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-02 23:00:08 +00:00
Jakub Vrana
5ad34a5a05 Document pg_last_notice(, option)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344147 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-01 11:55:49 +00:00
Christoph Michael Becker
2313b40f70 session.hash_function is removed as of PHP 7.1.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344137 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 16:30:04 +00:00
Jakub Vrana
578a13198f Update versions based on parsing sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344132 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 12:27:12 +00:00
Jakub Vrana
3cf9b6bdca Add changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344130 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 09:07:01 +00:00
Jakub Vrana
6bba2efa47 Fix initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344129 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 08:26:26 +00:00
Jakub Vrana
8685dea430 Fix initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344128 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 08:24:46 +00:00
Jakub Vrana
b06b5b0830 Use array() initializer instead of []
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344127 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 08:23:47 +00:00
Jakub Vrana
e3734a9c81 Add changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344125 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 08:21:19 +00:00
Jakub Vrana
091538dded Add changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344124 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 07:37:52 +00:00
Jakub Vrana
ad36239c14 Unify language
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344123 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 07:37:42 +00:00
Jakub Vrana
4c5cc1e4aa Add scale
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344122 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 07:33:06 +00:00
Jakub Vrana
66d9935ec5 Fix signatures
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344121 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 22:40:01 +00:00
Christoph Michael Becker
c1b9de0f8c Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344113 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 15:42:32 +00:00
Christoph Michael Becker
55d32ace54 Fix example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344112 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 15:09:55 +00:00
Christoph Michael Becker
0c6fd2d88e Mark up literals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344111 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 15:08:20 +00:00
Andrey Gromov
9e77dc1a48 case typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344109 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 13:47:20 +00:00
Jakub Vrana
167c48c1c7 Fix signatures
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344103 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 11:11:54 +00:00
Jakub Vrana
db254ab5d7 Fix signatures
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344100 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 11:05:15 +00:00
Jakub Vrana
17623bf363 Fix signatures
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344099 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 11:00:24 +00:00
Jakub Vrana
08743369ea Fix function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344095 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 10:31:04 +00:00
Jakub Vrana
0e7837525a Remove function with own page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344094 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 10:16:37 +00:00
Jakub Vrana
a05ab9294b Delete duplicate page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344093 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 10:08:05 +00:00