From: [EMAIL PROTECTED]
Operating system: FreeBSD
PHP version: 4.0.6
PHP Bug Type: Mail related
Bug description: getmxrr returns an invalid false message when...
getmxrr is designed to return a list of mx records found for a host.
According to smtp rfcs, if no mx records
From: [EMAIL PROTECTED]
Operating system: FreeBSD
PHP version: 4.0.6
PHP Bug Type: Feature/Change Request
Bug description: require_once doesn't support relative paths
require_once doesn't support relative paths.
ie. require_once('../blah.php');
won't work.
Only abso
orted the bug...
It appears to work in simple cases:
ie when:
/php/test.php
/common.php
in test.php
in common.php
But it fails in the following case:
/usr/home/willwong/public_html/common.php
/usr/home/willwong/public_html/php/common2.php
/usr/home/willwong/public_html/php