999999999999999999999 priority
-
hi,
you (sometimes) use the priority 999999999999999999999 or even 99999999999999999999999999999999 to hook into something.
thats (way) outside integer range so depending on the php version and configuration one has this can translate to (as in my case)
3875820019684212736 on one system and
-559939584 on anotheri asume by using that big numbers you want to make (darn) sure that the function is fired very last. but as you see this can be quite counterproductive as it may translate into a negative number and probably will be executed first.
so maybe you should enter something like PHP_INT_MAX or just a large number thats defenitely inside integer range.
Mirko
The topic ‘999999999999999999999 priority’ is closed to new replies.