php-windows Digest 30 May 2002 03:21:03 -0000 Issue 1168
Topics (messages 14017 through 14020):
Re: IIS Sucks!
14017 by: Brian Huff
mail() and user name
14018 by: Tomator
14019 by: Frank M. Kromann
Re: Email Addresses (was: [PHP-WIN] Re: Needed: Several short, swift kicks.)
14020 by: Steve Yates
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
It looks like the dlls that you are using for iisfunct and mysql do not have the same
build numbers as the ones for PHP. Your PHP module is from September of last year,
whereas your dlls are from last month. My guess is that you compiled these dlls based
on the latest beta source, but you still are using the 4.2.1 php4ts.dll that was from
the quick and easy install...
you need to synch up these dlls - seacrh your hard drive for php*.dll, and get them
out of your system path... and either revert to the released version of your mysql and
iis dlls, or grab the latest source and recompile everything with the freshest stuff.
-- Bex
-----Original Message-----
From: Conover, Ryan [mailto:[EMAIL PROTECTED]]
Sent: Wed 5/29/2002 7:29 AM
To: '[EMAIL PROTECTED]'
Cc:
Subject: RE: [PHP-WIN] IIS Sucks!
Make sure your dlls are in the extension defined directory in your php.ini.
Ryan Conover
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.pitt.edu/~rscst25/
-----Original Message-----
From: R.S. Herhuth [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 9:06 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] IIS Sucks!
I decided to setup IIS instead of Apache to match my clients environment
on both my home and work machine...now I have not been able to get php
working for anything. I have spent almost a week trying to configure
IIS to no avail. I'm locked in security permission hell.
My home machine:
Internet Explorer will no longer spawn new windows, I get a javascript
error saying "access is denied" and worst of all I can't use my Windows
search functionality. I use Homesite for development, under Apache I
remapped my Localhost so I could preview the php docs in my browser. I
reconfigured Homesite for use with IIS and now when I try to preview php
pages in my browser I get and access is denied error. However if I
enter the localhost URI in directly PHP and my COM calls work fine.
My work machine
At work I have a similar setup and I can't even get the test page to
come up and I configured IIS and php exactly the same as my home system.
I just keep getting the "Page Cannot Be Found" error...or a "PHP has
encountered an Access Violation at 01771364."
And to add more insult to injury, I have encountered errors on both
machines after installing the 4.2.1 php release after I setup the config
file to load the MSSQL.DLL and IISFUNC.DLL module I get two errors that
say when I start IIS and everytime php is called:
ERROR 1:
WARNING:
iisfunct: Unable to initialize module
Module complied with debug=0; thread safety=1, module API=20020429 PHP
compiled with debug=0, thread safety=1, module API=20010901 These
options need to match
WARNING:
mssql: Unable to initialize module
Module complied with debug=0; thread safety=1, module API=20020429 PHP
compiled with debug=0, thread safety=1, module API=20010901 These
options need to match
I switched to IIS in order to match my clients work environment, but I'm
now several days behind. Can anyone please offer me some advice or
assistance to get my machines stable and php operational.
PS I have followed the manual to the letter. I tried configuring under
ISAPI (preferrable) and CGI-Binary...neither work.
Please help a stressed developer in need...
Thanks,
Ron
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi
I have one question about mail() function. It works fine, but...
Once I wanted to send an e-mail with recipient name in address. So I've
tried something like "Name" <user@server> - and didn't work.
Finally I got up, but could it be done?
--- End Message ---
--- Begin Message ---
Use the function imap_mail(). This function does rfc822 parsing on all mail adresses.
You have to load the imap extension to use this function though.
- Frank
> Hi
>
> I have one question about mail() function. It works fine, but...
> Once I wanted to send an e-mail with recipient name in address. So I've
> tried something like "Name" <user@server> - and didn't work.
> Finally I got up, but could it be done?
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
"Mark Filipak" wrote ...
> From both replies I assume that this list does not protect, hide, or
> munge email addresses
I personally haven't been on a list that does. Usually the "to" and/or
"reply-to" is the list but the "from" is the author's e-mail software.
> And from Steve's reply, do I correctly infer that my posts and his are
> also going to a news server?
Yes in fact that's how I'm posting. Via news.php.net.
- Steve Yates
- * <- Tribble & <- Tribble practicing Yoga.
/ Taglines by Taglinator - www.srtware.com /
--- End Message ---