ID:               16735
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         *Network Functions
 Operating System: BSD/OS 4.1
 PHP Version:      4.1.2
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2002-07-02 19:23:36] [EMAIL PROTECTED]

Actually - it's res_search.

If you need the functionality like 'now', you can edit
main/php_config.h.in at the bottom, and add:

#ifdef __bsdi__
  #define HAVE_RES_SEARCH 1
#endif

A patch for 4.3.0 is being worked on, but there are many DNS
implementations out there and it's hard to detect whether it's in:
libc
libresolv
libsocket
libbind
libbind +libisc

and which headers it needs, to even be detected correctly :-)

------------------------------------------------------------------------

[2002-07-02 19:05:17] [EMAIL PROTECTED]

The logs dont say anything about checkdnsrr().  As far as I can tell
this would be a PHP internal function, probably based on other
OS-implemented functions like gethostbyaddr() -- which are all
correctly detected by configure.  I'd be happy to paste config.log if
you think it would be useful

------------------------------------------------------------------------

[2002-07-01 15:44:48] [EMAIL PROTECTED]

What does configure's output and config.log say about this? configure
should detect whether you have checkdnsrr() on your system or not...

------------------------------------------------------------------------

[2002-04-22 15:12:13] [EMAIL PROTECTED]

>From my php error log:
[22-Apr-2002 12:41:59] PHP Warning:  checkdnsrr() is  not supported in
this PHP build in evs.php on line 8

Manual page for checkdnsrr() says it's included in PHP versions >=
4.0.0.  I've seen that some Windows systems don't support or implement
this function, but I'm running Unix.

This _used_ to work with PHP 4.0.1pl2, from which I've just upgraded.

 './configure' '--with-zlib=/usr/local' '--with-mysql=/usr/local/mysql'
'--with-config-file-path=/var/www/conf' '--with-pdflib=/usr/local/lib'
'--enable-track-vars' '--with-apache=/usr/home/brad/builds/apache'

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16735&edit=1

Reply via email to