PHP 8.5.0 Alpha 4 available for testing

Voting

: max(nine, six)?
(Example: nine)

The Note You're Voting On

reuben @ nospam me
18 years ago
In response to a note above that advocated the user of system() in a setuid program written in C, this is generally a bad idea for security.

You should use the standard library calls like execl() instead because system() can be manipulated to execute the wrong thing using the SHELL, IFS and possibly other variables.

<< Back to user notes page

To Top