From:             [EMAIL PROTECTED]
Operating system: Linux Redhat 7.2
PHP version:      4.3.0RC2
PHP Bug Type:     Mail related
Bug description:  Mail: undefined function

If I try to use the mail function I receive this error:

PHP Fatal error:  Call to undefined function:  mail() in
/home/httpd/html/bug.php on line 2

the script bug.php is

<?
mail("[EMAIL PROTECTED]", "busia", "busia");
echo "a";
?>

Before the upgrade to 4.3.RC2 the mail function was working well.

The server configuration is

Redhat 7.2
Apache 1.3.22
PHP 4.3.0RC2
Mysql 4.0.5
Qmail 1.03

Andrea Busia
-- 
Edit bug report at http://bugs.php.net/?id=20751&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20751&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20751&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20751&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20751&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20751&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20751&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20751&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20751&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20751&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20751&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20751&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20751&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20751&r=isapi

Reply via email to