Commit graph

27193 commits

Author SHA1 Message Date
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
Barney Laurance
14cd35a23d
Exception implements Throwable + fix message param type
We were getting an Error trying to pass null to construct an exception, and found that "" works but null doesn't.

Also correcting the inheritance keyword since Throwable is an interface.

This brings these docs more into line with the PHPStorm stubs.

Closes GH-668.
2021-06-07 19:06:00 +02: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
aef53758a6
Add mb_str_split() to migration guide 2021-06-06 18:45:50 +01:00
George Peter Banyard
066ad854aa Fix section order issues in MemCached extension
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
fb759012a0 Fix section order issues in fdf extensiony
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
4283ca8aa3 Fix section order issues in Hash extension
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
4a9963bc40 Fix section order issues in IMAP extension
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
3c68e46cea Fix section order issues in PCRE extension
preg_filter() parameters still need to be documented.

Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
f374ce87ed Fix section order issues in ibase extension
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
782d62b55a Fix section order issues in PCNTL extension
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
7dd3f75c29 Fix section order issues in Trader extension
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
c0d9ebb6de Fix section order issues in OpenAL extension
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
06779b0612 Fix section order issues in funchand/ folder
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
74a2224b35 Fix section order issues in SimpleXML extension
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
cbac1ecf71 Fix lone section order issues in various extensions
Part of #658
2021-06-06 18:03:03 +01:00
George Peter Banyard
e1eff0924f Fix section order issues in Reflection extension
Part of #658
2021-06-06 18:03:03 +01:00
Sergey Panteleev
442f7d4459
Use literal tags instead of apostrophes (#653) 2021-06-06 16:06:15 +03:00
Vladimir
d579464d52
shorten fopen w+ description
make it consistent with x+, c+

Closes GH-660.
2021-06-06 13:52:19 +02:00
Yoshinari Takaoka
dcbd255b07
fixed match expression example comment. 2021-06-05 04:30:28 +09:00
Yoshinari Takaoka
969080b592
Added ReflectionAttribute related Documentation. (#588)
* Added ReflectionAttribute related Documentation.

* Update reference/reflection/reflectionattribute/isrepeated.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

* Update reference/reflection/reflectionattribute/isrepeated.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

* Update reference/reflection/reflectionattribute/newinstance.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

* Update reference/reflection/reflectionattribute/newinstance.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

* Update reference/reflection/reflectionclass/getattributes.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

* Update reference/reflection/reflectionclassconstant/getattributes.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

* Update reference/reflection/reflectionfunctionabstract/getattributes.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

* Update reference/reflection/reflectionparameter/getattributes.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

* Update reference/reflection/reflectionproperty/getattributes.xml

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>

Co-authored-by: Benjamin Eberlei <kontakt@beberlei.de>
2021-06-04 20:20:42 +09:00
Paragon Initiative Enterprises
14e3e35ca0
Provide documentation for many ext/sodium functions
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-592.
2021-06-04 13:10:30 +02:00
Christoph M. Becker
ab36e3826c
Update ini_restore() example
y2k_compliance is removed as of PHP 5.4.0.
2021-06-04 11:11:39 +02:00
Máté Kocsis
80446d37cb
Fix return value description of SessionHandlerInterface::read()
Closes GH-654.
2021-06-04 11:07:29 +02:00
Sergey Panteleev
eec6a4a36b
Remove PHP 5, 7 references (#564)
- zookeeper
- zlib
- zip
- yaf
- uopz
- uodbc
- openssl
- funchand
2021-06-04 09:13:56 +03:00
AllenJB
8f289dbadb
Ini settings: upload_max_filesize: Add note regarding post_max_size
Closes GH-652.
2021-06-03 15:53:56 +02:00
George Peter Banyard
180ed02e4b
No need for two changelog entries 2021-06-02 01:34:05 +01:00
Máté Kocsis
2097828a3d
Document that PDO::FETCH_DEFAULT is only available as of PHP 8.0.7
Closes GH-597.
2021-06-01 14:54:46 +02:00
colshrapnel
f1def1dea9
Add a note to strtok
* Add a note to strtok 

There are some nuances, explained in the strtok man page, https://man7.org/linux/man-pages/man3/strtok.3.html namely starting, ending and duplicated tokens are ignored.

Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>

Closes GH-643.
2021-06-01 14:27:01 +02:00
George Peter Banyard
67d2e5fb1d
Remove mysqlnd plugin docs 2021-05-31 16:24:50 +01:00
沈唁
9c50518b73
Remove spldoublylinkedlist construct (#641)
* Remove spldoublylinkedlist construct

* Update

* Remove spldoublylinkedlist construct
2021-05-31 18:23:33 +08:00
Sergey Panteleev
3263a6218e
DateInterval: weeks and days can be combined since 8.0.0 (#637)
Closes #633
2021-05-29 08:59:50 +03:00
Christoph M. Becker
e4b889a3e8
Fix #53397: Modulo is not accurate with double 2021-05-28 16:10:48 +02:00
Colin O'Dell
4d6b19c546
Update types for IntlChar::charType()
Based on 5b01c4863f/ext/intl/uchar/uchar.stub.php (L29-L30)

Closes GH-604.
2021-05-28 15:50:57 +02:00