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

[stable10] libxml - compare against loaded version #628

Merged
merged 1 commit into from
Jul 28, 2016

Conversation

MorrisJobke
Copy link
Member

fixes #205

@kasi45 @nickvergessen @LukasReschke @rullzer Please review :)

* if the compiled in version is older than the loaded version Nextcloud doesn't work
* uses the loaded libxml version to check against

fixes #205
@MorrisJobke MorrisJobke added the 3. to review Waiting for reviews label Jul 28, 2016
@MorrisJobke MorrisJobke added this to the Nextcloud 10.0 milestone Jul 28, 2016
@MorrisJobke MorrisJobke changed the title libxml - compare against loaded version [stable10] libxml - compare against loaded version Jul 28, 2016
$errors[] = array(
'error' => $l->t('libxml2 2.7.0 is at least required. Currently %s is installed.', [LIBXML_DOTTED_VERSION]),
'error' => $l->t('libxml2 2.7.0 is at least required. Currently %s is installed.', [$major . '.' . $minor . '.' . $patch]),
Copy link
Member

Choose a reason for hiding this comment

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

... currently loaded

Copy link
Member Author

Choose a reason for hiding this comment

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

Not in the backport.

Copy link
Member

Choose a reason for hiding this comment

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

aaah translation mess ;)

@rullzer
Copy link
Member

rullzer commented Jul 28, 2016

LGTM

1 similar comment
@LukasReschke
Copy link
Member

LGTM

@MorrisJobke MorrisJobke merged commit 0a14cd4 into stable10 Jul 28, 2016
@MorrisJobke MorrisJobke deleted the stable10-backport-612 branch July 28, 2016 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants