Re: [PHP-DEV] [RFC] Reproducible Builds Support

2017-12-15 Thread Sebastian Bergmann
Am 15.12.2017 um 11:13 schrieb Jordi Boggiano: > I guess an alternative fix would be for someone to actually fix the Phar > extension so addFromString has a filemtime parameter you can pass the > desired mtime to. I have not checked whether addFile suffers from the same > issue or not, but possibly

Re: [PHP-DEV] [RFC] Reproducible Builds Support

2017-12-15 Thread Jordi Boggiano
On 2017-12-14 10:02 AM, Jelle van der Waa wrote: The last issue is phar.phar being non-reproducible of which I am not sure what the issue would be. I'm not sure how the binary data in the phar.phar is generated. Phars are like `tars` that are also valid PHP files. This means there are probably