約785件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:6か月以内
  • 2024/1/22 -Problem/Motivation When using PHP 8.2, the following warning is displayed repeatedly: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring ...

    2024/4/14 -So I Google and apparently you need to enable the mbstring extension for mb_convert_encoding() to work. Online guides say you can enable it by going to php.ini ...

    2024/1/20 -Hello. WP latest and PHP 8.2.13 [20-Jan-2024 14:31:34 UTC] PHP Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated;…

    2024/3/29 -Array Argument for mb_convert_encoding(). With the mbstring extension enabled, you can convert between different encodings: var_dump(mb_convert_encoding ...

    2024/2/9 -Performs a multi-byte safe substr() operation based on number of characters. Position is counted from the beginning of string . First character's position is 0.

    2024/2/19 -Please someone from the wordpress dev team fix this bug. Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use…

    2024/2/22 -Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity ...

    2024/3/30 -The newly introduced function mb_scrub() tries to “repair” multibyte strings by replacing invalid byte sequences with a special “unkown” character, which is ...

    2024/3/14 -Implement mb_str_pad() RFC. Fixed bug GH-11514 (PHP 8.3 build fails with --enable-mbstring enabled). Fix use-after-free of mb_list_encodings() return ...

    2023/11/26 -Fixed bug #81019 (Unable to clone NumberFormatter after failed parse() ). MBString. Fixed bug #81011 ( mb_convert_encoding removes references from arrays). ODBC.

    A.CentOS5.11は yum install php php-mbstring このコマンドでインストールされたPHPのバージョンは5.1.6になります。 もし yum insta...

    A.> フォームからの送信時 そのフォームを表示する際のエンコードはどうなっているでしょうか? そしてそれを受け取って表示している(ご提示のスクリプトから出力された)エンコードは? meta ...

    A.やってることがちょっとわかりにくいんですが、PHP、DBともにUTF8のサーバでPHPをEUCにしてるって事で良いんですかね? 専用サーバーなのでサーバー設定自体変えるとかもできますが、使い勝手...