I didn't wrote english well, Apache 1.3.27 + PHP 4.2.3

Compiled option
./configure --with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local \
--enable-trans-sid \
--enable-track-vars \
--with-zlib-dir=/usr/lib \
--with-zlib \
--enable-ftp \
--enable-calendar \
--enable-exif \
--with-mcrypt \
--with-mysql \
--disable-debug \
--enable-inline-optimization \
--enable-mailparse \
--with-gd=/usr/local/gd \
--with-freetype-dir=/usr/include/freetype2 \
--enable-freetype-4bit-antialias-hack \
--enable-gd-native-ttf \
--enable-gd-imgstrttf \
--with-ttf \
--with-imap \
--with-imap-ssl \
--with-kerberos \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-gif-dir=/usr/lib

install and works fine all
but,

<? include "http://URL/cgi-bin/count/zerocount/count.php";; ?>

sometimes happened following error
system, network, dns checking but all is fine and good work now

Warning:
php_network_getaddresses:

getaddrinfo failed: Temporary failure in name resolution
in /wecan/USER_ID/HOME_DIR/nemo.html

on line 64

Warning: Failed
opening 'http://SITE_URL/cgi-bin/count/zerocount/count.php'

for
inclusion (include_path='.:/usr/local/lib/php') in
/wecan/USER_ID/HOME_DIR/nemo.html
on line 64

<? include "/cgi-bin/count/zerocount/count.php"; ?>
No errors


Please Search Google :
php_network_getaddresses


isn't PHP Problem?? only SYSTEM, Networking??




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to