Commit graph

19077 commits

Author SHA1 Message Date
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
Remi Collet
a997a6c145
Add information about "threads" with libsodium
Closes GH-762.
2021-07-07 10:25:58 +02:00
Sergey Panteleev
0da76b0197
Sync enhancement (#761) 2021-07-06 15:14:59 +03:00
zors1
562a216c81
Add period and comma on Phar intro page (#760) 2021-07-06 10:45:02 +03:00
Christoph M. Becker
ff4424769d
Clarify flock() for same process/other file handle on Windows
We may want to clean up the notes section sometime.
2021-07-05 15:51:22 +02:00
Sergey Panteleev
a32b6c51c4
Fix issues in stream directory (#759) 2021-07-05 12:31:02 +03:00
Sergey Panteleev
648875cf73
Cubrid enhancement (#740) 2021-07-03 18:57:25 +03:00
Kamil Tekiela
6fbc82c739
Overhaul example for class_exists
Closes GH-749.
2021-07-03 12:55:49 +02:00
Christoph M. Becker
4ec526180c
Describe range of default_longitude and _latitude
Closes GH-745.
2021-07-03 12:52:37 +02:00
Christoph M. Becker
bf85f2f1fc
Add visibility modifiers to streamWrapper::__construct and ::__destruct 2021-07-03 12:21:20 +02:00
zors1
d3ad869d16
Fix typos in setup.xml (#755) 2021-07-03 11:31:25 +03:00
Christoph M. Becker
f7b3a3a469
Fix #47236: Server Cert not captured when using TLS
The term "stream wrapper" is unfortunately not that clearly defined.
2021-07-02 17:06:47 +02:00
Christoph M. Becker
f456b5951e
bindtextdomain() interprets empty $directory as CWD
We deliberately do not document that "0" also means CWD.
2021-07-02 16:44:47 +02:00
jrfnl
67a54da71f ReflectionProperty: fix a few references to wrong class name(s)
These methods only exist on the `ReflectionProperty` class, not on `ReflectionClass`.
2021-07-02 13:38:11 +01:00
Sergey Panteleev
942afdf312
Fix issues in runkit7 directory (#742)
Part of #658
2021-07-02 12:15:34 +03:00
Kamil Tekiela
7783d8198a
Remove PHP 4 constructor from get_parent_class example
Ckises GH-748.
2021-07-01 23:28:54 +02:00
Christoph M. Becker
c9bc21cb73
Fix #81218: get_object_vars returns parent class parameters
Besides there are no "class parameters", parent properties are returned
if in scope.
2021-07-01 19:09:53 +02:00
zors1
f2af34e50c
Replace a comma with a period in sort.xml
Closes GH-746.
2021-06-30 14:54:14 +02:00
Yoshinari Takaoka
683c11a44a
removed PHP4 related zlib note. (#739) 2021-06-27 23:11:31 +09:00
Yoshinari Takaoka
e7853a8a24
Improved ext/sodium [Introduction|Resource Types] documentation. (#655) 2021-06-27 21:15:32 +09:00
Tiffany
0e81411492
Additional revisions to ucwords
Closes GH-727.
2021-06-27 12:30:10 +02:00
Sergey Panteleev
f5da09b298
Fix ldap functions description (#733) 2021-06-26 09:02:31 +03:00
Kamil Tekiela
733626c0a4
Fix example of datefmt_get_timezone_id (setTimeZoneID has been removed)
Closes GH-718.
2021-06-25 23:31:16 +02:00
Kamil Tekiela
9d2b858bca
Remove magic_quotes_runtime docs
Closes GH-719.
2021-06-25 19:27:30 +02:00
Christoph M. Becker
f52f2a81eb
Fix #81201: Missing description of CURLOPT_PASSWORD option 2021-06-25 18:49:14 +02:00
Kamil Tekiela
9e0a39029d
Remove PHP 5 info and collapse top note in ob_start
Closes GH-729.
2021-06-24 23:16:41 +02:00
Tiffany
552f92a2ec
Revise wording for ucwords (#726) 2021-06-24 09:30:02 -05:00
Kamil Tekiela
a35fce69cc
Remove obsolete resource information
Closes GH-725.
2021-06-24 16:08:30 +02:00
Kamil Tekiela
a94b259189
Remove unneeded note
set_socket_blocking was removed in PHP 7.0. socket_set_blocking is still an alias and is not deprecated, but since we don't document aliases in notes, I removed the whole note.

Closes GH-724.
2021-06-24 14:57:32 +02:00
Sergey Panteleev
f6d269c002
Fix issues in oci8 directory (#722) 2021-06-24 14:55:17 +03:00
Sergey Panteleev
8c2f58a7de
Fix issues in phar directory (#721)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-06-24 14:00:02 +03:00
Sergey Panteleev
47e2bde2fa
Add classname to ZookeeperConfig instance 2021-06-24 13:12:33 +03:00
Kamil Tekiela
67ae2b943e
Remove obsolete mcrypt example
Closes GH-717.
2021-06-23 23:51:59 +02:00
Kamil Tekiela
d335ba69a1
Remove split() and ereg()
Closes GH-716.
2021-06-23 20:20:58 +02:00
Sergey Panteleev
1f801a1187
LDAP link identifier replaced with LDAP resource (#715) 2021-06-23 13:41:35 +03:00
Sergey Panteleev
a2cd8e7de3
Fix issues in memcached directory (#714) 2021-06-23 12:51:01 +03:00
Sergey Panteleev
0d69739d2c
Fix issues in pthreads directory (#711) 2021-06-22 12:44:48 +03:00
Tyson Andre
a3a4cd9bea
Use a better example for using header() to set status code
This may be the first thing users see when searching how to set the
response code - most will not be familiar with differences between
http/1.0 and 1.1

- HTTP/1.0 does not support connection keepalive
- http_response_code(404) is a shorter way to set a status code with the default
  status message

https://www.php.net/manual/en/function.header.php#92305 also mentions
that the wrong protocol can cause issues with (older?) web servers

Closes GH-709.
2021-06-21 17:36:48 +02:00
Christoph M. Becker
1f7d8b1ee9
Fix #81179: fileperms() return wrong access information 2021-06-21 15:00:16 +02:00
othercorey
b1a15df084
Fix whether misspelling (#705)
* Fix whether misspelling

* Update isrepeated.xml

Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-06-20 14:02:21 +08:00
Sergey Panteleev
4a9a553afc
Fix issues in mysqli directory (#700) 2021-06-18 14:15:33 +03:00
Christoph M. Becker
83a17a7324
Fix notes section of is_callable()
Cf. <https://github.com/php/doc-en/pull/689#pullrequestreview-687134126>.
2021-06-18 10:51:28 +02:00
Sergey Panteleev
e6553e39c9
Fix some issues in radius directory (#698) 2021-06-18 09:43:49 +03:00
Sergey Panteleev
dcf9bf48cd
Fix some issues in parallel directory (#694) 2021-06-18 09:41:59 +03:00
Larry Garfield
4807f1a19e
Fold in comments from is_callable() page
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-689.
2021-06-17 23:51:24 +02:00
Christoph M. Becker
e9a40dae7c
Add initializer
Omitting the parameter behaves like an empty array has been passed.
2021-06-17 18:05:01 +02:00
Sergey Panteleev
d2621c5028
Remove undocumented tag 2021-06-17 19:01:30 +03:00
Christoph M. Becker
9e3e335d2f
Fix #81157: Wrong documentation for \Ds\Set::__construct
Unfortunately, the parameter doesn't have a default yet.
2021-06-17 17:33:00 +02:00
Christoph M. Becker
22fa19e253
Clarify parse_url() behavior for invalid URLs
For invalid URLs, parse_url() may return nonsense – all bets are off.
2021-06-16 18:08:30 +02:00
Sergey Panteleev
7e0812ffc3
Improvement sodium functions description (#695) 2021-06-16 13:55:39 +03:00
Sergey Panteleev
d91e36266d
Fix issues in mcrypt and datetime directories (#691)
Part of #658
2021-06-15 18:27:03 +03:00
Sergey Panteleev
4287d6eadb
Fix sodium_bin2hex description (#690) 2021-06-15 15:08:31 +03:00
Christoph M. Becker
e9340fb6bc
Fix #54176: locale_compose accepts more than 3 extlang 2021-06-15 11:35:07 +02:00
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
George Peter Banyard
d26548d335
Fix most section issues in OCI8
Part of #658
2021-06-13 19:33:50 +01:00
George Peter Banyard
3d69f8f11f
Fix most missing param sections for PDO
Also rearange changelog before examples for one file

Part of #658
2021-06-13 19:24:31 +01:00
George Peter Banyard
556bea8a24
Remove PHP 5 specific mcrypt docs 2021-06-13 18:35:23 +01:00
Sergey Panteleev
f8854f6a6a
Fix some issues in posix directory
Part of #658
2021-06-13 13:05:33 +03:00
Sergey Panteleev
0ab9e29040
Fix some issues in pthreads directory
Part of #658
2021-06-13 13:00:46 +03:00
Sergey Panteleev
756e0dd858
Fix some issues in memcache directory
Part of #658
2021-06-13 12:58:40 +03:00
Sergey Panteleev
b76d2e6b36
Fix some issues in componere directory
Part of #658
2021-06-13 12:56:18 +03:00
Sergey Panteleev
4411b371d0
Fix some issues in misc directory
Part of #658
2021-06-13 12:54:30 +03:00
Sergey Panteleev
b4afab59db
Re-added mb_* functions unicode section as notes 2021-06-13 12:34:28 +03:00
Yoshinari Takaoka
bfadfd1c4c
Fix some issues in exif directory
Part of #658
constants section is moved to returnvalues one.
2021-06-13 13:04:39 +09:00
Yoshinari Takaoka
aa0cb38a27
Fix some issues in dir directory
Part of #658
2021-06-13 12:56:08 +09:00
jhdxr
e559d0d44d update refpurpose for sort functions as well 2021-06-12 02:37:45 +08:00
蝦米
9ec0244d48
Clarify the order of sort functions in their description
Closes GH-681.
2021-06-11 18:51:25 +02:00
Sergey Panteleev
4aa11f94a6
Fix sodium missed description 2021-06-11 13:26:59 +03:00
Sergey Panteleev
f5a5f5ae75
Fix some issues in phar directory
Part of #658
2021-06-11 11:01:17 +03:00
Sergey Panteleev
a871ef72ed
Fix some issues in sockets directory
Part of #658
2021-06-11 10:56:22 +03:00
Sergey Panteleev
d68e83b719
Fix some issues in mysqli directory
Part of #658
2021-06-11 10:53:12 +03:00
Sergey Panteleev
3cbe1da561
Fix function name 2021-06-11 10:26:42 +03:00
Sergey Panteleev
70fe4159bf
Fix some issues in datetime directory
Part of #658
2021-06-10 16:36:10 +03:00
Sergey Panteleev
6846ebb4e3
Fix issues in classobj directory
Part of #658
2021-06-10 16:30:21 +03:00
Sergey Panteleev
871a231f4a
Fix issues in Filesystem directory
Part of #658
2021-06-10 16:28:13 +03:00
Sergey Panteleev
30c25e7d49
Fix issues in MbString directory
Part of #658
2021-06-10 15:02:51 +03:00
Sergey Panteleev
65c4446ab3
Fix issues in Imagick directory
Part of #658
2021-06-10 14:52:56 +03:00
Florian Engelhardt
35c2cd3ad9
Update FILTER_NULL_ON_FAILURE usage
Closes GH-679.
2021-06-10 12:30:17 +02:00
Sergey Panteleev
8dd14a886c
Fix issues in Info directory
Part of #658
2021-06-10 12:38:11 +03:00
Sergey Panteleev
f33c301789
Fix issues in Network directory
Part of #658
2021-06-10 12:30:36 +03:00
Sergey Panteleev
5106807f25
Fix issues in Readline directory
Part of #658
2021-06-10 12:20:48 +03:00
Sergey Panteleev
a4fe8cf4c7
Rewrite eio return values section 2021-06-10 09:18:28 +03:00
Christoph M. Becker
eae5a1cf1e
Revert "Fix #69884: mysqli->connect_error seems to be shared across objects"
This reverts commit efaedacb53.

We cannot document non-static properties as being static, even if they
should have been static in the first place.
2021-06-09 18:24:11 +02:00
Florian Engelhardt
f267b24e35
Add FILTER_VALIDATE_BOOL alias to docs
Closes GH-676.
2021-06-09 16:11:06 +02:00
Sergey Panteleev
3eaa74fd7d
Fix issues in Dom directory
Part of #658
2021-06-09 12:21:46 +03:00
Sergey Panteleev
2de607fdc7
Fix issues in Eio directory
Part of #658
2021-06-09 12:18:49 +03:00
Sergey Panteleev
1de948e93f
Fix issues in ErrorFunc directory
Part of #658
2021-06-09 12:12:17 +03:00
Sergey Panteleev
6ab6ea4658
Fix issues in OutControl directory
Part of #658
2021-06-09 12:10:39 +03:00
Sergey Panteleev
5347aa6e13
Fix issues in RpmInfo directory
Part of #658
2021-06-09 12:07:04 +03:00
Sergey Panteleev
35b95a56cc
Fix issues in Session directory
Part of #658
2021-06-09 12:05:20 +03:00
Sergey Panteleev
3954d29fbd
Fix issues in PgSql directory
Part of #658
2021-06-09 09:56:59 +03:00
Sergey Panteleev
257f8f8610
Fix issues in Ev directory
Part of #658
2021-06-09 09:54:59 +03:00
Sergey Panteleev
338f05c722
Fix issues in Math directory
Part of #658
2021-06-09 09:54:14 +03:00
Sergey Panteleev
a280a84c7e
Fix issues in Spl directory
Part of #658
2021-06-09 09:50:45 +03:00
Sergey Panteleev
9f7b578adf
Fix section issues (#666)
* Fix issues in Image directory
* Fix issues in Gmagick directory
* Fix issues in Snmp directory

Part of #658
2021-06-07 18:46:20 +03:00
Yoshinari Takaoka
fed3682684
Fix section order issues in some extensions (#667)
Fix section order issues

- ldap
- libxml
- intl

Part of php/doc-en#658
2021-06-07 23:04:32 +09:00
Sergey Panteleev
f3b9d85f71
Fix section order issues in Apache directory
Part of #658
2021-06-07 11:49:02 +03:00
Sergey Panteleev
8b326948c2
Fix section order issues in Stomp directory
Part of #658
2021-06-07 11:48:55 +03:00
Sergey Panteleev
adc94ff1ad
Fix section order issues in Stream directory
Part of #658
2021-06-07 11:48:44 +03:00
Sergey Panteleev
715a125af5
Fix section order issues (#664)
* Added parameters section for Tidy
* Fix section order for Svn
* Fix section order for Strings
2021-06-07 11:12:12 +03:00
George Peter Banyard
066ad854aa Fix section order issues in MemCached extension
Part of #658
2021-06-06 18:03:03 +01:00