[PHP] I need some advice

2001-02-21 Thread Ana Carolina Blanco Abascal
Hi, Am I missing something How is it that I can read php code en htmls files but I can't read php3 files? I check that mod_php3.c is load with /usr/local/apache/bin/httpd -l I add the following lines: AddType application/x-httpd-php3 .php3 AddType applic

[PHP] No GIF support in this PHP build???

2001-02-21 Thread Ana Carolina Blanco Abascal
I have several images all over my site but when I call an image by a php3 file I get this error: ImageCreateFromGif: No GIF support in this PHP build in Any ideas... Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] Re: I'm still stuck...

2001-02-21 Thread Ana Carolina Blanco Abascal
I'm working on a test envyroment, so I can't give you my URL because I can't pass through the firewall, the real site is http://www.bb.com.mx. With both files I see the same, it's kind of long Thanks a lot Extensions Extensions Additional Information PHP cor

Re: [PHP] Help me! What is wrong?

2001-02-20 Thread Ana Carolina Blanco Abascal
I just don't get it, It is loading mod_php.c, I allready change that I put the AddModule without a . I can use php code inside of html file but I can't load php3 files. Any ideas "Hoover, Josh" wrote: > I think this might be a problem... > > > AddModule mod_php3.c > > > Shoul

[PHP] Help me! What is wrong?

2001-02-20 Thread Ana Carolina Blanco Abascal
Help!!! Every thing seems to work ok but I just can't make apache recognize php3 files I check that mod_php3.c is load with /usr/local/apache/bin/httpd -l This is what my httpd.conf file has LoadModulephp3_modulelibexec/libphp3.so