[PHP-DEV] Bug #12385: getmxrr returns an invalid false message when...

2001-07-25 Thread willwong
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

[PHP-DEV] Bug #12387: require_once doesn't support relative paths

2001-07-25 Thread willwong
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

[PHP-DEV] Bug #12444: require_once doesn't support relative paths completely

2001-07-27 Thread willwong
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