If you add error_reporting to the end of the list of the disable_functions setting in your php.ini then Wordpress can no longer change error_reporting settings and, thus, the setting provided in your php.ini will be honoured.
Continue reading
The thoughts and ramblings of an Engineer
If you add error_reporting to the end of the list of the disable_functions setting in your php.ini then Wordpress can no longer change error_reporting settings and, thus, the setting provided in your php.ini will be honoured.
Continue reading
PHP 5.6+ Users This is a new feature as documented on the PHP 5.6 OpenSSL Changes page. At time of
Continue reading
The inspiration for this project came from @nivnov pointing me to http://wallbox.weebly.com/. I had somewhat of a different take on the
Continue reading
I’m quite a big fan of writing code that interfaces with physical data. It somehow feels more fulfilling to see
Continue reading
The following function finds the number of weeks in a given month, assuming Monday as the first day of the
Continue reading
In PHP you can pass the t format character to the date() function in order to get the number of days
Continue reading
When files are being uploaded, you cannot rely on the the sends. This data is entirely under the control of
Continue reading
This article assumes you’re using PHP version 5.3 or above. If you are not, you should note that “the PHP
Continue reading
The code is so horrible, it’s gone a full circle and become amazing once again. It’s a method of finding
Continue reading
The following function takes in a number of bytes and the number of decimal places required in the output and
Continue reading