[PHP-WIN] Apache2 and PHP4

2002-05-29 Thread Felionious
After i switched from the IIS that came with windows 2000 server and went to Apache2 none of my php are loading correctly. The server doesnt fault at all, it just shows my php pages in text form when you surf to them. I have followed all suggestion on the FAQ page at php.net. Thanks Fel -- PH

[PHP-WIN] Re: Email Addresses

2002-05-29 Thread Mark Filipak
Hi Steve! Thanks for the reply. You replied to me privately but then also posted on the list, so I'm cc'ing the list. Steve Yates wrote: > > I decided not to cc my post to you this time so here it is. :) Given the behavior of your mailer, and in the absense of address munging, I appreciate tha

[PHP-WIN] Re: mail() and user name

2002-05-29 Thread Steve Yates
"Tomator" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > tried something like "Name" - and didn't work. Try '"Name" ' or if you're using variables "\"$Name\" <$email>". The latter uses "\" to escape the internal quotes so they are interpreted literally.

php-windows Digest 30 May 2002 03:21:03 -0000 Issue 1168

2002-05-29 Thread php-windows-digest-help
php-windows Digest 30 May 2002 03:21:03 - 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 ki

[PHP-WIN] Re: Email Addresses (was: [PHP-WIN] Re: Needed: Several short, swift kicks.)

2002-05-29 Thread Steve Yates
"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

Re: [PHP-WIN] mail() and user name

2002-05-29 Thread Frank M. Kromann
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 addr

[PHP-WIN] mail() and user name

2002-05-29 Thread Tomator
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" - and didn't work. Finally I got up, but could it be done? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP-WIN] IIS Sucks!

2002-05-29 Thread Brian Huff
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 sti

php-windows Digest 29 May 2002 14:21:58 -0000 Issue 1167

2002-05-29 Thread php-windows-digest-help
php-windows Digest 29 May 2002 14:21:58 - Issue 1167 Topics (messages 14002 through 14016): BTW, does anyone know what has happened to php4win? 14002 by: Michael Davey Re: IIS Sucks! 14003 by: Matthew Workman 14015 by: Conover, Ryan Needed: Several short, swift kic

[PHP-WIN] onUnload

2002-05-29 Thread Sichta Daniel
Hi, apache, php 4.2.0, w2k problem: index.php: killsession.php: session_start(); session_unset(); session_destroy(); When I open index.php in one browser everything works fine - session from %session.save_path% just disappeared. But when I open index.php in two or more browsers it just don't wo

RE: [PHP-WIN] IIS Sucks!

2002-05-29 Thread Conover, Ryan
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] Subjec

[PHP-WIN] Email Addresses (was: [PHP-WIN] Re: Needed: Several short, swift kicks.)

2002-05-29 Thread Mark Filipak
Steve Yates wrote: > > "Mark Filipak" wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... and Stuart Dallas wrote: > > Mark Filipak wrote: Oh, my. This reply has just changed topics... >From both replies I assume that this list does not protect, hide, or munge email addresses --

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Mark Filipak <[EMAIL PROTECTED]> wrote: > I'm about as rank a newbie as you could imagine so please forgive me > if I err, but doesn't line 3 below ('/*') comment out the entire PHP > code block? > >> > // button.php >> /* >> define("TextFONT", "3"); >> >> Erm, yes. I cannot believe that I m

Re: [PHP-WIN] GD...

2002-05-29 Thread Mark Filipak
Howdy. Brian McGarvie wrote: > > Any configuration points to check out? > > Sorry i think I even omitted my set-up... > > win2k server, iis5, php 4.2.1... > > the code was simply some code found on zend's code site; I'm about as rank a newbie as you could imagine so please forgive me if I er

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Brian McGarvie <[EMAIL PROTECTED]> wrote: > Any configuration points to check out? > win2k server, iis5, php 4.2.1... Do you have register_globals set to on or off? The code you're using needs it to be on for it to work. If that is the problem you would be better off modifying the code to use the

RE: [PHP-WIN] GD...

2002-05-29 Thread Brian McGarvie
Any configuration points to check out? Sorry i think I even omitted my set-up... win2k server, iis5, php 4.2.1... the code was simply some code found on zend's code site; called by: > -Original Message- > From: Stuart Dallas [mailto:[EMAIL PROTECTED]] > Sent: 29 May 2002 10:03 AM

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Brian McGarvie <[EMAIL PROTECTED]> wrote: > Any Ideas? Show us your code and we'll see if we can identify the problem. Unfortunately we're not mind readers. -- Stuart -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] GD...

2002-05-29 Thread Brian McGarvie
Right, Can somone talk me through GD... I've tried and tried it, using various .dll's and no matter which I use, the images are never generated, they always show the 'image' for a missing image in IE etc. Any Ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:

[PHP-WIN] gd2 and 4.2.1

2002-05-29 Thread Olav Bringedal
I'm re-posting as the former attempt got kinda lost in the mess... With 4.2.1 (as opposed to 4.2.0), gd2 stopped working. When i start the service (apache) I get "could not find freetype.dll" and then "php_gd2.dll module could not be found". I tried to search both my config files, pc and via goo