BugTrack/2596
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* PHP 8.2 対応 [#x15e168b]
- ページ: [[BugTrack]]
- 投稿者: [[umorigu]]
- 優先順位: 低
- 状態: 提案
- カテゴリー: 本体新機能
- 投稿日: 2022-12-30 (金) 15:57:08
- バージョン: 1.5.4
** メッセージ [#u8ec52d3]
PHP 8.2 で動作確認を行い、動作しない部分があれば修正する。
- [[php.net:archive/2022.php#2022-12-08-1]] PHP 8.2 が 20...
- [[php.net:manual/ja/migration82.deprecated.php#migratio...
- [[php.net:manual/ja/migration82.deprecated.php#migratio...
**確認できた動的プロパティ [#r30caa25]
-lib/convert_html.php
--class ListElement extends Element
$this->level
$this->head
-lib/diff.php
--class line_diff
$this->result
$this->path
$this->add_count
$this->delete_count
-lib/make_link.php
--class InlineConverter
$this->page
-plugin/attach.inc.php
--class AttachFile
$this->exist
$this->leafbasename
$this->type
-plugin/tracker.inc.php
--class Config(別ファイル定義:plugin/config.inc.php)
$config->config_name
--class Tracker_list
$tracker_list->link_update_required
$tracker_list->link_pages
$this->items
$this->pipe
-plugin/showrss.inc.php
--class ShowRSS_XML
$this->time
-plugin/map.inc.php
--class MapNode
$this->cache
$this->mark
$this->cache
**確認できた "${var}" [#g6710d24]
-plugin/counter.inc.php
Counter: ${total_html},
today: ${today_html},
yesterday: ${yesterday_html}
*** 参照 [#d91ecaec]
- [[BugTrack/2521]] PHP 8.1 対応
- [[official:FAQ/45]] PukiWiki バージョンと PHP バージョ...
--------
- 「動的プロパティ」がDeprecatedになったので確認したいの...
- https://qiita.com/rana_kualu/items/53012c8f84e0f922...
- ど素人の考えなのですが、E_DEPRECATEを片っ端から表示する...
- ありがとうございます。いいですね。index.php で error_re...
- お役に立てて良かったです! -- [[ぬぺぺ]] &new{2023-01-0...
- うちのVSCodeで /lib/*.php, /plugin/*.php, /*.php を全フ...
- 動的プロパティは宣言を適当に追加するだけでいいので楽で...
#comment
終了行:
* PHP 8.2 対応 [#x15e168b]
- ページ: [[BugTrack]]
- 投稿者: [[umorigu]]
- 優先順位: 低
- 状態: 提案
- カテゴリー: 本体新機能
- 投稿日: 2022-12-30 (金) 15:57:08
- バージョン: 1.5.4
** メッセージ [#u8ec52d3]
PHP 8.2 で動作確認を行い、動作しない部分があれば修正する。
- [[php.net:archive/2022.php#2022-12-08-1]] PHP 8.2 が 20...
- [[php.net:manual/ja/migration82.deprecated.php#migratio...
- [[php.net:manual/ja/migration82.deprecated.php#migratio...
**確認できた動的プロパティ [#r30caa25]
-lib/convert_html.php
--class ListElement extends Element
$this->level
$this->head
-lib/diff.php
--class line_diff
$this->result
$this->path
$this->add_count
$this->delete_count
-lib/make_link.php
--class InlineConverter
$this->page
-plugin/attach.inc.php
--class AttachFile
$this->exist
$this->leafbasename
$this->type
-plugin/tracker.inc.php
--class Config(別ファイル定義:plugin/config.inc.php)
$config->config_name
--class Tracker_list
$tracker_list->link_update_required
$tracker_list->link_pages
$this->items
$this->pipe
-plugin/showrss.inc.php
--class ShowRSS_XML
$this->time
-plugin/map.inc.php
--class MapNode
$this->cache
$this->mark
$this->cache
**確認できた "${var}" [#g6710d24]
-plugin/counter.inc.php
Counter: ${total_html},
today: ${today_html},
yesterday: ${yesterday_html}
*** 参照 [#d91ecaec]
- [[BugTrack/2521]] PHP 8.1 対応
- [[official:FAQ/45]] PukiWiki バージョンと PHP バージョ...
--------
- 「動的プロパティ」がDeprecatedになったので確認したいの...
- https://qiita.com/rana_kualu/items/53012c8f84e0f922...
- ど素人の考えなのですが、E_DEPRECATEを片っ端から表示する...
- ありがとうございます。いいですね。index.php で error_re...
- お役に立てて良かったです! -- [[ぬぺぺ]] &new{2023-01-0...
- うちのVSCodeで /lib/*.php, /plugin/*.php, /*.php を全フ...
- 動的プロパティは宣言を適当に追加するだけでいいので楽で...
#comment
ページ名: