- 追加された行はこの色です。
- 削除された行はこの色です。
#author("2017-10-31T23:12:14+09:00","","")
#author("2017-10-31T23:21:46+09:00","","")
* PHP 7.2 対応 [#zb256ee8]
- ページ: [[BugTrack]]
- 投稿者: [[umorigu]]
- 優先順位: 低
- 状態: 提案
- カテゴリー: その他
- 投稿日: 2017-10-31 (火) 23:12:14
- バージョン: 1.5.1
** メッセージ [#mab33a8c]
PHP 7.2 が 2017-11-30 にリリース予定のようです。 wiki.php.net/todo/php72
PHP 7.2 が 2017-11-30 にリリース予定です。 wiki.php.net/todo/php72
PukiWiki 1.5.2 は PHP7.2 での動作を確認してからリリースします。
*** 下位互換性のない変更 [#d1e85c41]
- Prevent number_format() from returning negative zero
- Convert numeric keys in object and array casts
- Disallow Passing NULL to get_class()
- Warn when counting non-countable types
- Move ext/hash from resources to objects
- Improve SSL/TLS Defaults
*** 非推奨となる機能 [#bd3f8b04]
- Unquoted strings
- png2wbmp() and jpeg2wbmp()
- INTL_IDNA_VARIANT_2003 variant
- __autoload() method
- track_errors ini setting and $php_errormsg variable
- create_function() function
- (unset) cast
- parse_str() without a second argument
- gmp_random() function
- each() function
- assert() with a string argument
- $errcontext argument of error handlers
*** その他の変更 [#pc4967cd]
- Libsodium is now a core extension
*** 参考 [#j95f1fec]
-
- wiki.php.net/todo/php72 PHP 7.2 Preparation Tasks
- [[php.net:manual/ja/migration72.php]] Migrating from PHP 7.1.x to PHP 7.2.x
- [[BugTrack/2369]] PHP7対応
- [[BugTrack/2402]] PHP 7.1 対応
--------
#comment