PHP 8.5.0 Alpha 2 available for testing

Voting

: max(five, one)?
(Example: nine)

The Note You're Voting On

Niels Keurentjes
14 years ago
Keep in mind that the Suhosin patch which is installed by default on many PHP-installs such as Debian and DirectAdmin completely disables the srand and mt_srand functions for encryption security reasons. To generate reproducible random numbers from a fixed seed on a Suhosin-hardened server you will need to include your own pseudorandom generator code.

<< Back to user notes page

To Top