↧
Error 400: Size of a request header field exceeds server limit
If you get error like this one Error 400 Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. That means that your browser is trying...
View ArticlePHP ftp_connect causing Segmentation Fault (core dumped)
Pretty strange issue and I had hard time to Google it up, so here you go, fellow PHP developers. PHP script which was doing ftp_connect was failing on some installations with Segmentation Fault (core...
View ArticleNightmare of PHP programmer: include_once fails
For a moment it was looking like our project got haunted. Suddenly we started getting errors from the libraries being included twice, function exists and class exits kind of error. First few times it...
View Article