[PHP-WIN] CLI parser and piping

2003-08-06 Thread Nicolas Frisby
Greets everybody. My question regards psuedo-DOS (XP cmd.exe) piping and the CLI php parser. If you could help please continue reading. The documention specifies that the CLI php parser "sets up" STDIN and its kin. It does in fact work fine assuming the STDIN is the console, but while I was just

[PHP-WIN] Re: CLI File Open Problem

2003-08-06 Thread Craig Roberts
Try using fopen('myfile.txt', 'W+'); ? "Gareth Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I am trying to write data to a text file on my Windows 2000 server using PHP at the command line. I am running PHP 4.3.2, and the script uses the 'touch' function to create the fi

[PHP-WIN] how to install imap with php on windows 2000 server under IIS

2003-08-06 Thread Ha Duy Thien
Dear everyone, Hi i would want to install Imap extension. i saw the right packet on this page : http://www.php.net/manual/fr/ref.imap.php but i don't know how to install it on windows 2000!!! My Php version is : Php 4.3.3 Server : Windows 2000 Server Web Server : IIS 5.0 it seems i must compil

php-windows Digest 5 Aug 2003 08:02:09 -0000 Issue 1854

2003-08-06 Thread php-windows-digest-help
php-windows Digest 5 Aug 2003 08:02:09 - Issue 1854 Topics (messages 21012 through 21018): calling a user defined java class method . 21012 by: toby z Re: unable to delete php created files in php 21013 by: Luis Moreira CLI File Open Problem 21014 by: Gareth Tho

Re: [PHP-WIN] Making a service with php

2003-08-06 Thread Luis Moreira
The documentation says "PHP 4 >= 4.1.0" so I expect they do... I haven't use them though. Luis - Original Message - From: "John Yu" <[EMAIL PROTECTED]> To: "Luis Moreira" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 4:04 PM Subject: Re: [PHP-WIN] Making a se

[PHP-WIN] Re: PHP 4.3.2, Windows 2000 IIS 5, MySQL 4.013 CPU usage problem

2003-08-06 Thread Sek-Mun Wong
don't think it would be a problem with mysql, (even if 750 connections is wy too much!) what's your wait_timeout set to (try something lower)? and how much physical memory remains? The fact that the processes are left running is not a good sign, try killing some of these and see if the cpu co

[PHP-WIN] Re: Connecting to another server

2003-08-06 Thread Craig Roberts
You could install a webserver on your other server and then just hit the script from your other program... you may need to add some authentication in there though "Derrick Hermanson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Was wondering if there was a way to call a php progra

Re: [PHP-WIN] Making a service with php

2003-08-06 Thread John Yu
Actually I've found a good class to use for this. http://www.php-tools.de The patServer is very useful. It has class already setup to handle a multi-thread server. Although, I wouldn't mind some help with the client though. For example. Client ===> (request) ===> Server Client <=== (response)

[PHP-WIN] Making a service with php

2003-08-06 Thread John Yu
Hi I would like to know if it's possible to have a PHP script that listens on a specific port for incoming requests. If so, how would one go about doing that? If not, what language would be good to make that in on windows plateform? thanks John -- PHP Windows Mailing List (http://www.php.n

Re: [PHP-WIN] Re: PHP 4.3.2, Windows 2000 IIS 5, MySQL 4.013 CPUusage problem

2003-08-06 Thread Miha Nedok
I agree with running ISAPI it's very stable. I have tested 10 connections with up to 100 concurrent ( reading and writing to a database ) and the test was successful. -Mike On Wed, 6 Aug 2003, Sek-Mun Wong wrote: > Date: Wed, 6 Aug 2003 18:50:23 +1000 > From: Sek-Mun Wong <[EMAIL PROTEC