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.x releases not yet applied to master #3435

Merged
merged 6 commits into from
Apr 29, 2024
Merged

Conversation

bsweeney
Copy link
Member

  • 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 and others added 4 commits April 15, 2024 08:54
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.
@bsweeney bsweeney changed the title Update from 2.0.x releases not yet applied to master Updates from 2.0.x releases not yet applied to master Apr 25, 2024
@bsweeney bsweeney merged commit e4b4b53 into master Apr 29, 2024
21 checks passed
@bsweeney bsweeney deleted the v2-updates branch April 29, 2024 13:24
@bsweeney bsweeney added this to the 3.0.0 milestone Apr 29, 2024
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.

Incompatible function signature for imagepolygon() and imagefilledpolygon() in GD.php
4 participants