ID:               35982
 Updated by:       [EMAIL PROTECTED]
 Reported By:      eddi at to-grip dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         Mail related
 Operating System: GNU/Linux (gentoo) 2.6.15
 PHP Version:      5CVS-2006-01-12 (snap)
 New Comment:

It means you don't have sendmail installed.


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

[2006-01-12 19:00:08] eddi at to-grip dot de

Description:
------------
SAPI:
   CLI
   Apache 2.0 Handler

Version:
   php5.1-200601121530 (5.1.3RC2)
   5.1.2

The functions mail() and ezmlm_hash() are not defined.

Reproduce code:
---------------
<?php
mail();
?>
Fatal error: Call to undefined function mail() in
/opt/htdocs/default/test.php on line 2

<?php
ezmlm_hash();
?>
Fatal error: Call to undefined function ezmlm_hash() in
/opt/htdocs/default/test.php on line 2


Expected result:
----------------
SAPIs should response:
<?php
mail();
?>
Warning: mail() expects at least 3 parameters, 0 given in Command line
code on line 2

<?php
ezmlm_hash();
?>
Warning:ezmlm_hash(); expects at least 3 parameters, 0 given in Command
line code on line 2
   



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


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

Reply via email to