Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 版 PHP7 の環境で CSV アップロードに失敗するのを修正 #1781

Merged
merged 2 commits into from
Sep 26, 2016

Conversation

nanasess
Copy link
Contributor

  • Windows版 PHP7 の環境で CSV アップロードに失敗する #1780
  • Windows 版 PHP7 の環境で CSV 形式のファイルを SplFileObject クラスを使用してパースする場合, ファイルフォーマットを既定のロケールと一致させる必要がある
  • Windows 版 PHP7 以外の環境では、従来通りの処理をする
  • SJIS-win の範囲外の文字エンコーディングが含まれる場合は、 mbstring.substitute_character の設定に従い置換されます

- EC-CUBE#1780
- Windows 版 PHP7 の環境で CSV 形式のファイルを SplFileObject クラスを使用してパースする場合, ファイルフォーマットを既定のロケールと一致させる必要がある
@ryo-endo
Copy link
Contributor

以下の理由により、3.0.11に含めたい。
・修正の影響が限定的(Win&PHP7)
・いまのままだとWin&PHP7環境でCSVインポートが一切利用できない

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants