Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jun 1, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

ndossche and others added 8 commits June 1, 2025 15:45
`/./` matches all characters but newlines, so if `random_bytes`
generates a string with newlines in it, the resulting string is not
empty. Fix this by adding the `s` modifier.
* PHP-8.3:
  Fix test failures in engine_unsafe_empty_string.phpt (#18727)
* PHP-8.4:
  Fix test failures in engine_unsafe_empty_string.phpt (#18727)
The resource check makes no sense, and the is_array() check doesn't
achieve anything. Drop the former, and replace the latter with a !
check.
Discovered while working on GH-18729.

Closes GH-18731.
* PHP-8.3:
  Fix ext/enchant test SKIPIFs
* PHP-8.4:
  Fix ext/enchant test SKIPIFs
@pull pull bot added the ⤵️ pull label Jun 1, 2025
@pull pull bot merged commit 58f5568 into wudi:master Jun 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants