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

Opened IoncubeEncoderTask to all php versions #1005

Merged
merged 3 commits into from
Dec 9, 2018

Conversation

MaximilianKresse
Copy link
Contributor

Every new php version we come to the problem that the phing task have to manually changed to support the new version. See #335 #485 #130

To solve this once and for all the phpversion should be removed and allow everything given. So we can also finally use this x64 versions of ioncube encoder without renaming the encoder files.

Removed fallback if unknown encoder version is given because it could cause unexpected behaviour
@MaximilianKresse MaximilianKresse changed the title Opened IoncubeEncoderTask to all versions Opened IoncubeEncoderTask to all php versions Dec 6, 2018
@codecov
Copy link

codecov bot commented Dec 6, 2018

Codecov Report

Merging #1005 into master will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1005      +/-   ##
============================================
+ Coverage     45.18%   45.19%   +<.01%     
+ Complexity     9949     9948       -1     
============================================
  Files           502      502              
  Lines         24105    24102       -3     
============================================
  Hits          10893    10893              
+ Misses        13212    13209       -3
Impacted Files Coverage Δ Complexity Δ
...ses/phing/tasks/ext/ioncube/IoncubeEncoderTask.php 0% <0%> (ø) 78 <0> (-1) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0bbd5d2...582a09d. Read the comment docs.

Copy link
Member

@siad007 siad007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@siad007 siad007 merged commit 912fa03 into phingofficial:master Dec 9, 2018
@mrook mrook added this to the 3.0.0-alpha2 milestone Jan 3, 2019
@mrook mrook changed the title Opened IoncubeEncoderTask to all php versions Opened IoncubeEncoderTask to all php versions Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants