Quantcast
Channel: Programming – Jeff Reifman
Viewing all articles
Browse latest Browse all 10

An Interesting Occurrence of a Small Production PHP Bug

$
0
0

Recently, I created a bug at Meeting Planner which took some time to track down. Everything worked on my local development environment, but adding dates and times and places and making meeting choices failed on the live production server. Ultimately, it was this code change: const TIMELAPSE = (3*60); // three minutes I’d recently changed Read More

The post An Interesting Occurrence of a Small Production PHP Bug appeared first on Jeff Reifman. Follow @reifman on Twitter.


Viewing all articles
Browse latest Browse all 10

Trending Articles