ID: 13972
Updated by: sander
Reported By: Daria Elias <[EMAIL PROTECTED]>
Old Status: Open
Status: Closed
Bug Type: Mail related
Operating System: Windows 2000
PHP Version: 4.0.6
New Comment:
It seems you've upgraded from 4.0.5 to 4.0.6. You should copy php4ts.dll from the
4.0.6-distribution to c:\winnt\system32\ and overwrite any older file (which will
probably be the php4ts.dll from 4.0.5).
Closing this report. Reopen if the problem still exists.
Previous Comments:
------------------------------------------------------------------------
[2001-11-07 06:16:52] Daria Elias <[EMAIL PROTECTED]>
addon to setup
MTA: postfix-20010228pl04-29
------------------------------------------------------------------------
[2001-11-07 06:12:43] Daria Elias <[EMAIL PROTECTED]>
setup:
apache 1.3.20
php 4.0.6 (announced it self as 4.0.5 in phpinfo?)
php.ini:
SMTP = linux
sendmail_from = w2k@windows
p.php:
<?
print("foobar");
mail (
"user1@linux, root@linux,",
"test subject",
"test mailer\n",
"From: WebMaster <webmaster@linux>\nx-header: php mailer\nTo: User One
<user1@linux>, root <root@linux>\nCc: user2@linux\n"
);
?>
calling it failed and leads to
error.log:
FATAL: emalloc(): Unable to allocate -86918290 bytes
so long.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13972&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]