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
Kieran
5243392681
Update stream_bucket_make_writeable return types
...
Closes GH-636.
2021-05-28 15:26:50 +02:00
Sergey Panteleev
b90054e3eb
Fix function description ( #635 )
2021-05-28 11:38:26 +03:00
Sergey Panteleev
f1b1ac9c7d
Fix a typo
2021-05-28 09:43:39 +03:00
Christoph M. Becker
cc0198aafd
Fix typo in example
2021-05-26 12:03:49 +02:00
Andreas Braun
2de5fb458e
MongoDB: remove obsolete terminology
2021-05-26 09:08:57 +02:00
George Peter Banyard
1fc853737a
Remove legacy MongoDb driver docs
2021-05-25 19:38:28 +01:00
George Peter Banyard
1d00d0ad21
Remove stats extension docs
2021-05-25 19:38:28 +01:00
George Peter Banyard
0e2405ef82
Remove Tokyo Tyrant docs
2021-05-25 19:38:28 +01:00
George Peter Banyard
3bf6ef79a5
Remove suhosin docs
...
It was already not included
2021-05-25 19:38:27 +01:00
George Peter Banyard
f5721a51e3
Remove sphinx docs
2021-05-25 19:38:27 +01:00
George Peter Banyard
a6ce8d349d
Remove quickhash docs
2021-05-25 19:38:27 +01:00
George Peter Banyard
02f9eb8bf3
Remove proctile docs
2021-05-25 19:38:27 +01:00
George Peter Banyard
51e3bd3d38
Remove paradox docs
2021-05-25 19:38:27 +01:00
George Peter Banyard
567485bc84
Remove ncurses docs
2021-05-25 19:38:27 +01:00
George Peter Banyard
6d1284c431
Remove memtrack docs
2021-05-25 19:38:26 +01:00
George Peter Banyard
38a3b0d552
Remove Ingres docs
2021-05-25 19:38:26 +01:00
George Peter Banyard
587f082034
Remove filepro docs
2021-05-25 19:38:26 +01:00
George Peter Banyard
4d168cd5f3
Remove dbplus docs
2021-05-25 19:38:26 +01:00
George Peter Banyard
0b36c0742c
Remove classkit docs
2021-05-25 19:38:26 +01:00