Andreas Fischer

Results 64 comments of Andreas Fischer

I went ahead and removed coverage.phpseclib.org from DNS, which was hosted on my private infrastructure. I will be submitting a PR for removing all the logic required for that solution...

For the record: https://github.com/singpolyma/openpgp-php uses phpseclib to implement OpenPGP. Right now it depends on version 2.0.

> Is there a way/config to use this functionality also in phpseclib? No. Also see #261

See #505 for Implementing Agent Forwarding.

Hey. Your changes break PEAR. The general idea is to change the php5 branch to use PSR-4 autoloading and namespaces. It should be possible to produce a PHAR afterwards. I...

@sebastianfeldmann I might have some time to work on this torwards the end of the year.

Alternatively, it might be possible to perform other changes to make phpseclib compatible with phar. For publishing phpseclib.phar, I have created #513.

@sebastianfeldmann Can you provide code? E.g. how are you generating the phar?

> If known_hosts support were to be added to be phpseclib I'd greatly prefer it if it was done in it's own file. Yes, certainly a new class should be...