Joined June 2014
·
Posted to
PHP - Whitescreen
over 1 year
ago
enabling display_errors in php.ini gives you a hint. There are some very bad errors (like segfaults) that can make php itself crash.
Achievements
14 Karma
276 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
using EXPLAIN in MySQL is also very helpful e.g. if you need to know where to add indexes.