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
Christoph M. Becker
a049ea0cfb
Fix #81423 : UPGRADING doesn't mention that readonly becomes a reserved keyword
2021-12-02 17:16:56 +01:00
MorganAWS
33e1bb798e
Drop use of noise word "respectively" ( #1165 )
...
That's not what "respectively" means.
http://www.lexico.com/definition/respectively
"The PSpell functions now accept and return, respectively, PSpell\Config objects instead of pspell config resources."
means (a) there are precisely _two_ PSpell functions, where the first one (and you know which one that is) now accepts an object instead of a resource, and the second returns one.
2021-11-29 21:51:48 +00: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
4c79733cf7
Fix typo (Avix → Avif)
2021-11-29 19:01:02 +01: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
51dd596655
fixed readonly modifier link.
...
`xref linkend` leads to force all locales (translators) to `ReadOnly Properties` title.
2021-11-28 09:55:07 +09: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
Yoshinari Takaoka
0bbcee7822
added link for Enumerations.
2021-10-29 22:41:33 +09:00
Marco Aurélio Deleu
eb81160ac9
[80772] Add PHP 8 tokens ( #475 )
...
Co-authored-by: Sergey Panteleev <sergey@php.net>
2021-10-28 11:39:54 +03:00
Sergey Panteleev
8a04690ab3
Fix max_file_uploads
changeable value ( #1038 )
...
Closes GH-50684
Closes #1037
2021-10-22 11:06:27 +03:00
Sergey Panteleev
c2eca73ef7
[PHP 8.1] Use PgSql objects instead of resources ( #1009 )
2021-10-16 13:45:19 +03:00
Sergey Panteleev
2d99025327
[PHP 8.0] Add Semaphore opaque classes ( #1020 )
2021-10-13 19:19:36 +01:00
Yoshinari Takaoka
81b23db050
[PHP 8.1] Use an Pspell\[Dictionary|Config] instance instead of a resource ( #976 )
...
* add pspell related object class.
* changed resource list description.
* changes pspell function signature and parameters, changelog.
* use pspell.parameter.pspell-dictionary snippet.
2021-10-07 01:00:37 +09:00
Sergey Panteleev
a7e5e563d2
[PHP 8.1] Use GdFont ( #994 )
2021-10-05 15:30:01 +03:00
Yoshinari Takaoka
485e0b4b44
fixed pgsql resource name.
2021-10-01 04:50:30 +09:00
Sergey Panteleev
fbc6f9055f
[PHP 8.1] Use an LDAP instance instead of a resource ( #975 )
2021-09-30 15:43:14 +01:00
Sergey Panteleev
34892f8274
[PHP 8.1] Use an IMAP\Connection
instance instead of a resource ( #971 )
2021-09-28 19:13:36 +01:00
Sergey Panteleev
4d1c34c9b7
[PHP 8.1] Use an FTP\Connection
instance instead of a resource ( #967 )
...
Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
2021-09-24 13:17:30 +03:00
George Peter Banyard
4d2479dcf3
Migration guide from PHP 8.0 to PHP 8.1 ( #941 )
...
Initial version for the PHP 8.0 to 8.1 migration guide.
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-09-22 15:13:39 +01:00
Christoph M. Becker
1b06187eb1
Recommend absolute paths for extension_dir
...
The search strategy for loading dynamic modules (dlopen/LoadLibrary)
depends on the system, and the "base" directory on the SAPI, so we
recommend to use an absolute path.
2021-09-17 18:25:54 +02:00
Tyson Andre
1f64cacbb5
Add documentation for the var_representation PECL
...
Closes GH-885.
2021-09-16 19:14:10 +02:00
Christoph M. Becker
6e67c80bc7
Revert "Fix #944 : Usage of class keyword unclear"
...
This reverts commit 57ea81ca45
.
Cf. <https://news-web.php.net/php.doc.cvs/18875 >.
2021-09-13 13:40:34 +02:00
Christoph M. Becker
57ea81ca45
Fix #944 : Usage of class keyword unclear
2021-09-13 12:38:05 +02:00
Yoshinari Takaoka
3cdd39bb95
Followed change of default value of display_startup_errors, as of PHP 8.0.0 ( #927 )
...
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-09-08 19:00:30 +09:00
Christoph M. Becker
7d5af18bbd
Document mailparse resource
2021-09-07 15:53:04 +02:00
Tyson Andre
aa19c140e6
Document the igbinary extension
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-888.
2021-09-03 15:52:16 +02:00
peterdd
9fb30ae957
Partly resolve #77017 resources table layout problem ( #895 )
...
This probably result in extra added table cells that breaks the 5 column table layout.
2021-09-03 10:06:08 +02:00
Nilgün Belma Bugüner
8afaddf6cc
for testing purposes [skip-revcheck]
2021-09-02 15:12:21 +03:00
Sergey Panteleev
acf178ef8c
Fix url text
2021-08-25 09:35:28 +03:00
Christoph M. Becker
4c41f6fa0e
Remove left-over
...
Cf. <da3661d34d (r55379663)
>.
2021-08-25 00:38:06 +02:00
Yoshinari Takaoka
da3661d34d
fixed strict typing directive spelling. ( #875 )
...
Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
2021-08-25 07:23:23 +09:00
沈唁
0799f7789c
Remove useless docs ( #865 )
2021-08-24 15:07:23 +02:00
George Peter Banyard
4628b69cad
Remove FrontbaseSQL docs
2021-08-19 14:41:15 +02:00
Christoph M. Becker
6c7c7edf76
abs(), floor(), ceil() and round() are no longer always coercive
...
Cf. <https://bugs.php.net/bug.php?id=80624#1629304533 >.
2021-08-19 13:35:24 +02:00
Yoshinari Takaoka
a63794ecfd
updated track_errors (removed as of PHP 8.0.0) changelog.
2021-08-16 14:04:48 +09:00
Tiffany
1e65e69210
Add T_ATTRIBUTE to list of parser tokens ( #837 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-08-05 07:59:14 -05:00
OleksiiBulba
3c18b283af
Fixed the link to magic constants ( #784 )
2021-07-14 12:03:30 +01:00
Christoph M. Becker
c0fb8cac83
Clarify that open_basedir cannot be relied upon for security
...
Cf. <https://externals.io/message/105606 >
and <https://externals.io/message/115406 >.
2021-07-12 17:27:18 +02:00
Kamil Tekiela
9d2b858bca
Remove magic_quotes_runtime docs
...
Closes GH-719.
2021-06-25 19:27:30 +02:00
Kamil Tekiela
a35fce69cc
Remove obsolete resource information
...
Closes GH-725.
2021-06-24 16:08:30 +02: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
aef53758a6
Add mb_str_split() to migration guide
2021-06-06 18:45:50 +01: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
67d2e5fb1d
Remove mysqlnd plugin docs
2021-05-31 16:24:50 +01: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