[PHP-WIN] iis5 (w2k) and security context of php with fastcgi.enable=0|1

2004-06-23 Thread Petar [Lists]
PHP 4.3.x Windows 2000 Server + IIS5 php.ini fastcgi.enable=0 (default) lets PHP.EXE work in the security context of the ISR_machine account defined for anonymous access from my current understanding and practical observations. If I have a sub-directory that enforces NTLM login for a web user th

RE: [PHP-WIN] User Online

2004-06-23 Thread Yi Socheat
Could anyone help me to correct user online code: I am stuck in this point... CREATE TABLE useronline ( timestamp int(15) NOT NULL default '0', ip varchar(40) NOT NULL default '', file varchar(100) NOT NULL default '', PRIMARY KEY (timestamp), KEY ip (ip), KEY file (file) ) TYPE=MyIS

RE: [PHP-WIN] Need MSSQL client

2004-06-23 Thread Rafi Sheikh
Hi thanks for replying. Serves me well to write in haste, and not explaining what I needed :) I got to the freeTds point and had further questions, which I found the answers for, but I inquired poorly. Thank you. -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED] Sent:

Re: [PHP-WIN] Need MSSQL client

2004-06-23 Thread Frank M. Kromann
It's all in the documentation http://php.net/mssql - Frank > Can any one point me to where I could get the client for MSSQL for AIX 5.1, > IBM machine? (I need to compile PHP with mssql enabled) > *** Using PHP 4.3.4 > TIA > > RS > > > This e-mail, including attachments, may include confident

[PHP-WIN] Re: SOAP in php 4.3.7

2004-06-23 Thread Justin Patrin
Darren Horrocks wrote: is it posible to use SOAP in 4.3.7, or is it a php5 only thing? Yes, of course it is. PHP5 just has SOAP functionality built-in. I would suggest using PEAR::SOAP. http://pear.php.net/package/SOAP -- paperCrane -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

[PHP-WIN] Re: SOAP in php 4.3.7

2004-06-23 Thread Jason Barnett
Darren Horrocks wrote: is it posible to use SOAP in 4.3.7, or is it a php5 only thing? Yes it is possible. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: view xml thru php

2004-06-23 Thread Jason Barnett
Joakim Ling wrote: The raw xml. I tried header("Location: $file"); but its not working in IE. NN works fine. http://www.lokalguiden.se/tv4/texttv.php Any ideas? I tried the link you posted above; it did not redirect me to any xml file (Mozilla). Were you hoping to have me view the contents of t

[PHP-WIN] SOAP in php 4.3.7

2004-06-23 Thread Darren Horrocks
is it posible to use SOAP in 4.3.7, or is it a php5 only thing? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: view xml thru php

2004-06-23 Thread Joakim Ling, Lokalguiden
The raw xml. I tried header("Location: $file"); but its not working in IE. NN works fine. http://www.lokalguiden.se/tv4/texttv.php Any ideas? "Jason Barnett" <[EMAIL PROTECTED]> skrev i meddelandet news:<[EMAIL PROTECTED]>... > Joakim Ling wrote: > > > Hi, > > > > Im trying to view a xml file

[PHP-WIN] Need MSSQL client

2004-06-23 Thread Rafi Sheikh
Can any one point me to where I could get the client for MSSQL for AIX 5.1, IBM machine? (I need to compile PHP with mssql enabled) *** Using PHP 4.3.4 TIA RS This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entit

[PHP-WIN] mail error

2004-06-23 Thread Cory D. Wiles
I just upgraded to PHP5RC3 and for some reason the mail() function is throwing an error. *Warning*: mail() [function.mail ]: "sendmail_from" not set in php.ini or custom "From:" header missing in *C:\Program Files\Apache Group\Apache2\htdoc

[PHP-WIN] Re: view xml thru php

2004-06-23 Thread Jason Barnett
Joakim Ling wrote: Hi, Im trying to view a xml file (texttv.xml) thru php. Are you wanting to see the raw xml? You can do it like so: $file = './path/to/file.xml'; header("Location: $file"); ?> Or, are you wanting to have the xml as part of the php script's output? Then you might do this: $fi

[PHP-WIN] view xml thru php

2004-06-23 Thread Joakim Ling
Hi, Im trying to view a xml file (texttv.xml) thru php. Init(); $tv->WriteHeader(); $tv->CreateDataArray(); $tv->ArrayToXML(); $tv->Close(); header("Content-type: application/xhtml+xml"); readfile("texttv.xml"); ?> But its printed in html, its not a big deal but how can I do this correct? Thx

Re: [PHP-WIN] LINUX php version 7.2 support COM function?

2004-06-23 Thread Jordi Canals
Jordi Canals wrote: Just want to know if LINUX php version 7.2 support COM function? What I need to do if it support? TQ I think yo are talking about a non existent PHP version. Latest PHP version is 4.3.7 (And the latest development branch is PHP 5 RC 3) Sorry ... you're asking for a LINUX

Re: [PHP-WIN] LINUX php version 7.2 support COM function?

2004-06-23 Thread Jordi Canals
Just want to know if LINUX php version 7.2 support COM function? What I need to do if it support? TQ I think yo are talking about a non existent PHP version. Latest PHP version is 4.3.7 (And the latest development branch is PHP 5 RC 3) Regards, Jordi. -- PHP Windows Mailing List (http://www.

[PHP-WIN] Re: COM function

2004-06-23 Thread John Lim
Sorry, Linux does not support COM. "Heekw" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I couldn't run the com progam on my server but everthing well on my pc. > The only different is server is using UNIX version while pc is Window > version. > It game me error like this -

[PHP-WIN] Re: PHP5 IIS6 2003 Access Violation

2004-06-23 Thread Quirijn Vermeulen
Hi David, I have the same problem with IIS5.1 (Windows XP Professional) and PHP5 RC3. So far, like you, I haven't had any luck in getting it solved. Regards, Quirijn Vermeulen. "David Charles" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I can set up the latest version of 4 t

[PHP-WIN] LINUX php version 7.2 support COM function?

2004-06-23 Thread heekw
Hi, Just want to know if LINUX php version 7.2 support COM function? What I need to do if it support? TQ Regards, Hee -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] UNIX PHP support COM function?

2004-06-23 Thread heekw
Hi, Does UNIX version of PHP support COM function? I code an program with com function, it successfully run on Windows PHP but faild on UNIX php. Regards, Hee -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php