Date: 10/26/99
- Next message: Sascha Schumann: "Re: [PHP-DEV] Bug #2605: file() shocks on HTTP retrieval"
- Previous message: rousseau <email protected>: "[PHP-DEV] Bug #2605: file() shocks on HTTP retrieval"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: alex <email protected>
Operating system: Linux hq60.newsham.com 2.2.5-15 #3 Thu May 6 07:20:14 EDT 1999 i586 unknown
PHP version: 4.0 Beta 2
PHP Bug Type: Misbehaving function
Bug description: mail function doesn't work (not sending any mail)
script example:
#!/usr/local/src/php-4.0b2/php
<script language=php>
$res=mail("alex <email protected>","test mail", "saludos");
print "hi = $res\n";
</script>
Compilation with:
./configure --enable-safe-mode \
--with-exec-dir=/usr/local/bin \
--with-mysql \
--enable-discard-path
make
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sascha Schumann: "Re: [PHP-DEV] Bug #2605: file() shocks on HTTP retrieval"
- Previous message: rousseau <email protected>: "[PHP-DEV] Bug #2605: file() shocks on HTTP retrieval"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

