You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the math function with equation="rand()", the code returns the warning "math: illegal characters".
This because the rand function can be called without parameters and the validation introduced here 215d81a broke the usage of this and other functions that have an option of not receiving a parameter.
Thanks!
The text was updated successfully, but these errors were encountered:
* Fixed use of `rand()` without a parameter in math function (for v3.1)
Fixes#794
* Add change in regex for PRCE (PHP < 7.3)
* Add unit tests and correctly set PHP supported versions
* Drop PHP5.2 from CI workflows because it cannot be build anymore
* Fix CI workflow for PHP7.2 and up
* re-add compose packages cache with specific key
* Exclude unit test files from git export
* prevent double CI workflows in PRs
Hello,
When using the math function with equation="rand()", the code returns the warning "math: illegal characters".
This because the rand function can be called without parameters and the validation introduced here 215d81a broke the usage of this and other functions that have an option of not receiving a parameter.
Thanks!
The text was updated successfully, but these errors were encountered: