Well, have a look at the code then. In ext/standard/basic_functions.c we
have:
#ifdef HAVE_SENDMAIL
PHP_FE(mail,NULL)
#else
PHP_FALIAS(mail,warn_not_available, NULL)
#endif
The error message you posted is created by the warn_not_available function
which means t
>
> Well, somehow you are confused about that
Oh, right. Care to explain what's confusing about...
Running system checks
checking for missing declarations of reentrant functions... done
checking whether compiler supports -R... yes
checking for sendmail... /usr/lib/sendmail
???
Meanwhile, I'l
Well, somehow you are confused about that, because the only way to get the
error message you got was for the HAVE_SENDMAIL or whatever the symbol was
in that version in the config.h file to not be defined and this symbol is
set by the configure script. But regardless, upgrade to 4.1. The
mec
>
> When you built PHP sendmail wasn't there for some reason. Rebuild it, or
> upgrade to the recently released 4.1.
No, as I said in my original mail, sendmail was installed and was
detected by the configure script.
Jayne.
--
+++++++++++++-
When you built PHP sendmail wasn't there for some reason. Rebuild it, or
upgrade to the recently released 4.1.
-Rasmus
On Tue, 11 Dec 2001 [EMAIL PROTECTED] wrote:
>
> I'm not too hopeful about getting any help about this, but here goes.
>
> I've installed PHP 4.0.5 on a Solaris 8 box, all
I'm not too hopeful about getting any help about this, but here goes.
I've installed PHP 4.0.5 on a Solaris 8 box, all works well but
using mail() produces the following error:
Warning: mail() is not supported in the PHP build
sendmail is installed in /usr/lib/sendmail and linked from /usr/bin
Hi,
I am using QMAIL (with sendmail wrappers installed, tested, and confirmed),
and I still can't use the mail() function.I get the following error:
"Warning: mail() is not supported in this PHP build". I have built the
source from scratch with the following commands:
CFLAGS='-O2 -I /usr/in
Hi from France.
I ve just installed Php 4.0.6 + apache 1.3.20 + Mysql + Php-Nuke on
Slackware Linux.
I also get a SMTP server (Postfix) working fine.
php.ini is under /usr/local/lib/php.ini and the sendmail_path is
/usr/bin/sendmail -i -t ,
but when a user try to get registred, no ail is send to h
Dear Katie
Thank you for your time and help.
> 1). What platform are you using?
Linux 7.1
> 2). What SMTP agent are you using ( qmail, sendmail, etc )?
sendmail
> 3). Can you mail me a copy of your script so I can take a look at it?
Its a simple mail(...) function which I always use. With mi
Hello
When trying to send mail inside my PHP script I receive the following error:
Warning: mail() is not supported in this PHP build
What is the reason ? Compile errors ? Or my Host has disabled access to PHP
mail() function ?
How can I solve the problem ? Is there any alternatives to using ma
Hello
When trying to send mail inside my PHP script I receive the following error:
Warning: mail() is not supported in this PHP build
What is the reason ? Compile errors ? Or my Host has disabled access to PHP
mail() function ?
How can I solve the problem ? Is there any alternatives to using ma
11 matches
Mail list logo