Commit graph

19077 commits

Author SHA1 Message Date
Máté Kocsis
4aff696ed0
Generate ext/intl methodsynopses from stubs (UConverter)
Closes GH-906.
2021-09-05 13:28:47 +02:00
Denis Ryabov
33225f7c57
Add a separate example section for escaping of characters
See also merged PR https://github.com/php/php-src/pull/7420 (d3a6054d44)

Closes GH-898.
2021-09-04 14:53:55 +02:00
sy-records
08a941584f
Fix #91: curl_version() no longer accepts a parameter
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-902.
2021-09-04 12:33:41 +02:00
Yoshinari Takaoka
50bd7050c4
fixed parameter name markup. 2021-09-04 01:54:00 +09:00
Christoph M. Becker
659fbc4d32
Fix #894: DateTime::setTimezone never returns false 2021-09-03 18:33:10 +02:00
Steven Jones
1fe998d37c
Add missing documentation for value parameter of numfmt_parse
Closes GH-897.
2021-09-03 17:40:36 +02:00
Kamil Tekiela
b1fc217c5f
Updating mysqli: mysqli_num_rows
* Changed article
* More accurate description
* More accurate return value
* Improved example
* See also
* Add a note

Closes GH-891.
2021-09-03 16:04:51 +02:00
Kamil Tekiela
a3051835f7
Updating mysqli: mysqli_num_fields
* Aligned wording
* Explicitely list columns to make it obvious where the number comes from

Closes GH-892.
2021-09-03 15:59:33 +02:00
Tyson Andre
aa19c140e6
Document the igbinary extension
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-888.
2021-09-03 15:52:16 +02:00
Máté Kocsis
28046efaba
Generate ext/phar methodsynopsis based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-626.
2021-09-03 14:35:53 +02:00
Christoph M. Becker
e72a6312b9
Don't pass objects by-ref, unless really needed
This appears to be a leftover from PHP 4 times.
2021-08-31 14:28:35 +02:00
Christoph M. Becker
7be2426e49
While DNS_A6 is available on Windows, it is not really supported
Cf. <d3a6054d44/ext/standard/dns_win32.c (L307)>.
2021-08-30 17:09:07 +02:00
Denis Ryabov
a453c4ff1c
Remove irrelevant paragraph
(looks like a copy-paste from previous example)

