View Single Post
  #1  
Old 05-23-2012, 10:33 AM
CanHazCode CanHazCode is offline
New Member
 
Join Date: May 2012
Posts: 2
Default 503 errors with php 5.4.x

Edit:* I figured out what this was. Anything running php 5.4.x would crash php with 503.

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
in php.ini I changed this from On to Off
Code:
allow_call_time_pass_reference = 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.

Last edited by CanHazCode; 05-23-2012 at 10:56 AM..
Reply With Quote