Jon Hill wrote:
Hi
I cannot manage to compile openssl support into php.
my configuration line is
CPPFLAGS='-I/usr/local/include/' ./configure
--with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr
--with-gettext-dir=/usr --with-gd --with-png-dir=/usr --with-zlib-dir=/usr
--with-jpeg-dir=/us
Adam Maas wrote:
Jason Giangrande wrote:
I'm creating an application for an Intranet that, among other things, is
supposed to check to see if particular hosts are online, and if so, what
their IP address is. Anyone know how I can accomplish this? I tried
using exec("host $host"
Jason Giangrande wrote:
I'm creating an application for an Intranet that, among other things, is
supposed to check to see if particular hosts are online, and if so, what
their IP address is. Anyone know how I can accomplish this? I tried
using exec("host $host"); (where $host is the hostname) and
3 matches
Mail list logo