ToonMariner Posted October 20, 2006 Share Posted October 20, 2006 Ok this is boring me now.I have php 4.4.4 running on winxp (sp2 + all updates) apache 2.0.59For some reason teh gd library is not loading - i get teh call to undefined function imagecreateform.... and gd_info() returns similar fatal error...here is the extensions bit of my config....extension=php_mbstring.dll;extension=php_bz2.dll;extension=php_cpdf.dll;extension=php_crack.dllextension=php_curl.dll;extension=php_db.dll;extension=php_dba.dll;extension=php_dbase.dll;extension=php_dbx.dll;extension=php_domxml.dllextension=php_exif.dll;extension=php_fdf.dll;extension=php_filepro.dllextension=php_gd2.dll;extension=php_gettext.dll;extension=php_hyperwave.dll;extension=php_iconv.dll;extension=php_ifx.dll;extension=php_iisfunc.dll;extension=php_imap.dll;extension=php_interbase.dll;extension=php_java.dll;extension=php_ldap.dllextension=php_mcrypt.dll;extension=php_mhash.dll;extension=php_mime_magic.dll;extension=php_ming.dllextension=php_mssql.dllextension=php_msql.dll;extension=php_oci8.dll;extension=php_openssl.dllextension=php_oracle.dll;extension=php_pdf.dll;extension=php_pgsql.dll;extension=php_printer.dll;extension=php_shmop.dll;extension=php_snmp.dllextension=php_sockets.dll;extension=php_sybase_ct.dll;extension=php_w32api.dllextension=php_xmlrpc.dllextension=php_xslt.dll;extension=php_yaz.dllextension=php_zip.dllAny pointers very much appreciated.... Quote Link to comment https://forums.phpfreaks.com/topic/24530-gd-library/ Share on other sites More sharing options...
gmwebs Posted October 28, 2006 Share Posted October 28, 2006 Create a file called phpinfo.php and past the following code into it. Browse to it and see if you have a GD section.[code]<?phpphpinfo();?>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/24530-gd-library/#findComment-115772 Share on other sites More sharing options...
buttercupgreen Posted November 5, 2006 Share Posted November 5, 2006 Hi, Why dont you just install ERFAN Server instead ? It has the GD library and it is easy to use.[url=http://erfanserver.sf.net]http://erfanserver.sf.net[/url] 8) Quote Link to comment https://forums.phpfreaks.com/topic/24530-gd-library/#findComment-119990 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.