From:             php at to-the-max dot net
Operating system: FreeBSD
PHP version:      5.0.0
PHP Bug Type:     Network related
Bug description:  dns_get_record() unavailable on *BSD

Description:
------------
dns_get_record() is not available when PHP is compiled under BSD.

/ext/standard/dns.c uses the res_nmkquery() and res_nsearch() functions
present in newer versions of BIND's libresolv.

However those functions are not present on *BSD (and probably other)
systems.

Please consider using the older res_mkquery(), res_search() fuctions, to
maximize compatibility.


-- 
Edit bug report at http://bugs.php.net/?id=29337&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29337&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29337&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29337&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29337&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29337&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29337&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29337&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29337&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29337&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29337&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29337&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29337&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29337&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29337&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29337&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29337&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29337&r=float

Reply via email to