Closes GH-886.
2021-08-28 12:25:33 +02:00
Adrien Crivelli
235297daed
Fix #81383: Locale::lookup / locale_lookup incorrectly returns null instead of default
INTL_MAX_LOCALE_LEN limits the length of accepted locale. Anything
longer than that will result in a failure and the value returned
will either be `null` or `false`. So documentation must reflect that
in the return types.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-883.
2021-08-27 14:41:52 +02:00
Christoph M. Becker
abd75f51f4
explode() no longer returns false as of PHP 8.0.0
See also <https://bugs.php.net/bug.php?id=42129>.
2021-08-23 17:50:27 +02:00
Kamil Tekiela
be1e430487
Fix typo dimenstions
Closes GH-868
2021-08-20 20:30:54 +01:00
Kamil Tekiela
c7c883ab47
Fix type in PDO::setAttribute (#867) 2021-08-20 16:23:44 +01:00
George Peter Banyard
d1df62fe77
Update array sorting docs
These always return true, even in PHP 7
Clarify sorting is unstable prior to PHP 8.0
Normalize the docs between the functions

Closes GH-686
2021-08-19 15:46:00 +01:00
George Peter Banyard
4628b69cad Remove FrontbaseSQL docs 2021-08-19 14:41:15 +02:00
Kamil Tekiela
6c26ac2fef
Fix apcu_key_info return value (#863)
* As per b68953ccbc/php_apc.stub.php (L12)
2021-08-18 16:40:15 +01:00
Kamil Tekiela
40ef830808
Align return values for pcre_* functions (#857) 2021-08-18 16:34:37 +01:00
Larry Garfield
d348943ddf
Clarify preloading and constant behavior. (#144) 2021-08-18 11:23:52 -04:00
Christoph M. Becker
1d06db6914
ini_get_all() $extension is nullable and synomymous to 'core'
Cf. <https://bugs.php.net/bug.php?id=69361>.
2021-08-18 15:47:28 +02:00
Yoshinari Takaoka
7d05fb0d20
more fix about pcntl_waitpid patameter markup. 2021-08-18 22:39:29 +09:00
Sergey Panteleev
c42d3d8905
Fix pcntl (#860) 2021-08-18 12:12:36 +03:00
Christoph M. Becker
f33541d156
Fix #856: preg_grep returns false on failure 2021-08-17 23:21:45 +02:00
Máté Kocsis
b890f28c0c
Update ext/pcntl methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-600.
2021-08-17 23:21:44 +02:00
Kamil Tekiela
a3365c7546
Updating mysqli: set_charset (#844)
* default was confusing

* Simplify examples

* It's character set

* Remove duplication
2021-08-17 13:52:25 -04:00
Kamil Tekiela
de9c65c91f
Remove E_STRICT and other PHP 5 related information (#730) 2021-08-17 17:56:25 +01:00
Tyson Andre
65f1e1978c
Document Memcached::OPT_NOREPLY
This was added in 2009.
A lot of other constants were also added.
See http://docs.libmemcached.org/memcached_behavior.html

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-584.
2021-08-17 17:20:33 +02:00
Yoshinari Takaoka
a63794ecfd
updated track_errors (removed as of PHP 8.0.0) changelog. 2021-08-16 14:04:48 +09:00
Sergey Panteleev
9486a954ad
Fix issues in ps directory (#712)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-08-15 22:49:02 +03:00
Yoshinari Takaoka
988f159b57
added ldap_count_references version info. 2021-08-13 20:38:48 +09:00
JumiDeluxe
89a80389d4
Fix typo in stripos returnvalues (#848) 2021-08-12 20:00:49 +01:00
Yoshinari Takaoka
52bd05eb26
more fix about unset cast removed info. 2021-08-12 22:56:16 +09:00
Yoshinari Takaoka
c00a47b96e
fixed refpurpose title, followed parameter name changes. 2021-08-12 21:46:14 +09:00
Yoshinari Takaoka
43ff877605
moved return value on failure description to "returnvalues" section. 2021-08-12 21:43:19 +09:00
Yoshinari Takaoka
7fd7a674de
fixed XPointer evaluation failed warnings
a.k.a fixed typo.
2021-08-12 21:36:30 +09:00
Sergey Panteleev
54eeb86a9c
Fix section order issues in Spl
Part of #658
2021-08-12 13:12:34 +03:00
Sergey Panteleev
400d8116f4
InheritedMethods instead of Inherits 2021-08-12 11:50:15 +03:00
Máté Kocsis
60809ebcf7
Generate ext/spl methodsynopses based on stubs (#624) 2021-08-11 23:44:41 +02:00
Christoph M. Becker
554179d438
Fix libxml deprecations
`libxml_disable_entity_loader()` is deprecated as of PHP 8.0.0, not
`libxml_set_external_entity_loader()`.
2021-08-10 22:26:31 +02:00
Peter Cowburn
2e8ef0a1bd
hyphenate "object-oriented"
refs #846
2021-08-08 18:48:47 +01:00
Christoph M. Becker
2b782ad1ab
Fix #845: proc_get_status() return type 2021-08-08 14:15:43 +02:00
Yoshinari Takaoka
a6afc95504
deleted unnecessary char '>'. 2021-08-07 21:42:27 +09:00
Christoph M. Becker
ab8bf7a2cd
streamWrapper::stream_open()'s $opened_path must be nullable
Based on PR #753.
2021-08-07 12:18:58 +02:00
Kamil Tekiela
44262a5c76
colno to column 2021-08-06 22:56:11 +01:00
Kamil Tekiela
c88610d43a
Fix fetchAll synopsis (#842) 2021-08-06 22:39:45 +01:00
Christoph M. Becker
9bfa379b20
Remove memcache session.save_handler and .save_path from ini list
`session.save_handler` and `session.save_path` are INI settings of the
session module.  However, the memcache extension offers the memcache
session handler so it makes sense to document these two INI settings
for the memcache extension, but we don't want to include them in the
general INI list, so we split them into a separate "Additional Memcache
Configuration Options" table.

Fixes GH-814.

Co-authored-by: Anna Filina <afilina@gmail.com>

Closes GH-815.
2021-08-06 22:23:59 +02:00
Kamil Tekiela
22eb6b0686
Provide better documentation for mysqli_multi_query (#737) 2021-08-06 21:12:30 +01:00
Derick Rethans
388226f9e1 Merge branch 'master' of github.com:php/doc-en 2021-08-06 17:33:28 +01:00
Derick Rethans
7f6b41f74c Document comparison ignoring diacritics and case sensitivity 2021-08-06 17:32:19 +01:00
Kamil Tekiela
48f0bac7fd
Updating mysqli: bind_result (#770) 2021-08-06 13:59:30 +01:00
Kamil Tekiela
c85c9d1d44
<methodname> to <function> 2021-08-06 13:53:15 +01:00
pfofi
5a6e387a2d
Reflect new default for CURLOPT_TIMECONDITION since cURL 7.46.0
* Reflect new default for `CURLOPT_TIMECONDITION` since cURL 7.46.0

In cURL 7.46.0 the default for `CURLOPT_TIMECONDITION` was changed from `CURL_TIMECOND_IFMODSINCE` to `CURL_TIMECOND_NONE`.

References:
- https://curl.se/libcurl/c/CURLOPT_TIMECONDITION.html
- https://curl.se/changes.html#7_46_0
- https://github.com/curl/curl/commit/cd2b73b3e

Closes GH-765.
2021-08-06 12:34:30 +02:00
Christoph M. Becker
74e4eaa99d
Update versions.xml for UOPZ 7.1.0
Cf. <https://github.com/krakjoe/uopz/issues/152#issuecomment-891582155>.

Closes GH-836.
2021-08-06 10:32:39 +02:00
Kamil Tekiela
cbf72e3145
Updating mysqli: get_result (#771) 2021-08-05 22:14:51 +01:00
Kamil Tekiela
05ccabd6b1
Updating mysqli: insert_id (#627) 2021-08-05 21:41:10 +01:00
Kamil Tekiela
6f11457f11
New examples for classes (#750)
Co-authored-by: Anna Filina <afilina@gmail.com>
2021-08-05 21:37:30 +01:00
Kamil Tekiela
43ac336818
Remove XSS and broken example from list() page (#797) 2021-08-05 21:06:40 +01:00
Christoph M. Becker
5be3a93cfd
Fix #71282: Documentation is invalid for FILTER_VALIDATE_EMAIL
This is still not accurate, but there are other related doc bug reports
like #78958, so we can address further issues separately.  Also, we may
want to choose something else than a table for display purposes.
2021-08-05 19:26:02 +02:00
Christoph M. Becker
3d85246557
Fix #77217: FILTER_FLAG_NO_RES_RANGE means Reserved-By-Protocol 2021-08-05 19:03:06 +02:00
Christoph M. Becker
cafd6b7449
Fix #76748: date format timezone abbreviations and changes not well documented 2021-08-04 16:55:59 +02:00
Christoph M. Becker
3bf1282857
SQLite3::lastInsertRowId() returns 0 if nothing had been inserted
Cf. <https://www.sqlite.org/c3ref/last_insert_rowid.html>.

This integrates user note 126310.
2021-08-04 16:46:13 +02:00
Christoph M. Becker
23c38cd151
Update versions.xml for UOPZ 7 2021-08-03 13:17:43 +02:00
Sergey Panteleev
d00128a85a
Fix issues in solr directory (#693)
Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-08-03 13:10:57 +03:00
Christoph M. Becker
f32912d04f
Fix #73805: header() may not actually set header
We document that header() issues `E_WARNING` on failure, and link to
`headers_list()` which might be used to check success of `header()`.
2021-08-02 17:18:54 +02:00
Christoph M. Becker
590f93a2eb
Remove obsolete info about IE 4 and 5.5 2021-08-02 17:07:23 +02:00
Christoph M. Becker
b0268930dc
Fix #73587: Sample of imagemagic::getimagegeometry is irrelevant 2021-08-02 14:19:17 +02:00
Larry Garfield
d042804100
Fold in comments to array_map()
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>

Closes GH-828.
2021-07-30 18:18:35 +02:00
Máté Kocsis
ab57ab6849
Mark a few interfaces as oointerface rather than ooclass (#818) 2021-07-30 17:01:16 +02:00
Christoph M. Becker
b54e6443e2
Fix #78785: ReflectionType page should mention subclasses 2021-07-30 15:10:59 +02:00
Kamil Tekiela
e059aa517b
Fold the note on PCRE comments (#831) 2021-07-30 12:40:33 +01:00
Christoph M. Becker
5dcdcf32f8
Fix #70799: strcasecmp is not locale aware 2021-07-30 13:01:43 +02:00
Christoph M. Becker
704b528c70
syslog.filter is not supported on Windows 2021-07-30 12:59:41 +02:00
Larry Garfield
b8aafb570c Add additional reference to array_filter. 2021-07-29 11:32:30 -04:00
Sergey Panteleev
0d5b0198bf
Minor fix Win32service 2021-07-29 16:46:19 +03:00
Sergey Panteleev
574a644f1d
GMP enhancement 2021-07-29 09:54:31 +03:00
Sergey Panteleev
59f31f284a
fix channel link 2021-07-28 15:21:42 +03:00
Jeremy Mikola
d011dc8421
Clarify that empty arrays serialize as BSON arrays 2021-07-27 20:09:15 -04:00
Christoph M. Becker
c79b9928aa
Fix #55262: streamWrapper::url_stat return value in case of non existing file 2021-07-27 18:13:50 +02:00
Sergey Panteleev
8726060a81
Fix ImagickDraw::getGravity return value 2021-07-27 16:21:03 +03:00
Christoph M. Becker
0bfb0eb957
Fix #68509: Garbage collection of file pointers releases flock() locks 2021-07-26 20:27:28 +02:00
Yoshinari Takaoka
363a506c6d
added get_debug_type reference.
because get_class function is referenced from get_debug_type[*1].

[*1] https://www.php.net/manual/en/function.get-debug-type.php
2021-07-26 23:56:31 +09:00
Yoshinari Takaoka
decde82b16
Sorting functions is stable, as of PHP 8.0.0. (#825)
* Sorting functions is stable, as of PHP 8.0.0.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-07-26 23:28:56 +09:00
Vincent Langlet
fdd6debfb8
Improve shell_exec text (#824)
* Improve shell_exec text

* tpyofix: occurrs -> occurs

Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
2021-07-26 22:22:03 +09:00
zors1
aab02a3bce
Delete redundant sections on mqseries requirements page (#822) 2021-07-26 16:08:25 +03:00
Yoshinari Takaoka
c2e8536717
additional return value fix of shell_exec func. (#823) 2021-07-26 22:06:25 +09:00
Yoshinari Takaoka
e0cbe35fce
fixed return value of ImagickDraw::clone. 2021-07-26 21:32:52 +09:00
Christoph M. Becker
79c06cc0e7
Fix #81299: password_hash() documentation is missing PHP 8 changes 2021-07-26 13:21:14 +02:00
Vincent Langlet
3678d8ea0e
shell_exec may return false(#821) 2021-07-26 12:40:39 +02:00
Sergey Panteleev
42d9fe8494
RRD enhancement 2021-07-26 12:05:57 +03:00
Sergey Panteleev
0f49e97eeb
ImagickDraw enhancement 2021-07-26 11:48:35 +03:00
Kamil Tekiela
f6e0117681 Add missing <classname> 2021-07-25 00:40:09 +02:00
Christoph M. Becker
053f0940f7
Minor improvements to PDO::query()
As suggested by @salathe; see GH-813.
2021-07-24 00:58:56 +02:00
Kamil Tekiela
02e6f35734
Add missing parameter to pdo query (#813) 2021-07-23 22:26:44 +01:00
Kamil Tekiela
c29dbc6680
Add missing word "and executed" 2021-07-23 19:07:45 +01:00
Christoph M. Becker
7d93e0fe5e
Fix #81284: str_getcsv cant parse with multibyte delimiter
There's no fun in DRY. ;)
2021-07-23 17:24:39 +02:00
Yoshinari Takaoka
d4eaf603fe
fixed parameter markup 2021-07-23 17:11:49 +09:00
魔王卷子
4b4f0c6894
Add EventConfig missing method (#810)
* update event_config

* Update reference/event/eventconfig/setflags.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>

* Update reference/event/eventconfig/requirefeatures.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>

* Update reference/event/eventconfig/setflags.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>

* not optional, is required

* Update reference/event/eventconfig/setflags.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>

* update versions.xml function name

Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-07-23 10:19:46 +08:00
Yoshinari Takaoka
2b57c8cd4c
fixed wrong example function name, part II. 2021-07-23 05:46:44 +09:00
Yoshinari Takaoka
5bbdca0c80
fixed wrong example function name. 2021-07-23 05:42:02 +09:00
Yoshinari Takaoka
26940f5332
fixed wrong referenced function name. 2021-07-23 05:35:45 +09:00
Yoshinari Takaoka
f578bab6a8
fixed typo 2021-07-23 04:29:46 +09:00
Sergey Panteleev
668b6fc288
Fix example title and constants in ImagickDraw 2021-07-22 15:31:46 +03:00
Sergey Panteleev
c34257b728
Gmagick enhancement (#802) 2021-07-22 12:37:39 +03:00
沈唁
da9d818161
Fix event return values (#811) 2021-07-22 17:26:04 +08:00
Yoshinari Takaoka
506da7e0e6
fixed parameter markup 2021-07-22 17:50:10 +09:00
Nickolas Burr
949123c45e
Fix documented return type for CachingIterator::hasNext()
Closes GH-809.
2021-07-22 09:30:54 +02:00
Kamil Tekiela
4a3d3cf1f6
Fix inaccurate information in pdo query (#806)
* Added the missing 'prepares' to the description

* Removed inaccurate information. The statement is returned even if there's no result set

* Added a note explaining what to do if the SQL has placeholders

* Removed confusing para. It's not a feature of PDO::query

* Simplify the return part

* It returns a statement, not a result set!
2021-07-21 16:18:54 +01:00
zors1
636409541f
Fix refpurpose of Imagick::getImageAttribute (#807) 2021-07-21 17:23:26 +03:00
Kevin van Sonsbeek
9a511f92cb
Change the incorrect return type
Closes GH-805.
2021-07-21 11:50:01 +02:00
沈唁
e26545dcab
Update quotation mark (#803)
* Fix quotation mark error

* Upadte
2021-07-21 17:12:19 +08:00
Sergey Panteleev
7febeefab6
Fix pthreads return values (#801) 2021-07-20 15:20:53 +03:00
Sergey Panteleev
5d927c376e
Fix entries in parallel 2021-07-19 16:46:36 +03:00
Christoph M. Becker
30fa70554d
book.sem is actually about three modules
And ftok() is in ext/standard.  Might be reasonable to split the
documentation respectively.

Anyhow, sysvshm is supported on Windows at least as of PHP 7.0.0.
2021-07-19 14:27:45 +02:00
Christoph M. Becker
70babd5faf
pathinfo() operates naively on the input string
Closes GH-798.
2021-07-18 14:50:48 +02:00
zors1
e83ad8ecd4
Capitalize "Linux" (#794) 2021-07-17 13:32:31 +01:00
zors1
600c54038d
Improve "Return Values" section of some GmagickDraw methods
Closes GH-793.
2021-07-16 22:40:22 +02:00
Jeremy Mikola
a44dc91a4d
libmongocrypt accepts base64 strings or BSON binary
https://jira.mongodb.org/browse/PHPC-1901
2021-07-16 14:54:13 -04:00
Jeremy Mikola
1e2846b81c
Document support for AWS and GCP KMS providers
https://jira.mongodb.org/browse/PHPC-1684
2021-07-16 14:54:13 -04:00
Jeremy Mikola
672dfcbadc
Document disableClientPersistence driver option
https://jira.mongodb.org/browse/PHPC-1645
2021-07-16 14:54:13 -04:00
Jeremy Mikola
7daf344fd8
Revise MongoDB\Driver\Manager var_dump() example
The previous example was incorrect, as "cluster" is an array of server descriptions (not an associative array).

The "cluster" array in the example is empty because the Manager has not performed IO and initialized SDAM; however, doing so would produce very verbose output, which seems unnecessary.
2021-07-16 14:54:12 -04:00
Jeremy Mikola
40dbbc56e3
Document MongoDB\Driver\Manager::addSubscriber and removeSubscriber
https://jira.mongodb.org/browse/PHPC-1804
2021-07-16 14:54:12 -04:00
Christoph M. Becker
59e1af19dd
Fix #77762: CURLOPT_SSL_VERIFYHOST should mention subjectaltname
We also state that `1` should not be used, since it changed its
meaning: <https://curl.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html>,
and we can't be bothered to document the version dependent behavior
back to cURL 7.10.5.
2021-07-16 17:15:05 +02:00
Christoph M. Becker
cc664c831a
Fix #78002: APCUIterator regexp array returns no results 2021-07-16 16:55:03 +02:00
zors1
18fccbbd08
Fix refpurpose of GmagickDraw::line
Closes GH-791.
2021-07-16 16:09:20 +02:00
Christoph M. Becker
1d61be1ed9
float to string conversion is no longer locale dependent 2021-07-16 16:07:30 +02:00
Lee Rowlands
2ec2ad2aab
Fix typehint
Closes GH-788.
2021-07-16 15:09:14 +02:00
George Peter Banyard
a6cb155475
Syslog does not support the %m format specificer
Nor any other printf specifier

Drop version name for Windows note as a drive by fix.

Closes GH-786.
2021-07-16 15:06:06 +02:00
Christoph M. Becker
1128875883
Fix #81266: mkdir calls directories folders in example code 2021-07-16 15:00:29 +02:00
Christoph M. Becker
14667574fb
PDO_MySQL does not properly support out parameters
Cf. <https://bugs.php.net/65929>.
2021-07-13 15:14:25 +02:00
Sergey Panteleev
49d4fb5557
Yaf_Dispatcher enhancement 2021-07-13 16:08:05 +03:00
Kamil Tekiela
3d34df4084
Move mysqli SQL injection warning to a snippet (#703) 2021-07-12 15:08:55 +01:00
Sergey Panteleev
eedb233402
RRDGraph enhancement 2021-07-12 09:38:40 +03:00
othercorey
04a6d30dc1
Update return type for SessionHandlerInterface::gc() (#704)
The type is `int|false` but documented as `int|bool`.
2021-07-11 18:23:12 +01:00
Kamil Tekiela
04df229c53
Fix remaining usages of __autoload (#752) 2021-07-11 17:00:43 +01:00
Sergey Panteleev
64bab6321f
Snmp enhancement (#774) 2021-07-11 18:08:21 +03:00
Christoph M. Becker
c8754aca29
Fix: [ parallel\Events ] Incorrect reference
Closes GH-775.
2021-07-11 16:29:16 +02:00
Sergey Panteleev
f411d6bbf1
Collator enhancement (#773) 2021-07-11 17:09:29 +03:00
Kamil Tekiela
d1d43ac1cc
Fixed remaining issues in mysqli versions.xml (#772)
* Removed non-existent functions

* Removed duplicated entries

* Added comments
2021-07-11 12:12:21 +01:00
Tiffany
9d35d85531
Revise wording for synopsis and summary (#768) 2021-07-10 12:08:36 -05:00
Philip Olson
3006c659b1 Deprecate TLS 1.0 and 1.1 2021-07-09 15:18:29 -07:00
Philip Olson
01456abae9 Deprecate TLS 1.0 and 1.1 2021-07-09 15:18:14 -07:00
Yoshinari Takaoka
f24ff59d10
Added PHP 8 into versions.xml for mysqli based on stubs. (#426) 2021-07-09 21:54:13 +01:00
沈唁
d8047edf39
Fix wrong params names for mysqli::__construct() [81232] (#769)
* Fix wrong params names for mysqli::__construct() [81232]

* Fix missing hostname
2021-07-09 19:24:25 +08:00
zors1
1854a0d060
Add missing period on webPhar page (#767) 2021-07-08 14:33:02 -05:00
zors1
b43148c4e3
Capitalize word on webPhar page (#766) 2021-07-08 21:54:27 +03:00
Karsten Lehmann
d42b32e96b
Fix parameter names for array functions (#616)
* Fix parameter names in array_walk docs

* Fix parameter names in documentation for array_walk_recursive
2021-07-07 21:53:13 +01:00
zors1
222b43d6c1
Fix misspelling of "successful" on dba_open page (#764) 2021-07-07 14:43:43 +02:00