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

Add PHP7.3 to Travis #4045

Merged
merged 5 commits into from
Mar 26, 2019
Merged

Add PHP7.3 to Travis #4045

merged 5 commits into from
Mar 26, 2019

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Dec 12, 2018

概要(Overview・Refs Issue)

  • テスト対象にPHP7.3を追加

実装に関する補足(Appendix)

以下の対応が必要

Warning: "continue" targeting switch is equivalent to "break". Did you mean
   to use "continue 2"?

テスト(Test)

  • TODO

相談(Discussion)

  • 相談したいことや意見を求めたいこと

マイナーバージョン互換性保持のための制限事項チェックリスト

  • マイナーバージョンでは、機能・プラグイン・デザインテンプレート互換性を損なう変更は原則取り込みません。
  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

@hiro-t59 hiro-t59 added this to the 4.0.2 milestone Dec 13, 2018
@chihiro-adachi chihiro-adachi modified the milestones: 4.0.2, 4.0.x Feb 8, 2019
@chihiro-adachi
Copy link
Contributor

@nanasess
もうTravis通る状態になっているかと思いますので、引き続き作業いただくことはできますでしょうか?
難しそうならこちらで進めますので状況お伺いできますと幸いです。

@chihiro-adachi
Copy link
Contributor

Symfony Security まわりの対応も必要かも

このあたりはこちらで確認進めようと思います。
symfony/symfony#30006 で修正はされており、BC Breakもなさそうなので、ログインや複数配送など、CustomerやMemberのセッション利用箇所を重点的に確認してみます。

@nanasess
Copy link
Contributor Author

@chihiro-adachi 最新の 4.0 ブランチをマージしました。 Customer や Member が Serializable を実装していないイレギュラーな状態なので、そのあたりの影響を確認したいところです

@chihiro-adachi chihiro-adachi modified the milestones: 4.0.x, 4.0.3 Mar 25, 2019
@chihiro-adachi
Copy link
Contributor

@nanasess
ext-intlの更新prしています。
nanasess#34

また、動作確認については、セッションが関連する以下の機能を確認しました。

  • フロント
    • 会員登録
    • ログイン/ログアウト
    • 購入処理(複数配送)
    • 非会員購入処理(複数配送)
  • 管理画面
    • ログイン/ログアウト
    • メンバーパスワード変更
    • メンバー登録・編集
    • 各検索画面の検索条件保持

@chihiro-adachi chihiro-adachi changed the title [WIP] Add PHP7.3 to Travis Add PHP7.3 to Travis Mar 26, 2019
@chihiro-adachi chihiro-adachi merged commit e4f725e into EC-CUBE:4.0 Mar 26, 2019
@nanasess nanasess deleted the add-php73 branch October 3, 2022 07:44
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.

3 participants