php-windows Digest 27 Jul 2001 02:22:16 -0000 Issue 670

2001-07-26 Thread php-windows-digest-help
php-windows Digest 27 Jul 2001 02:22:16 - Issue 670 Topics (messages 8518 through 8526): how do install 8518 by: Andrew COM object and VARIANT 8519 by: news.php.net Re: Make file.php look like file.htm ??? 8520 by: Phillip Bow 8521 by: Alain Samoun R

Re: [PHP-WIN] PHP zombies on Win2K.

2001-07-26 Thread Paul Smith
You could just rewrite the script so that it worked. Ivan Milanez Castellanos wrote: > > Does anyone know how to kill the php.exe processes that get left behind > for one reason or another??? > > One of the programmers here created a PHP script with some bugs that > leave the php process hangin

RE: [PHP-WIN] PHP zombies on Win2K.

2001-07-26 Thread alain samoun
I do not know about win2k but for win98/95 you press: ALT+CTRL+Delete ONCE! and you have the list of all processes, then you can select the zombies one by one to end the task. Long process sometimes ;) Alain -Original Message- From: Ivan Milanez Castellanos [mailto:[EMAIL PROTECTED]] Sent

[PHP-WIN] PHP zombies on Win2K.

2001-07-26 Thread Ivan Milanez Castellanos
Does anyone know how to kill the php.exe processes that get left behind for one reason or another??? One of the programmers here created a PHP script with some bugs that leave the php process hanging, and this consumes my processor a lot. Please help. Iván

[PHP-WIN] ImageGammaCorrect($image, $newingamma, $newoutgamma);

2001-07-26 Thread G Schneider
Hi, I have found that the following function: ImageGammaCorrect($image, $newingamma, $newoutgamma); ...does not work in PHP 4.0.6 with GD images that you create using the: ImageCreateTrueColor() ...function. Why is this? And, more importantly, how can I get around this problem? Thanks, Jeffe

[PHP-WIN] Re: MDAC 2.6?

2001-07-26 Thread Christoph Steinmann
"Erik H. Mathy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 002201c11132$cef82350$1300020a@erik_laptop">news:002201c11132$cef82350$1300020a@erik_laptop... > Hi Folks! > > MDAC 2.6...has anyone else experienced serious problems with it? In order > to make my NT4 server development box match a clie

Re: [PHP-WIN] Make file.php look like file.htm ???

2001-07-26 Thread Alain Samoun
It's always transparent for the 'average user' since that you mainly send him HTML code anyway... For the ones who look carefully at your address extension, it should not bother them to see .php as you see it more and more in URLs (close to 7 millions at the last count I believe). Anyway, I know h

[PHP-WIN] Re: Make file.php look like file.htm ???

2001-07-26 Thread Phillip Bow
Set your webserver to parse .htm files as php files. This produces some overhead, but not enough to be noticable under most circumstances. -- phill "Rick S" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > Anyone know how to make the URL look like a ba

[PHP-WIN] COM object and VARIANT

2001-07-26 Thread news.php.net
I want to use a COM object : 'SGMConnection' No problem if I want to send simple requests like these : $oConnection = com_load ("SGMConnection.Connection"); echo "Version = ".com_propget( $oConnection, "version" ); $sConnect = "driver={SQL Server};server=MTBFAB4;database=Suivi;Truste

[PHP-WIN] how do install

2001-07-26 Thread Andrew
How do I install PHP on my windows 2000 Server? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

php-windows Digest 26 Jul 2001 13:34:18 -0000 Issue 669

2001-07-26 Thread php-windows-digest-help
php-windows Digest 26 Jul 2001 13:34:18 - Issue 669 Topics (messages 8511 through 8517): apache/php troubles (installation) 8511 by: Ben Bleything Make file.php look like file.htm ??? 8512 by: Rick S 8514 by: G Schneider 8515 by: Svein Bennæs Re: php

[PHP-WIN] script timeout problem

2001-07-26 Thread BlackLord
Hello, I am trying to develop a scrpit which emails my email to my 800,000 recipients(yes, too much). Appr. it takes min. 15hrs to send to all these recipients. I wanted to do this task with a php script automatically. But, i have a problem: My script is being terminated x hours later. I don't k

Re: [PHP-WIN] Problem in funcition COM

2001-07-26 Thread Luiz Fernando \(Tuca\)
Ok... it's only a test. Luiz Fernando Alain Samoun <[EMAIL PROTECTED]> escreveu nas notícias de mensagem:[EMAIL PROTECTED] > Fernando: > Your script is fine, it should work on your server but, of course, do not > expect to open word on the client side > Alain > > On Tue, Jul 24, 2001 at 11

SV: [PHP-WIN] Re: Make file.php look like file.htm ???

2001-07-26 Thread Svein Bennæs
Add your preferred file extension in in httpd.conf as shown below (assuming you're using Apache), and all .htm-files will be parsed through PHP. AddType application/x-httpd-php .php .phtml .htm SoB -Opprinnelig melding- Fra: G Schneider [mailto:[EMAIL PROTECTED]] Sendt: 26. mai

[PHP-WIN] Re: Make file.php look like file.htm ???

2001-07-26 Thread G Schneider
You could put the php file inside a frameset. Other than that, I'm stumped. But allowing the user to see the .php extension might be quite good advertising, really. There are loads of sites that have no shame in making every page end with .asp - so we might as well fight back with the .php exten