Quote:
Originally Posted by Paul M
Because thats what php is returning.
It can only display the information returned to it.
Obviously there is an issue with whatever HHVM is passing incorrect information back to php.
|
Well php doesn't seem to return anything at least not for that directive. Or at least not from the browser or ssh. But when I run that example php script from ssh with hhvm -f test.php it reads post_max_size just fine.
Anyway I can't seem to find ini_get calls in vbulletin's attachment.php but I imagine it is used somewhere in the code to fetch the server's upload size limit. So any help please on telling me where and if I could change it to call hhvm.server.upload.upload_max_file_size instead of upload_max_filesize.