Ticket #836 (fixed bug)
microtime overload specific to PHP5 being used
- Created: 2013-03-02 23:22:20
- Reported by: Garciat
- Assigned to: Franz
- Milestone: 1.5.4
- Component: code
- Priority: normal
https://github.com/fluxbb/fluxbb/commit … bfb#L1R107
https://github.com/fluxbb/fluxbb/commit … bfb#L1R113
microtime(true) is not compatible with PHP4
History
Studio384 2013-03-03 08:24:00

Thanks for this.
Anyhow, we can find another solution to keep the compatiblity with PHP4, but since (according to WordPress) PHP4 is used by less than 0.01% of the websites (running WordPress), I don't think we need to do so, we can simply change the requirements to PHP5.
JohnLewis 2013-03-03 09:33:50

Security over compatibility here. I support the addition Franz made so I am all for PHP 5 min.
Franz 2013-03-06 23:47:54

- Owner changed from Studio384 to Franz.
- Status changed from open to fixed.
Found a better way to fix this...