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
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
d6eb5fda8a
Fix GH-1188: APCu Installation page is outdated
2021-12-09 12:51:30 +01: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
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
Yoshinari Takaoka
49eff29e8e
replaced class
with method
.
...
Because these classes are NOT originally `final` class in PHP 8.0.
https://github.com/php/php-src/blob/PHP-8.0/ext/reflection/php_reflection.stub.php
2021-12-03 00:51:27 +09:00
Aaron Piotrowski
1f7a0e4af8
Fiber documentation
...
Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Fabien Villepinte <fabien.villepinte@gmail.com>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-1096.
2021-12-02 16:11:55 +01:00
Sergey Panteleev
0a192fcd9c
[PHP 8.1] Changelog entry for standard functions ( #1123 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes #1034
2021-12-02 15:26:58 +03:00
Máté Kocsis
ae0b8c5502
Inherited constants were unintentionally removed from ReflectionEnumUnitCase class synopsis page
...
Closes GH-1170.
2021-12-02 13:26:25 +01:00
Sergey Panteleev
83b6431800
[PHP 8.1] Remove final modifier from __clone()
( #1131 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-02 15:16:08 +03:00
Máté Kocsis
00b3ebfa68
Generate ext/reflection class synopses from stubs - part 3
...
Closes GH-1138.
2021-12-02 13:07:26 +01:00
therealgaxbo
f8718da894
Document PDO::PGSQL_ATTR_DISABLE_PREPARES attribute
...
Closes GH-1167.
2021-12-01 19:36:44 +01:00
Alexander M. Turek
a324fcef80
Add ReflectionIntersectionType
...
… to the list of ReflectionType subtypes
Closes GH-1166.
2021-12-01 15:26:16 +01:00
ignace nyamagana butera
3561c702e7
Document stream_bucket_make_writable()
...
Closes GH-1156.
2021-11-29 23:00:21 +01:00
Yoshinari Takaoka
5d1673b7a0
[PHP 8.1] Document final class constants. ( #1041 )
...
* Document final class constant.
* use singular form.
* Update language/oop5/constants.xml
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>
* Update language/oop5/constants.xml
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>
2021-11-29 15:06:49 -06:00
Christoph M. Becker
e8d10b3f15
Fix GH-1164: strftime is deprecated since PHP 8.1
2021-11-29 17:35:17 +01:00
Yoshinari Takaoka
75c0d66b7c
fixed cross reference related to CURL[String]File class.
2021-11-30 00:27:05 +09:00
Yoshinari Takaoka
f2b05d3988
CURLFile or CURLStringFile should be used to upload a file with CURLOPT_POSTFIELDS.
2021-11-29 23:46:09 +09:00
Yoshinari Takaoka
27fd6d7147
[PHP 8.1] Document CURLStringFile ( #1154 )
...
Reviewed by Avatar Alexander Moskalev, CURLStringFile Author ( https://github.com/Irker )
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-11-29 23:27:25 +09:00
Benjamin Morel
06116ee1bf
Use lowercase null for consistency
...
Closes GH-1158.
2021-11-29 13:48:57 +01:00
Fabien Villepinte
537e1dfad9
Add missing final modifier
...
Closes GH-1152.
2021-11-29 13:47:04 +01:00
Yoshinari Takaoka
d73c3dcbd6
[PHP 8.1] Document readonly properties. ( #1047 )
...
* [PHP 8.1] Document readonly properties.
* added ReflectionProperty::isReadOnly method.
* Apply suggestions from code review
Co-authored-by: Sergey Panteleev <sergey@php.net>
* Update language/oop5/properties.xml
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
* Update language/oop5/properties.xml
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
* added link to readonly-properties docs.
Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
2021-11-27 13:00:13 -06:00
Christoph M. Becker
7b6a20ed5d
Reflection(Property|Method)::setAccessible() no longer has effect
...
Cf. <https://wiki.php.net/rfc/make-reflection-setaccessible-no-op >.
2021-11-26 21:03:53 +01:00
divinity76
669c19f74e
MBString overloading was removed in 8.0.0
...
Closes GH-1149.
2021-11-26 15:38:33 +01:00
Kamil Tekiela
14e5e29fd1
Remove typo whitespace
2021-11-25 21:26:37 +00:00
Christoph M. Becker
61a690b59c
Revert "Revert "Autoloaders receive the FQN as written, not lower-cased""
...
This reverts commit 1fd2694499
.
Actually, all was good with the first commit. The fact that the lower-
cased FQN is searched, is already conveyed in the description of the
`$file_extensions` parameter.
2021-11-25 15:34:39 +01:00
Christoph M. Becker
1fd2694499
Revert "Autoloaders receive the FQN as written, not lower-cased"
...
This reverts commit 046e85df78
.
While "autoloaders receive the FQN as written" is true,
`spl_autoload()` actually lower-cases the FQN:
<https://github.com/php/php-src/blob/php-8.1.0/ext/spl/php_spl.c#L314 >
2021-11-25 15:04:46 +01:00
Máté Kocsis
8208e01b8c
Add docs for ReflectionReference::__construct() ( #1137 )
2021-11-25 23:01:33 +09:00
Dan
cf3707c0f4
Add stream_socket_client usage to stream_get_meta_data
...
This adds both examples and the missing optional key-value pair for the return array. Also switches to `var_dump` instead of `print_r`.
Co-authored-by: George Peter Banyard <girgias@php.net>
Closes GH-1124.
2021-11-23 15:20:40 +01:00
Yoshinari Takaoka
31979c1ec7
fixed XPointer evaluation failed warning.
...
This warning is emitted because RefrectionReference has no constructor page.
XPointer evaluation failed: #xmlns(db=http://docbook.org/ns/docbook )
xpointer(id('class.reflectionreference')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])
done.
2021-11-23 23:04:39 +09:00
Yoshinari Takaoka
f6e8402a6d
[skip-revcheck] fixed typo.
2021-11-23 22:51:23 +09:00
Máté Kocsis
8aec847009
Generate ext/reflection class synopses from stubs - part 2 ( #1121 )
2021-11-23 14:17:07 +01:00
Máté Kocsis
b0c0d6bcd9
Generate ext/reflection class synopses from stubs - part 1 ( #1120 )
2021-11-23 14:15:35 +01:00
Christoph M. Becker
470a17d5e8
Fix #39492 : log_errors do not use error_append_string directive
2021-11-23 13:29:12 +01:00
Christoph M. Becker
3f1bb54ebf
Remove obsolete info about display_errors being bool once
2021-11-23 12:57:57 +01:00