Re: [sword-devel] Mailing list archives are insecure!

2025-05-02 Thread Aim for NaN
The "insecure" connection message given by browsers is not a claim of the connection itself being suspect to man-in-the-middle attacks. Rather, it is a claim that the browser could not verify the validity of the website domain through authoritative sources. The connection is nonetheless secure. The

[sword-devel] PHP bindings

2024-01-30 Thread Aim for NaN
Looking to build for Swig 4.1. I run these commands: cd bindings/swig/package libtoolize --force ./autogen.sh ./configure make phpswig It errors out, talking about unknown options. So, I modify the command. swig -php -c++ -o php/Sword.cxx -I. -I/usr/include/sword ./sword.i This errors out,