Máté Kocsis
642411772c
Generate ext/pdo class synopses from stubs
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-1109.
2021-12-15 19:52:36 +01:00
Máté Kocsis
d231ec9e7d
Generate ext/oci8 class synopses from stubs
...
Closes GH-1105.
2021-12-15 19:01:20 +01:00
Máté Kocsis
cd46fa89d3
Generate php_user_filter class synopsis from stubs
...
Closes GH-1116.
2021-12-15 18:59:39 +01:00
Máté Kocsis
591a6aa1de
Display SessionUpdateTimestampHandlerInterface as an interface rather than a class
...
Closes GH-1107.
2021-12-15 18:33:43 +01:00
Máté Kocsis
4eb60e8132
[skip-revcheck] Generate ext/session class synopses from stubs
2021-12-15 18:32:56 +01:00
Thomas Landauer
1f7c271286
Document that enum cases are labels
...
Closes GH-1197.
2021-12-15 18:21:33 +01:00
Máté Kocsis
fbfbffff6b
Generate ext/gmp class synopses from stubs
...
Closes GH-1113.
2021-12-15 18:11:42 +01:00
Kai Wei
5eb55cda5c
Errors/Exceptions missing for chmod()
...
Closes GH-1203.
2021-12-15 17:39:37 +01:00
Tor Edvardsson
de14580fb3
Documentation for net_get_interfaces()
...
Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-847.
2021-12-15 17:33:34 +01:00
Christoph M. Becker
afbe8ad5ba
Fix GH-1205: Multiple undocumented BC in DOM extension
2021-12-15 12:52:26 +01:00
Jeremy Mikola
d120d37cc9
BSON classes and CursorId implement Stringable
...
https://jira.mongodb.org/browse/PHPC-2007
2021-12-14 14:10:00 -05:00
Jeremy Mikola
dcfdf315b4
KMIP KMS provider and KMS TLS options
...
https://jira.mongodb.org/browse/PHPC-1912
https://jira.mongodb.org/browse/PHPC-2009
2021-12-14 13:54:44 -05:00
Jeremy Mikola
8502e6a26a
Add Binary::TYPE_COLUMN constant and update changelog
...
https://jira.mongodb.org/browse/PHPC-1942
https://jira.mongodb.org/browse/PHPC-1499
2021-12-14 13:51:25 -05:00
Dan
c36ce0b514
[8.0] Document remaining core changes
...
* document changes to `new` in php 8.0
* document php 8.0 changes for `instanceof`
* document php 8.0 change to `define`
Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
Closes GH-1155.
2021-12-14 18:34:40 +01:00
Kamil Tekiela
5dfba3d91f
Add more implode examples
...
Closes GH-1195.
2021-12-13 14:07:29 +01:00
Tyson Andre
917c06eac8
Update runkit7 function documentation, names
...
Closes GH-1194.
2021-12-12 16:17:01 +01:00
Tyson Andre
8d226f128f
Link to spl_object_id from similar functions
...
Using an integer is faster and more memory-efficient than creating a 32-byte
string hash.
`runkit7_object_id` is one way to polyfill PHP 7.2+ `spl_object_id`
in older PHP 7 versions and continues to exist in the PECL.
Closes GH-1198.
2021-12-12 16:15:16 +01:00
Carlos C Soto
9d1833c496
Reword description on DOMDocument::domElement ( #973 )
...
* Reword documentElement clumsy description
* Reword "will return" to "evaluates to"
2021-12-11 19:14:58 -06:00
Christopher Jones
a48db6e7cd
Document new function oci_set_prefetch_lob()
2021-12-11 23:18:09 +11:00
Kamil Tekiela
d83aa96e67
PHP 8.1: FILTER_SANITIZE_STRING is deprecated ( #1193 )
2021-12-10 14:25:58 +00:00
Christoph M. Becker
32cd7f679d
FILTER_FLAG_(SCHEME|HOST)_REQUIRED are removed as of PHP 8.0.0
2021-12-10 14:47:50 +01:00
Christoph M. Becker
730cbb0a7a
Fix GH-1192: setcookie() description is not updated
...
The exact date in the past may not matter too much, so we are
unspecific here.
And no, you can't set `$value` to false, because the parameter expects
a string.
2021-12-10 10:59:35 +01:00
Sergey Panteleev
92673cc45a
[PHP 8.1] Documentation for full_path
entry of $_FILES
( #1130 )
...
Co-authored-by: Yoshinari Takaoka <mumumu@mumumu.org>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-10 10:16:31 +03:00
Christoph M. Becker
64a905b806
Delete luasandbox entity files
...
These are generated by ./configure, and are not supposed to be
committed to the repo.
2021-12-09 16:24:07 +01:00
Christoph M. Becker
c5c3a4153d
fopen() $mode is ignored for several php:// stream wrappers
...
Cf. <https://bugs.php.net/79905 >.
2021-12-09 16:21:49 +01:00
Christoph M. Becker
fbba47c54e
Remove obsolete info regarding php://stdin
2021-12-09 16:13:27 +01:00
Christoph M. Becker
0219f62dcd
*Declaring* mandatory after optional parameters is deprecated
...
It's not about *passing* of the arguments.
2021-12-09 13:53:23 +01:00
Christoph M. Becker
d6eb5fda8a
Fix GH-1188: APCu Installation page is outdated
2021-12-09 12:51:30 +01:00
魔王卷子
690c3ea7c7
[skip-revcheck] fixed typo ( #1187 )
2021-12-09 10:12:38 +03:00
Christoph M. Becker
761f713125
Fix GH-1182: constant() throws Error exception as of PHP 8.0.0
2021-12-08 13:53:42 +01:00
Yoshinari Takaoka
39247cb926
[PHP 8.1] Document deprecated ctype non-string argument. ( #1179 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-08 20:18:41 +09:00
Christoph M. Becker
8a7836bf88
Fix GH-1178: array_flip allegedly can return null
2021-12-08 11:29:58 +01:00
Christoph M. Becker
2790c0fd69
Fix GH-1181: Incorrect example for IntlDateFormatter::setPattern()
...
In addition to fixing the format specifiers, we also echo line breaks,
so the output matches the example code.
2021-12-08 11:23:17 +01:00
Christoph M. Becker
d09a881a8e
Fix #79809 : imagecreatefromwebp() does not support animated WebP
2021-12-06 17:53:36 +01:00
Christoph M. Becker
213fbd9440
Remove obsolete info regarding libgd < 2.1.0
...
As of PHP 7.0.0, libgd ≥ 2.1.0 is required anyway.
2021-12-06 17:51:26 +01:00
Szopen Xiao
4c0783f336
fix FFI non-static method is written to static method
...
Closes GH-1174.
2021-12-06 11:56:51 +01:00
Christoph M. Becker
91a4618df8
imap_mail_move() does actually copy and delete
...
Cf. <https://github.com/php/php-src/issues/7719 >.
2021-12-05 23:13:48 +01:00
Christoph M. Becker
c470f264a0
Document MYSQLI_IS_MARIADB
...
Cf. <https://github.com/php/php-src/pull/7713 >.
2021-12-05 19:29:04 +01:00
Yoshinari Takaoka
5e8652131e
added link for "final class constant" example.
...
This link will be also used from releases/8.1/en.php.
2021-12-05 22:47:41 +09:00
Yoshinari Takaoka
ca12a0c524
added link language.fibers in seealso section.
2021-12-04 20:56:31 +09:00
Yoshinari Takaoka
e0f02a3b23
Moved [overview|example] of Fibers to language/fibers.xml
...
Closes GH-1172.
2021-12-04 12:47:35 +01:00
Yoshinari Takaoka
2ff6e6bcad
[PHP 8.1] Document Array Unpacking with [int|string] Keys. ( #1171 )
...
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-12-03 12:05:42 +00:00
Yoshinari Takaoka
cd6ad4d03c
added link for Fibers.
...
Should we move class.fibers page to language.fibers?
2021-12-03 17:53:18 +09:00
Eric Stern
93cc19efef
Add list of attribute target constants
...
I think the constant names are self-explanatory enough to not require additional information
Closes GH-1168.
2021-12-02 23:01:16 +01:00
Christoph M. Becker
766f190db3
.Net framework 4.0 and later are supported as of PHP 8.0.0
2021-12-02 19:22:30 +01:00
Christoph M. Becker
6bc82c07c2
Fix #47569 : DOTNET cannot instantiate generic classes
2021-12-02 19:16:58 +01:00
Deleu
ff054fcb4e
Fix #79111 : is_numeric documentation utterly incomplete
...
We add information about leading and trailing whitespace.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-870.
2021-12-02 18:56:20 +01:00
Christoph M. Becker
c1f8c2ea33
Fix #69290 : Invalid modes do not trigger errors
2021-12-02 18:06:55 +01:00
Christoph M. Becker
60c391265d
Document \ escaping of escapeshellarg on Windows
...
Cf. <https://bugs.php.net/69646 >.
2021-12-02 17:54:26 +01:00
Christoph M. Becker
a049ea0cfb
Fix #81423 : UPGRADING doesn't mention that readonly becomes a reserved keyword
2021-12-02 17:16:56 +01:00