Re: [PHP-WIN] mail() on Windows 2000

2001-06-25 Thread Ruslan Ohitin
Hello Matt, Nac> I am using the mail function and everything seems to be working correctly as far as the mail Nac> being sent of; however, I always get the following error: Nac> Fatal error: Maximum execution time of 30 seconds exceeded in ... Your script run more then 30 seconds. This is maxim

[PHP-WIN] phpinfo() crashes apache

2001-06-25 Thread Mark Maggelet
Hi, I'm using php4-07 as a module, apache 1.3.20 and phpinfo() always crashes apache, as well as scripts that use gd. any suggestions? thanks, - Mark -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] iconv

2001-06-25 Thread Marecandja
Hello, I've been suggested that I use iconv() instead of trying to compile recode on Windows platform. I'm using PHP v4.0.6 and I receive this error Fatal error: Call to undefined function: iconv() in D:\Program Files\Apache Group\Apache\htdocs/test.php on line 2 test.php file: Any help? Th

Re: [PHP-WIN] mail() on Windows 2000

2001-06-25 Thread Michael Kelley
You can change your php.ini file to increase the timeout length ... Best to track down WHY it's taking so long In that respect i have NO idea. The easy fix is the ini file change [EMAIL PROTECTED] wrote: > I am using the mail function and everything seems to be working correctly as far as

Re[2]: [PHP-WIN] Testing php in Win2000?

2001-06-25 Thread David Elliott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hail Bryan On 25 June 2001 at 21:57:12 +1000 (which was 12:57 where I live) Bryan wrote and made these points > I have a similar problem, but can only view the output in my browser from > the php files when I am connected to the Internet. When I am

php-windows Digest 25 Jun 2001 20:53:18 -0000 Issue 627

2001-06-25 Thread php-windows-digest-help
php-windows Digest 25 Jun 2001 20:53:18 - Issue 627 Topics (messages 8015 through 8020): Re: using the PHP4 mail() function in (Newbie) 8015 by: Peter Haywood Re: Testing php in Win2000? 8016 by: Bryan Problems running php from samba network shares... 8017 by: Mat

[PHP-WIN] mail() on Windows 2000

2001-06-25 Thread Namwonmkw
I am using the mail function and everything seems to be working correctly as far as the mail being sent of; however, I always get the following error:Fatal error: Maximum execution time of 30 seconds exceeded in ... Can anyone offer any suggestions? Matt -- PHP Windows Mailing List (http://w

[PHP-WIN] Need help with variables

2001-06-25 Thread Michel Laine
I am trying to assign a bunch of strings to some Template variables where: I have an array $day[n] where n is 0-34 and contain strings. I have Template variables named "DAYn", where n is a number 1-35. The template parsing is up and running, so i have left that part out. // Do it! for ($i

[PHP-WIN] php scripts only work when connected to the internet.

2001-06-25 Thread Bryan
Hi, Win2k, IIS, 4.05 I have a problem where I can only view the output in my browser from the php files when I am connected to the Internet. When I am not connected, I get the standard error page in the broswer. Hope someone can help?? -- PHP Windows Mailing List (http://www.php.net/) To u

[PHP-WIN] Problems running php from samba network shares...

2001-06-25 Thread Mattias Segerdahl
Hello all, I have a slight problem that someone out there might be able to help me with. I recently installed Windows 2000 with Internet Information Server 5.0 and php 4.0.7-dev. When configuring the IIS 5.0 default webserver, I did the following => Properties => Directory Security => Edit => An

Re: [PHP-WIN] Testing php in Win2000?

2001-06-25 Thread Bryan
Hi, I have a similar problem, but can only view the output in my browser from the php files when I am connected to the Internet. When I am not connected, I get the standard error page in the broswer. Hope someone can help?? Thanks, Bryan. ""John Lim"" <[EMAIL PROTECTED]> wrote in message 9du5j

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-25 Thread Peter Haywood
Result! Changing the mail server did the trick! Many thanks to you and all who replied. Pete "Michael Kelley" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You need to change > SMTP = localhost ; for Win32 only > to > SMTP = MyMailhost.domain.edu ; for Wi