Skip to content

PHP 8.5 の言語コアドキュメントに追従 - #485

Merged
KentarouTakeda merged 1 commit into
php:masterfrom
KentarouTakeda:sync-php85-language-core
Sep 12, 2026
Merged

KentarouTakeda merged 1 commit into
php:masterfrom
KentarouTakeda:sync-php85-language-core

Conversation

@KentarouTakeda

Copy link
Copy Markdown
Collaborator

PHP 8.5 のドキュメント一式が doc-en に入ったため、language/ と appendices/ の 23 ファイルを追従しました。

追従した doc-en のコミット:

  • php/doc-en@4c352e6 — Document the PHP 8.5 core language features (#5824)
  • php/doc-en@cf7dcff — Document the PHP 8.5 core deprecations and the max_memory_limit INI setting (#5823)
  • php/doc-en@4fc9f9e — Document the PHP 8.5 backward incompatible changes (#5837)
  • php/doc-en@8dc5bef — Define attribute signatures (#5631)
  • php/doc-en@2594e1b — Document clone(), the new #[\Deprecated] targets and hrtime() on macOS (#5839)
  • php/doc-en@09c6504 — cloning: visibility applies to all properties, readonly is orthogonal (#5854)
  • php/doc-en@f011a59 — docs(open_basedir): warn that Unix domain sockets are not restricted (#5846)
  • php/doc-en@14f641d — cli: Document built-in server index lookup for file-like paths (8.4.0) (#5782)

ファイル

language/predefined/attributes (8)

  • attribute.xml
  • deprecated.xml
  • allowdynamicproperties.xml
  • delayedtargetvalidation.xml
  • nodiscard.xml
  • override.xml
  • returntypewillchange.xml
  • sensitiveparameter.xml

language/oop5 (5)

  • changelog.xml
  • cloning.xml
  • magic.xml
  • traits.xml
  • variance.xml

language/predefined/closure (2)

  • bind.xml
  • bindto.xml

language/types (2)

  • callable.xml
  • integer.xml

その他 (6)

  • appendices/ini.core.xml
  • features/commandline.xml
  • language/constants.xml
  • language/errors/basics.xml
  • language/functions.xml
  • language/operators/comparison.xml

PHP 8.5 のドキュメント一式が doc-en に入ったため、language/ と appendices/ の 23 ファイルを追従しました。

追従した doc-en のコミット:

- php/doc-en@4c352e6 — Document the PHP 8.5 core language features (#5824)
- php/doc-en@cf7dcff — Document the PHP 8.5 core deprecations and the max_memory_limit INI setting (#5823)
- php/doc-en@4fc9f9e — Document the PHP 8.5 backward incompatible changes (#5837)
- php/doc-en@8dc5bef — Define attribute signatures (#5631)
- php/doc-en@2594e1b — Document clone(), the new #[\Deprecated] targets and hrtime() on macOS (#5839)
- php/doc-en@09c6504 — cloning: visibility applies to all properties, readonly is orthogonal (#5854)
- php/doc-en@f011a59 — docs(open_basedir): warn that Unix domain sockets are not restricted (#5846)
- php/doc-en@14f641d — cli: Document built-in server index lookup for file-like paths (8.4.0) (#5782)

## ファイル

### language/predefined/attributes (8)

- attribute.xml
- deprecated.xml
- allowdynamicproperties.xml
- delayedtargetvalidation.xml
- nodiscard.xml
- override.xml
- returntypewillchange.xml
- sensitiveparameter.xml

### language/oop5 (5)

- changelog.xml
- cloning.xml
- magic.xml
- traits.xml
- variance.xml

### language/predefined/closure (2)

- bind.xml
- bindto.xml

### language/types (2)

- callable.xml
- integer.xml

### その他 (6)

- appendices/ini.core.xml
- features/commandline.xml
- language/constants.xml
- language/errors/basics.xml
- language/functions.xml
- language/operators/comparison.xml
@KentarouTakeda
KentarouTakeda merged commit 222d3f9 into php:master Sep 12, 2026
2 checks passed
@KentarouTakeda
KentarouTakeda deleted the sync-php85-language-core branch September 12, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant