Skip to content

Take advantage of PHP >= 7.1 functionality #102

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

Merged
merged 3 commits into from
Aug 28, 2020
Merged

Conversation

kleisauke
Copy link
Member

  • Use nullable types and void return type were possible.
  • Fix autodocs for non-static methods.
  • Update Travis configuration (use bionic and update to vips 8.10).
  • Update dependencies.
  • Improve install-vips.sh script.

Note: It's been a while since I've done anything with PHP, so I might have overlooked some things.

- Use nullable types and void return type were possible.
- Fix autodocs for non-static methods.
- Update Travis configuration (use bionic and update to vips 8.10).
- Update dependencies.
- Improve install-vips.sh script.
Our development dependencies require newer versions of PHP.
@@ -111,7 +111,7 @@ def generate_operation(operation_name):
result += 'array '

result += '{0}('.format(operation_name)
for name in intro.required_input:
for name in intro.method_args:
Copy link
Member

Choose a reason for hiding this comment

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

Ooops! I was tired :(

@jcupitt jcupitt merged commit b8dc20b into libvips:master Aug 28, 2020
@jcupitt
Copy link
Member

jcupitt commented Aug 28, 2020

Oh, nice! PHP is a foreign (and slightly ugly) country to me, so this all looks great.

I'll update gh-pages too.

@jcupitt
Copy link
Member

jcupitt commented Aug 28, 2020

gh-pages updated too.

@kleisauke kleisauke deleted the php-7.1 branch August 28, 2020 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants