Re: [PHP-WIN] Re: PHP FastCGI update

2002-03-12 Thread samuel lim
>>> samuel lim 13-Mar-02 08:49:24 >>> I've downloaded your newest files. Here are my registry settings and directory structure. In IIS i've mapped .php to C:\Inetpub\Engine\FastCGI\isapi_fcgi.dll Thanks in advance. Samuel Lim email: [EMAIL PROTECTED] >>> "Shane Caraveo" <[EMAIL PROTECTED]>

[PHP-WIN] PHP using Windows Server 2000 newbie

2002-03-12 Thread Bob Parks
Thanks ahead! I currently use Apache 1.3xx. with PHP at home. Great! Problem: My work is going to Win2000 OS for PC and Server2000 network LAN. I want to use PHP with 2000 server for home practice. No time at work. Before I install 2000 server on my home PC in it's own directory Where is the b

[PHP-WIN] CGI and ISAPI with DOMXML in IIS5

2002-03-12 Thread Jarrad Kabral
Hi all, Just wondering if anyone can tell me why the ISAPI and CGI versions of PHP have different DOMXML function names? Regards Jarrad -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Problems with WinXP, & Apache

2002-03-12 Thread Devon Knowles
Have you tried reinstalling Apache and PHP? You may just have a corrupt installation. Also, you may want to try using a packet sniffer and seeing exactly what kind of output Apache is sending. If you have some server variable set too low (ie. Timeout, KeepAliveTimeout) or you may have KeepAlive tu

php-windows Digest 12 Mar 2002 21:03:40 -0000 Issue 1043

2002-03-12 Thread php-windows-digest-help
php-windows Digest 12 Mar 2002 21:03:40 - Issue 1043 Topics (messages 12590 through 12603): Re: PHP FastCGI update 12590 by: Samuel Lim 12603 by: Shane Caraveo Scoping problem 12591 by: Christian Azambuja Pagot 12592 by: Nicole Amashta 12593 by: Chri

Re: [PHP-WIN] Re: PHP FastCGI update

2002-03-12 Thread Shane Caraveo
Is this with using my fastcgi server extensions? If so, please provide the registry configuraiton you did, and I'll try to help you out. Shane Caraveo - Original Message - From: "Samuel Lim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 12:47 AM Subject: [PHP-

Re: [PHP-WIN] Problems with WinXP, & Apache

2002-03-12 Thread Daedalus
An addendum: I try loading a php page in Opera, and it hangs. I can see some of the page generated. I try it in Netscape 4.7, and it works... Any ideas? --- Daedalus <[EMAIL PROTECTED]> wrote: > Hello - > > I am trying to install PHP 4.1.2 on a Windows XP box. I am running Apache 1.3.23, >

Re: [PHP-WIN] Problems with WinXP, & Apache

2002-03-12 Thread alain
Did you try if it works on the command line with a script containing for example, phpinfo() ? A+ Alain On Tue, Mar 12, 2002 at 10:50:22AM -0800, Daedalus wrote: > Hello - > > I am trying to install PHP 4.1.2 on a Windows XP box. I am running Apache 1.3.23, >and > MySQL 3.23.49. I have PHP ins

[PHP-WIN] Problems with WinXP, & Apache

2002-03-12 Thread Daedalus
Hello - I am trying to install PHP 4.1.2 on a Windows XP box. I am running Apache 1.3.23, and MySQL 3.23.49. I have PHP installed as an apache server module (as the documentation suggested.) It appears that everything is installed correctly, I followed the instructions perfectly, I think. Wh

[PHP-WIN] Re: My Database class

2002-03-12 Thread Nicole Amashta
Disclaimer: I use this class myself on my site and in production sites with no problems with it to this day. However, I cannot guarantee there are no bugs within this class. This class is merely a wrapper of the preexisting php functions that support the respective databases. Use this class at y

[PHP-WIN] Re: My Database class

2002-03-12 Thread Nicole Amashta
If you had trouble downloading the zip file, please try again. I was in such a hurry, it appears the file went up in ascii mode. Nicole "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK, I have posted my database class on my site. You can get

[PHP-WIN] My Database class

2002-03-12 Thread Nicole Amashta
OK, I have posted my database class on my site. You can get to it by going to http://www.aeontrek.com. Once there, you will see a link on the right side called "Projects." Go to the Projects section, then scroll down to the PHP projects. There you will see posted today my Database extraction and w

[PHP-WIN] Re: Scoping problem

2002-03-12 Thread Nicole Amashta
I will post the link to the list where my Database class is once I get it uploaded. Stay tuned ... Nicole www.aeontrek.com "Christian Azambuja Pagot" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I would apreciate a lot if you could send it to me :) > > Ni

[PHP-WIN] PHP 4.1.2 Session Problems

2002-03-12 Thread Cheuk Yiu Ip
Hi, I have just upgraded to the latest 4.1.2 binaries, I would like to know if there is any change with regard to session. I cannot retrieve anything from $_SESSION, but it works fine if I switch back to 4.1.1 with the same config file php.ini. Thanks! here are my session settings. [Sessi

[PHP-WIN] COM/Windows2000/IBM HTTP Server question

2002-03-12 Thread Lacey Sharpe
I am using php dated June 2001 - the latest version 4.1.1 would not run the php test program on IIS. With this version, I have a php file that will run on IIS. This php file calls COM objects. However, when I switch from IIS to IBM HTTP Server ( Apache based web server ). The same file will no

[PHP-WIN] Re: Scoping problem

2002-03-12 Thread Christian Azambuja Pagot
I would apreciate a lot if you could send it to me :) Nicole Amashta wrote: > I have a class that currently will connect to a MySQL and MS SQL database. > It is easy add to this class support for all the other supported databases. > If you would like the code for this class, I will send it to yo

[PHP-WIN] Re: Scoping problem

2002-03-12 Thread Nicole Amashta
I have a class that currently will connect to a MySQL and MS SQL database. It is easy add to this class support for all the other supported databases. If you would like the code for this class, I will send it to you. Let me know, nicole "Christian Azambuja Pagot" <[EMAIL PROTECTED]> wrote in mes

[PHP-WIN] Scoping problem

2002-03-12 Thread Christian Azambuja Pagot
Hi!! I am trying to create generic DB functions... (that could connect to any kind of database, just with few modifications..) I created 2 functions... DB_Connect and DB_Disconnect... and I will create another one... DB_Query. Follows the code: --

[PHP-WIN] Re: PHP FastCGI update

2002-03-12 Thread Samuel Lim
I've tried to get fastcgi working in a WinXp workstation. Each time I try to start a script, I receive a page with the message "Server Error". I've followed the instructions in the readme.txt of fastcgi. I'm using PHP 4.1.2 and I've also tried this with PHP 4.1.1 CGI. Without fastcgi, everythi

php-windows Digest 12 Mar 2002 08:49:31 -0000 Issue 1042

2002-03-12 Thread php-windows-digest-help
php-windows Digest 12 Mar 2002 08:49:31 - Issue 1042 Topics (messages 12582 through 12589): Re: PHP 4.1.2 Windows binaries 12582 by: Robin Bolton Re: please send to the list 12583 by: Afan Pasalic 12584 by: alain samoun compiling --with-t1lib= on win2k apache with

[PHP-WIN] Authenticate with Active Directory

2002-03-12 Thread Pojapoeg
Hello! I use Windows 2000 Server and IIS5. Now, it is necessary to authenticate users with Active Directory and to find out a user's OU from Active Directory. How can it be done? Pojapoeg -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php