[PHP-WIN] problem with mail

2005-03-01 Thread Stefan Sturm
Hi, I'm using the script below to send ascii files attached to mails via mail(). I'm running the script on different servers and it works fine. Now I got a problem on windows server 2003. The attachment of the mail is disturbed, the first 76 characters are missing, the rest of the attachment is co

[PHP-WIN] Re: mysql 4.1 php 5.0.52 apache 2 mysql_connect()

2005-03-01 Thread BrAiNs
Hi http://forums.mysql.com/read.php?11,6400,6701#msg-6701 MySQL 5.0.0 PHP 4.3.10 Regards BrAiNs http://ctek.ath.cx "Karsten Scherer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi there! i am getting mad while trying to get this stuff running. on my system are: Apache 2.0.52 P

[PHP-WIN] [Request] ISAPI and Keep-Alives

2005-03-01 Thread Louis Solomon \[SteelBytes\]
Any chance of fixing the ISAPI to allow HTTP Keep-Alives? and no, it's not just me :-) I checked the source code. it returns HSE_STATUS_SUCCESS for all success cases. It needs to return HSE_STATUS_SUCCESS_AND_KEEP_CONN to allow Keep-Alives to work. (and of course obey the other HTTP 1.1 rules s

[PHP-WIN] [Request] full DNS resolve support on Win32

2005-03-01 Thread Louis Solomon \[SteelBytes\]
subject line says it all :-) ok, in particular the most useful one is being able to retrieve MX records. to quote from the docs for dns_get_record() (PHP5), "This function is not implemented on Windows platforms" -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.

[PHP-WIN] test

2005-03-01 Thread Louis Solomon \[SteelBytes\]
-- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Error 500 in IIS weblog

2005-03-01 Thread Louis Solomon \[SteelBytes\]
not happening here. -- Louis Solomon www.SteelBytes.com "Menashe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm running php 5.03 on windows 2003 as isapi. > > Everything looks OK, and i can see all the php pages, but when I checked > the > IIS log file > I saw that

[PHP-WIN] PHP and Apache

2005-03-01 Thread Logan B
Hi, I'm using Apache 1.3 on my Windows XP Pro box with PHP 5. I'm trying to get Apache to reconize it. I've added "LoadModule php5_module "c:/PHP/php5apache.dll"" and "AddModule mod_php5.c" to the httpd.conf file. I restart Apache, but it throws a santax error that says that the module [mod_php5.c

RE: [PHP-WIN] PHP and Apache

2005-03-01 Thread Rob Agar
Have you tried just commenting out the AddModule line? It works for php4... Rob -Original Message- From: Logan B [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 March 2005 1:37 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP and Apache Hi, I'm using Apache 1.3 on my Windows XP P

Re: [PHP-WIN] PHP and Apache

2005-03-01 Thread Chris
No, mod_php.c does nto have to exist. Provided that c:/PHP/php5apache.dll acctually exists, your problem is likely that you have got php5ts.dll in your system path (copying it to the WINNT/System32/ directory works. Chris Logan B wrote: Hi, I'm using Apache 1.3 on my Windows XP Pro box with PHP