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

Updates from 2.0.5 #3429

Closed
wants to merge 8 commits into from
Closed

Updates from 2.0.5 #3429

wants to merge 8 commits into from

Conversation

bsweeney
Copy link
Member

@bsweeney bsweeney commented Apr 3, 2024

  • Addresses a PHP compatibility issue in the GD back end
  • Adds Options class support for validating artifact paths. The default validation does not accept paths that utilize the PHAR protocol.
  • Bumps the minimum version of SvgLib to 0.5.2.

@bsweeney bsweeney changed the title Svglib update Updates from 2.0.5 Apr 8, 2024
semul and others added 2 commits April 15, 2024 08:38
### There Is A Small Problem

Instead Of: ~~public function validateArtifactPath(string $path, string $option)~~

We Should Use: `public function validateArtifactPath(?string $path, string $option)`

The `PATH` might be `NULL` in some cases.
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.

None yet

2 participants