PHP 8.5.0 Alpha 1 available for testing

Voting

: max(three, five)?
(Example: nine)

The Note You're Voting On

plyrvt at mail dot ru (Yura Pylypenko)
21 years ago
Be careful using session_cache_limiter() with ob_start('ob_gzhandler')
If ob_start('ob_gzhandler') is called after session_cache_limiter() it seems to overwrite cache control headers with 'nocache' equivalent.
So always put ob_start first.

<< Back to user notes page

To Top