Andreas Fischer

Results 64 comments of Andreas Fischer

@GHLover Would you be happy with a phpseclib.phar?

@GHLover What is your PHP platform? 7.1? It looks like we could relatively easily build a phar using https://github.com/humbug/box

Me neither. Maybe you can create a composer.json in the subdirectory.

I am aware of that now. It is just a matter of setting it up (properly).

I think the PEAR directory layout should be scrapped in favour of a software component based directory layout, e.g. as used by Symfony. For one reason, because the PEAR directory...

@terrafrost Oh sure, I meant System. Yeah, this is surely not for the master branch. Git is able to detect such renames such that merges are applied to the correct...

This should probably depend on #277

This should now (https://github.com/phpseclib/phpseclib/issues/243#issuecomment-67274933) be as easy as turning `phpseclib\Math\BigInteger` into `phpselib\BigInteger\BigInteger` and adding another `composer.json` file. This would be a step into the direction of components and leaves room...

@icewind1991 Hi Robin. I've not been active in this project for quite some time, so please bear with me. My understanding is that, essentially, you're introducing a buffer between (external)...

What if * multiple chunks are loaded into the buffer * the first one is read from the stream (i.e. buffer), modified, and written back to the underlying file of...