If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
how can we disable output buffering on a per user basis?
We have noticed that output buffering is off be default on php 5.3, but its set to on with 5.4+
Some of our joomla users complain about it being on.
If we are talking about PHP-Selector then you may try adding this directive to selector configuration and allow users to disable it. Try adding following to /etc/cl.selector/php.conf file:
Code:
Directive = output_buffering
Default = On
Type = bool
Comment = Enable or disable PHP output buffering
Then log into affected account and disable it from PHP-Selector > Options .
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment