Commit graph

27476 commits

Author SHA1 Message Date
Sergey Panteleev
e4b52745bc
Fix html.c functions description (#1052)
Closes #1042
2021-10-27 11:50:38 +03:00
沈唁
3d0fccf51c
Fix typo (#1049) 2021-10-26 12:58:37 +08:00
Jeremy Mikola
1aca69fa5d
Update return type for MongoDB\Driver\Server::getLatency()
https://jira.mongodb.org/browse/PHPC-1984
https://jira.mongodb.org/browse/PHPC-1985
2021-10-25 19:41:06 -04:00
Sergey Panteleev
377518d34b
Fix openssl_cms_sign parameters description (#1040)
Fix #80715
2021-10-25 16:52:01 +03:00
Kamil Tekiela
52779f983f
Incorrect information in the return values section of fetch_fields (#1043) 2021-10-25 08:08:47 +01:00
Sergey Panteleev
8a04690ab3
Fix max_file_uploads changeable value (#1038)
Closes GH-50684
Closes #1037
2021-10-22 11:06:27 +03:00
Sergey Panteleev
12424df3c8
Drop pthreads v2 (#1035) 2021-10-21 11:28:17 +03:00
André L F S Bacci
53afbdaf79 Missing revison tag line (or line space, anyway.) 2021-10-20 16:04:46 -03:00
Kim Hallberg
327a44719a
Fix 81385: ReflectionProperty::isPromoted() is missing from documentation
Closes GH-937.
2021-10-20 11:11:30 +02:00
Sergey Panteleev
b117c6de4f
[skip-revcheck] Fix typo 2021-10-20 09:52:34 +03:00
Abu Hurayra
09cf574276
[skip-revcheck] Grammar changes on intro page (#1017)
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
Co-authored-by: Sergey Panteleev <sergey@php.net>
2021-10-19 16:13:44 +01:00
Gert de Pagter
78d273c6d4
Add a very basic match example (#1028) 2021-10-19 10:35:03 +01:00
Kamil Tekiela
4e8c90ca8a
PHP 8.1: Document mysqli_result::fetch_column (#776) 2021-10-19 09:31:48 +01:00
Sergey Panteleev
9ddb781270
[PHP 8.1] Add ReflectionIntersectionType description (#1027) 2021-10-19 07:42:27 +03:00
Yoshinari Takaoka
8797a9435f
fixed IntlChar::charFromName example return value. (#1031) 2021-10-18 20:09:15 +09:00
Kamil Tekiela
4f93fb38da
[PHP 8.1] Updated mysqli error reporting (#1024) 2021-10-18 12:02:07 +01:00
Maurício Meneghini Fauth
80dd9db3b7 Document the sodium_crypto_secretbox_keygen function 2021-10-16 13:52:27 -03:00
Sergey Panteleev
c2eca73ef7
[PHP 8.1] Use PgSql objects instead of resources (#1009) 2021-10-16 13:45:19 +03:00
Kamil Tekiela
b958b68778
Tidy up SVN docs (#939) 2021-10-15 15:50:25 +01:00
Frederik Bosch
50b104c116
Fix #75070: Opcache functions only apply to in-memory cache
Closes GH-1030.
2021-10-15 15:31:13 +02:00
Martin Samesch
b323b5e04b
typo 2021-10-15 12:40:01 +00:00
Martin Samesch
5e75ce8c92
Wrong parameter name in pg_delete (#1029) 2021-10-15 13:15:29 +01:00
Maurício Meneghini Fauth
47d1a1b4f1 Improve sodium_crypto_secretbox[_open] doc pages
Adds returnvalues, errors, examples and seealso sections to the
sodium_crypto_secretbox and sodium_crypto_secretbox_open documentation
pages.
2021-10-15 01:09:47 -03:00
Máté Kocsis
426d9a8f15
Generate sapi_windows_* method synopses based on stubs
Closes GH-1023.
2021-10-14 14:29:32 +02:00
Sergey Panteleev
2d99025327
[PHP 8.0] Add Semaphore opaque classes (#1020) 2021-10-13 19:19:36 +01:00
Jakub Bouček
e59e8d31d8
DateTime::createFromFormat - fix misleading epoch info
Closes GH-1019.
2021-10-13 16:36:58 +02:00
Kamil Tekiela
994aa2b092
[skip-revcheck] Grammar 2021-10-12 21:32:54 +01:00
Martin Samesch
2eda09ff8e
typo 2021-10-12 15:53:31 +00:00
Yoshinari Takaoka
ae11a26c5b
typo, part II. 2021-10-13 00:17:43 +09:00
Máté Kocsis
4e6f0774f0
Generate a few ext/standard method synopses from stubs (#1013) 2021-10-12 16:04:26 +02:00
Remi Collet
b05a34e65d
typo 2021-10-12 15:00:46 +02:00
hakre
eecf090806
Improve headers_list() example (#1007)
Two & 1/2 things with the PHP example code:

1. `X-` prefix header names June 2012 [1], [2].

2. PHP prepends the `default_charset` [3] on any `text/*` media type in
   Content-Type header, unless the `charset` is with the `header()` call,
   like in the example.

3. PHP version 5.1.3 (May 2006) -> 8.0.11, the X-Powered-By header [4]
   removed (only distracting w/ the example).

PHP version in use to generate the output: 8.0.11.

[1]: https://datatracker.ietf.org/doc/html/rfc6648
[2]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers
[3]: https://www.php.net/manual/en/ini.core.php#ini.default-charset
[4]: https://www.php.net/manual/en/ini.core.php#ini.expose-php

Co-authored-by: Tiffany <tiffany.k.taylor@gmail.com>
2021-10-12 14:00:01 +01:00
Remi Collet
f57925eef0
Add new methods from version 1.20.0
- ZipArchive::clearError()
- ZipArchive::getStreamName($name, $flags=0)
- ZipArchive::getStreamIndex($index, $flags=0)
2021-10-12 14:58:03 +02:00
Máté Kocsis
65a1dc500d
Generate methodsynopses from stubs for ext/intl (IntlCalendar) (#996) 2021-10-11 15:02:12 +02:00
Kamil Tekiela
3ef3e56c80
Rewrite count() page (#948)
* Rewrite count() page

* Change methodname to interface name and fix example output

* Add example with Countable object

* Delete redundant code comments
2021-10-11 13:31:31 +01:00
David CARLIER
c0954ae4e6
socket_get_option/socket_set_option SO_ACCEPTFILTER constants
Co-authored-by: Sergey Panteleev <sergey@php.net>

Closes GH-656.
2021-10-11 12:07:39 +02:00
Grigory Tumakov
ea8a344693
Rename old function "setproctitle" to "cli_set_process_title" (#1008) 2021-10-11 15:29:31 +08:00
George Peter Banyard
81aced57e0
Follow-up nit
Use correct function name instead of the one from the copy/paste
Also update pg_delete as it has the same issues
2021-10-11 00:49:59 +01:00
George Peter Banyard
5589cbb636
Couple of nits to pgsql docs
Redundant paragraph
Add <constant> markup and normalize
Fix parameter name
2021-10-11 00:39:34 +01:00
Máté Kocsis
58645a79f1
Generate ext/pgsql methodsynopses based on stubs (#915) 2021-10-10 00:23:32 +02:00
Sergey Panteleev
3976ceb925
Add MYSQLI_REFRESH_REPLICA description (#1006) 2021-10-09 23:48:18 +03:00
Danack
b95e76e41d
Types are not hints in PHP. (#1003)
As they are checked at run-time, type checking is enforced in PHP and not 'hinted'.

Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-10-09 14:43:01 +01:00
Sergey Panteleev
21129de174
[PHP 8.1] Add fdatasync and fsync description (#1002) 2021-10-08 21:31:27 +03:00
Yoshinari Takaoka
7859cc5649
deleted duplicate returnvalues section. 2021-10-09 01:11:39 +09:00
George Peter Banyard
8dba51217b
Normalise SPL sorting docs with array ones (#925) 2021-10-08 15:29:02 +01:00
Derick Rethans
2245d53f61 Updated to version 2021.3 (2021c) 2021-10-08 12:51:28 +01:00
Máté Kocsis
ed289c6f07
Generate methodsynopses from stubs for ext/intl (IntlBreakreakIterator) (#904) 2021-10-08 11:19:48 +01:00
George Peter Banyard
c5546510bd
[skip-revcheck] Fix typo in extractto snippet note 2021-10-08 11:07:39 +01:00
Sergey Panteleev
46364d741c
Fix pspell_new description 2021-10-07 12:18:59 +03:00
Yoshinari Takaoka
81b23db050
[PHP 8.1] Use an Pspell\[Dictionary|Config] instance instead of a resource (#976)
* add pspell related object class.
* changed resource list description.
* changes pspell function signature and parameters, changelog.
* use pspell.parameter.pspell-dictionary snippet.
2021-10-07 01:00:37 +09:00