Might also be worth throwing in a check if a PPC-type system
is being used, unfortunately, not something PHP tracks that
can be heavily relied on (or even a constant used as a
switch). Either way, as a possible fix, check to see if
$_SERVER['SERVER_SOFTWARE'] contains "Darwin" or "PPC".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1469492
Thanks for that! Much appreciated!!
Might also be worth throwing in a check if a PPC-type system
is being used, unfortunately, not something PHP tracks that
can be heavily relied on (or even a constant used as a
switch). Either way, as a possible fix, check to see if
$_SERVER['SERVER_SOFTWARE'] contains "Darwin" or "PPC".
Logged In: YES
user_id=759215
When a strange thing is written because I'm not good at
English, sorry.
Even if this patch applied, it work in linux/i386 and WIN32
environment without trouble too.