php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15718 mail() is not supported in this PHP build
Submitted: 2002-02-25 14:02 UTC Modified: 2002-06-02 18:26 UTC
Votes:5
Avg. Score:5.0 ± 0.0
Reproduced:5 of 5 (100.0%)
Same Version:5 (100.0%)
Same OS:5 (100.0%)
From: viktu at grn dot es Assigned:
Status: Not a bug Package: Mail related
PHP Version: 4.1.1 OS: Linux Slackware 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
4 + 4 = ?
Subscribe to this entry?

 
 [2002-02-25 14:02 UTC] viktu at grn dot es
I've been looking at a lot of mails regarding that problem, but tryed all the solutions found with no luck.

Here is the scenario:

Slackware 8.0
Sendmail 8.11.6 working fine.
PHP 4.1.1
Apache 1.3.22

This is the configuration line:
./configure --prefix=/usr/local/ --with
-apache=../apache_1.3.22/ --enable-dbase --enable-ftp --enable-mailparse --with-mysql=/usr/local/mysql 

configure detects sendmail, and there is defined #define HAVE_SENDMAIL 1 in php_config.h

Tried adding #define HAVE_SENDMAIL 1 in file basic_functions.c just before the #ifdef HAVE_SENDMAIL directive.

Deleted and recompiled N times apache and php, no luck...

How can I get it to work?

Thanks!



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-02 18:26 UTC] mfischer@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 18:01:28 2024 UTC