Most of you understand how functions work in various programming languages, one moment from the whole heap is the return value. That is, we can call a valid function. intval() - returns an integer, but accepts anything horrible! There are such moments that if the argument is incorrect, the function may produce a special answer.
So we come to the essence of the question, we have a .htaccess file and a line in it, it can be any! In this case, I wanted to write this php_value output_buffering blablabla . How does apache respond to such a line?
Additional Information:
php.ini :
output_buffering=On php.ini: output_buffering=On
Option 1:
.htaccess
php_value output_buffering blablabla disabled buffer
Option 2:
.htaccess
php_value output_buffering 4096 included buffer
php.ini: output_buffering=off
Option 1:
.htaccess
php_value output_buffering blablabla disabled buffer
Option 2:
.htaccess
php_value output_buffering 4096 included buffer
Conclusion: the answers are identical, although when output_buffering=On and we write garbage in .htaccess we get deactivation ... why?