Andreas Fischer
Andreas Fischer
One idea of adding new features to the development branch only is forcing people to upgrade their PHP installations. Another is that you can use proper object-orientation as in modern...
Todays world looks like the following to me: PHP5 everywhere, GMP usually not installed. So not relying on GMP is a good idea if you just want it to work,...
The lack of namespacing is somewhat causing issues in practise. See https://github.com/phpseclib/phpseclib/issues/125
I've done some work on the 400/440 in 2015, which may or may not be useful to the discussion here. From my paper notes attached to the device, I can...
It appears that in my setup, the kernel (and initrd and device tree) is loaded from the ext4 root filesystem held on an external usb drive. This should allow me...
> This should allow me to trivially make a backup of the system and to try to update to stretch and then buster. I've updated from Debian Jessie to Debian...
We are also seeing this issue. We tried to address it by supplying a custom formatter. But this seems to also alter the generation of ticks. Can you point to...
Another real world example: This partially broke our GitLab deployment. GitLab uses these encoded characters in repository files API, e.g. `file_path` argument on https://docs.gitlab.com/api/repository_files/. In general, using these encoded characters...
See https://github.com/phpseclib/phpseclib/issues/272#issuecomment-36950224
I don't think we should have this patch before the actual issue that is being fixed is explained in more detail. See https://github.com/phpseclib/phpseclib/issues/272#issuecomment-37197786