PHP 8.4.24 Released!

Voting

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

The Note You're Voting On

Anteaus
11 years ago
If you follow the instructions given here you will end up with code which works in php5.3 but which bugs-out in php5.4. Reason is that '&$count' (explicit pass by reference) is now an illegal construct.
Nasty, especially it leads to unreliable code which may work on test but not in production. Manual needs corrected!

<< Back to user notes page

To Top