PHPverse 2025

Voting

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

The Note You're Voting On

Zane MegaLab.it
13 years ago
I was getting application/octet-stream or "<= not supported" for all the files.

I found out that in PHP 5.3 the magic file is built-in into PHP and that is what should be used. The magic file found on the system may not always be what libmagic expects, hence the error.

<< Back to user notes page

To Top