Click to See Complete Forum and Search --> : php4apache+gd


Anon
06-28-2000, 01:45 AM
Hi,

I'm having real problems getting gd working with php4.

I am using WinNT 4.0, php 4.0.0 (php4apache.dll), Zend v0.98 and Apache
1.3.12 (win32), I downloaded the GD dll from
http://download.swwwing.com/php4/modules/ but if I add it to the
php.ini, when I start Apache I get an error "The procedure entry point
zend_error could not be located in the dynamic link library php4ts.dll".
I get the same error if I use the dl function in a php function. Using
Microsoft's "Depends" to check the DLL's I see that the php4ts.dll I
have does not have a zend_error function, but does have a zend_error_cp
function.
I have tried re-compiling php4, apache and gd to no avail. (using vc++
v6.0) I was unable to create a working gd.dll (my knowledge of such
things is sketchy at best...)

I have scoured the web and usenet and see that other people are having
similar problems, but no "how-to" guides to creating or using gd with
php4.

Are you able to help?

cheers,
trev

Anon
06-30-2000, 01:09 PM
Trev,

Thanks for the pointer to the compiled gd library. I will try to get that linked in tonight. As far as I know on my system I haven't done anything with zend so let's see if we can narrow down your problem to that.

The lack of a gd library (or explicit instructions for PHP4) is frustrating.

David

Anon
07-20-2000, 11:11 PM
Hi!

has this problem been resolved? Coz I just got the same error when I execute the php.exe from the command line. When I run php from browser, it just doing nothing.

The manual in php.net is being updated as PHP4. Is there another site that is dedicated for PHP4 manual ? If I cannot get it install and running, nothing else is matter.