> Any ideas where such instructions could be found, or how to force
> "configure"
> make a static module ?
We have an extension generator which creates the basic
"infrastructure" for a new extension. The result can be
build as a static module or as a shared module.
Try php4/ext/ext_skel --help
Also note that we already have support for building against
OpenSSL. Please see ext/snmp/config.m4 for an example on how
to use that support in your extension.
- Sascha
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]