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
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,