Skip to content

Conversation

@petk
Copy link
Owner

@petk petk commented Nov 18, 2024

  • Some errors in regular expressions fixed (dot should be properly escaped - either with two backslashes when inside a quoted argument, or with single backslash when inside a bracket argument string)
  • Some minor fixed regarding ccache messages
  • if conditions for environment variables fixed (environment variables can be only checked inside if with DEFINED)
  • Redundant string(REGEX MATCH) replaced with if sentences where possible

- some errors in regular expressions fixed (dot should be properly
  quoted - either with two backslashes when inside a quoted argument,
  or with single backslash when inside a bracket argument string)
- Some minor fixed regarding ccache messages
- if conditions for environment variables fixed (environment variables
  can be only checked inside if with DEFINED)
- redundant string(REGEX MATCH) replaced with if sentences where
  possible
@petk petk merged commit be5e904 into PHP-8.3 Nov 19, 2024
1 of 3 checks passed
@petk petk deleted the patch-various-improvements branch November 19, 2024 22:55
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