PHP 8.5.0 Alpha 2 available for testing

Voting

: two minus one?
(Example: nine)

The Note You're Voting On

aki at robotnik dot net
22 years ago
if you get errors like:
"output handler 'ob_gzhandler' cannot be used twice"
if you are using
"ob_start("ob_gzhandler");"

check for your php.ini file, it should look like this:

output_buffering = Off ; delete the 4096k value
output_handler =
zlib.output_compression = Off

<< Back to user notes page

To Top