on systems where time_t is a 32bit signed integer, as most common today, the valid range for year is somewhere between 1901 and 2038
That's what the PHP manual says about mktime. Currently it doesn't look like mine is configured as such. Can somebody please let me know how I can configure time_t to be a 32bit signed integer?
I appreciate your help, thank you.
Depends on whihc compiler was used to build PHP, and for which combination of operating system and processor.
Currently it doesn't look like mine is configured as such
Why do you say this?
Well, on a redhat linux system how could I set time_t to be a signed integer because it's assumingly 32bit.
If I cannot use this then I'd have to change my entire system.
Your help is always appreciated.