Edit:* I figured out what this was. Anything running php 5.4.x would crash php with 503.
in php.ini I changed this from On to Off
Just thought I'd post it here so the community was aware if it comes up for anyone else as this was using default litespeed php.ini
Thank you.
Code:
2012-05-23 10:35:12.215 [STDERR] PHP Fatal error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown on line 0
Code:
allow_call_time_pass_reference = Off
Thank you.
Last edited: