-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php 5.6: ERROR: manifest length read was "42473" should be "655360" #134
Comments
That's odd. I'm going to be releasing a new patch version soon, just fixing minor docblock issues so that our static analysis tests pass. |
Please try again with |
I’m so sorry, but I am still getting a very similar error:
The second number sure looks like exactly the maximum signed 32-bit integer, times ten… There may be something messed up about my PHP environment, not your PHP Archive. I’m on DreamHost, for what it’s worth. And as a former PHP developer who hasn’t touched it very much in years, this is actually the first time I have tried using a |
I’m also on macOS, if that’s relevant. I uploaded these files with Transmit. |
What do you get when you run these commands? It's possible that the files got corrupted.
Expected output:
I'm not familiar with Mac OS at all. Is Transmit an FTP client? It could be an ASCII/binary mode disagreement problem, or else it's doing something to your files in the interim. |
Ran this on Dreamhost:
And yet, I still get the same error |
Okay, at this point, I'd say contact DreamHost support and point them to this ticket. Something else must be going wrong, and I don't have any means to diagnose it from here. |
This error message might occur if you haven't enabled phar. I guess this is normal on some hosts. See this Dreamhost guide for modifing your php configuration at Dreamhost (i have not tested). For standard php installationCreate a Add this line: * The filename can be whatever you choose, just end with .ini Found this thread via google while having issue with my Synology. Just want to help if someone else stumble over here too |
I downloaded the .phar and .phar.pubkey files to the same directory and then used
require_once
on the .phar. My script exits with the errorI have no idea what's wrong.
The text was updated successfully, but these errors were encountered: