[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 anymore in php version 4.1.2 ...

is there anybody who can help me to solve the problem?

thanks



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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:
[EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
[EMAIL PROTECTED]


--

--- Begin Message ---

Hi all,

I am looking for whois servers, specially for new domains like .biz, .name
and obscure ones like .la and .cc. Is there one server where I can get all?
Can look up registration details in separate registers but one server will
speed up the search.

Regards,
Arijit



--- End Message ---
--- Begin Message ---

Hi,

try this: http://www.geektools.com/cgi-bin/proxy.cgi

I also found a site with more options but today, at home computer I don't
remember and haven't got it... I'll try to check it in my office on monday and
then will send to you.

HTH

Piotr


Arijit Chaudhuri wrote:

> Hi all,
>
> I am looking for whois servers, specially for new domains like .biz, .name
> and obscure ones like .la and .cc. Is there one server where I can get all?
> Can look up registration details in separate registers but one server will
> speed up the search.
>
> Regards,
> Arijit
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


--- End Message ---
--- Begin Message ---

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 anymore in php version 4.1.2 ...

is there anybody who can help me to solve the problem?

thanks



--- End Message ---


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:[EMAIL PROTECTED]]
Sent: 06 April 2002 15:54
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] imagecreatefrom functions


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 anymore in php version 4.1.2 ...

is there anybody who can help me to solve the problem?

thanks



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 or can you use PNG images?
Because the php_gd module either supports one or the other.  <=v1.6 supports
.gif, >v1.6 supports .png

A quick search of google found a version of php_gd.dll but I couldn't get it
to work properly.  Perhaps someone reading this would be so kind to forward
a working link?

Ross



-Original Message-
From: bene [mailto:[EMAIL PROTECTED]]
Sent: 06 April 2002 15:54
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] imagecreatefrom functions


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 anymore in php version 4.1.2 ...

is there anybody who can help me to solve the problem?

thanks



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
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 more options but today, at home computer I don't
> remember and haven't got it... I'll try to check it in my office on monday
and
> then will send to you.
>
> HTH
>
> Piotr
>
>
> Arijit Chaudhuri wrote:
>
> > Hi all,
> >
> > I am looking for whois servers, specially for new domains like .biz,
.name
> > and obscure ones like .la and .cc. Is there one server where I can get
all?
> > Can look up registration details in separate registers but one server
will
> > speed up the search.
> >
> > Regards,
> > Arijit
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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