Commit graph

1673 commits

Author SHA1 Message Date
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
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