Commit graph

27184 commits

Author SHA1 Message Date
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
68a99896d6 Add QA script to CI 2021-06-13 23:23:33 +01:00
George Peter Banyard
ebbc2cff0f Update extensions.xml file generated from doc-base script 2021-06-13 23:23:33 +01:00
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
George Peter Banyard
8e732e84a1
Remove legacy Windows docs (#661)
Also fix the very weird indentation (sorry translations)

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-06-13 23:20:58 +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
5b4d6ddc1a
Fix some issues in predefined directory
Part of #658
2021-06-13 12:58:10 +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