[PHP-WIN] FastCGI ISAPI/NSAPI update

2002-04-06 Thread Shane Caraveo
I've posted a minor update that fixes a problem handling small post data. The update in both source and binary are available at www.caraveo.com/fastcgi/ Regards, Shane Caraveo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] whois servers

2002-04-06 Thread Arijit Chaudhuri
Thanks a lot. It looks good. Will also look forward to the other site you mentioned. Regards, Arijit "Piotr Pluciennik" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > try this: http://www.geektools.com/cgi-bin/proxy.cgi > > I also found a site with mo

RE: [PHP-WIN] imagecreatefrom functions

2002-04-06 Thread Ross Fleming
Further to my answer, I did a few tests, without the php_gd.dll module, I got: "call to undefined function" with the php_gd.dll included, I got: "No GIF support in this PHP build" Don't know where you'd get an older version of php_gd.dll, maybe an older version of PHP would have it? Either that

RE: [PHP-WIN] imagecreatefrom functions

2002-04-06 Thread Ross Fleming
RTM, according to the manual, you need the GD extention installed to create and write to gif's, but you can get info for images without the extention. also, it says that the gd extention needs to be v1.6 or below to support the gif functions. Ross -Original Message- From: bene [mailto:[E

php-windows Digest 6 Apr 2002 17:40:29 -0000 Issue 1080

2002-04-06 Thread php-windows-digest-help
php-windows Digest 6 Apr 2002 17:40:29 - Issue 1080 Topics (messages 12950 through 12952): whois servers 12950 by: Arijit Chaudhuri 12951 by: Piotr Pluciennik imagecreatefrom functions 12952 by: bene Administrivia: To subscribe to the digest, e-mail: [EMAI

[PHP-WIN] imagecreatefrom functions

2002-04-06 Thread bene
Fatal error: Call to undefined function: imagecreatefromgif() this is the error which always comes when i try to create an image from gif,jpeg or png ... i am using php version 4.1.2 on the iis 5.1 i also tryed the php_gd.dll as an extentiion, but i thought that i don't need this extention anym