Skip to content

Add cache and concurrency info to phpinfo and methods #17

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 1 commit into from
Nov 28, 2017

Conversation

chregu
Copy link
Contributor

@chregu chregu commented Nov 28, 2017

Adds

  • vips_cache_get_max_mem
  • vips_cache_get_max_files
  • vips_cache_get_max
  • vips_cache_get_size
  • vips_concurrency_get

and that info to phpinfo()

It was useful for me to know this and easy enough to add

Adds
* vips_cache_get_max_mem
* vips_cache_get_max_files
* vips_cache_get_max
* vips_cache_get_size
* vips_concurrency_get

and  that info to phpinfo()
@jcupitt jcupitt merged commit 15a37aa into libvips:master Nov 28, 2017
@jcupitt
Copy link
Member

jcupitt commented Nov 28, 2017

Looks good - thanks!

I guess there should be matching wrapper methods in https://github.com/jcupitt/php-vips/blob/master/src/Config.php

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