The PHP version of 'it works on my machine'
D
devops_pain +3400
In PHP, 'it works on my machine' has a special variant: 'it works on this specific PHP version with these specific extensions compiled with these specific flags on this specific OS.'
S
sysadmin_tears +4200
I once spent a week debugging why code worked in development but not production. Turns out the production server had a different locale setting which changed how string comparison worked. IN PHP.
D
docker_fan +1800
This is literally why Docker was invented.
11,700 pts Source: manual
View original →