added links to php https stream support

This commit is contained in:
sparc 2003-11-19 15:39:33 +00:00
parent 4c718a31d6
commit 94ef613369

View file

@ -28,6 +28,13 @@
/* esnic.whois 1.0 David Saez Padros <david@ols.es> */
/* esnic.whois 1.1 David Saez Padros <david@ols.es> */
/*
* requires https support, please see:
*
* http://www.php.net/manual/en/ref.openssl.php
* http://www.php.net/manual/en/wrappers.php
*
*/
if(!defined("__ESNIC_HANDLER__")) define("__ESNIC_HANDLER__",1);