473,398 Members | 2,120 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

gd-lib on php install?

2 noob's questions:

1- I've php 4.3 installed on Win xp/Apache. How do I check that
GD-library is working.
I haven't installed it yet because I read somewhere that php 4.higher
comes with gd-lib.

2- In the event I must install it, is there a gd-lib-on-php install
workthrough?

Thank you,

Amine
Jul 17 '05 #1
2 4042
On 22 May 2004 10:17:35 -0700, Amine Benali <am***@raioo.com> wrote:
2 noob's questions:

1- I've php 4.3 installed on Win xp/Apache. How do I check that
GD-library is working.
I haven't installed it yet because I read somewhere that php 4.higher
comes with gd-lib.

2- In the event I must install it, is there a gd-lib-on-php install
workthrough?

Thank you,

Amine


create a php page with just

<?php
phpinfo();
?>

If GD is installed there will be a section in there for it with details of
how it is configured.
Alternatively, just try out a script example from php.net (etc) that uses
one of the GD functions.

php.net/gd has info how to install the gd

php online manual is simply fantastic, get used to using it, it'll save
you a lot of hassle.

--
If we can't play God, who will?
Jul 17 '05 #2
In article <31*************************@posting.google.com> , Amine Benali wrote:
2 noob's questions:

1- I've php 4.3 installed on Win xp/Apache. How do I check that
GD-library is working.
I haven't installed it yet because I read somewhere that php 4.higher
comes with gd-lib.

2- In the event I must install it, is there a gd-lib-on-php install
workthrough?


I recently installed php4.3 on win32.

All i had to do was set my extensions path right and remove the ; before
gd2.dll in the list with extensions.

--
Tim Van Wassenhove <http://home.mysth.be/~timvw/contact.php>
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Konman | last post by:
I am new to php and have run into one problem with one of the scripts I have found and I am unsure of how to correct the problem. My Web Host is currently running PHP Version 4.1.2 and PHP Info...
2
by: Erwin Bon | last post by:
Hello, I need to be able to read windows bitmap files (*.bmp) into the GD-functions in order to create a jpg-file from it. Is such a thing possible. I seem te be unable to find the required...
15
by: Uncle_Alias | last post by:
I would like use some of the GD image functions, so I ran a couple of short scripts to see if it worked, such as: <?php /* Create a red square */ $image = imagecreate(200, 200); $colorRed =...
4
by: xcomm | last post by:
I tried to create some images with php and gd and get always Call to undefined function imagejpeg() or Call to undefined function imagepng() PHP was build with --with-gd --with-zlib but I...
6
by: Encapsulin | last post by:
Hello there, I am tryin to compile PHP with GD support: # cd php-4.3.11 # ./configure \ --with-gd=/usr/local/src/gd-2.0.33/ \ --with-png-dir=/usr/local/src/libpng-1.2.8/ \...
1
by: sleepite | last post by:
If I configure PHP with: ../configure --with-mysql --with-apxs2=/www/bin/apxs --with-sybase-ct=/usr/lo cal/freetds --enable-track-vars --with-xml --with-zlib-dir=/rpms/zlib-1.2.3 --with-png...
3
by: Python | last post by:
Hi I have some problem with imagefilter function. I need to use this and i get that error: <b>Fatal error</b>: Call to undefined function imagefilter() in .............. Ok, i understand...
4
by: comp.lang.php | last post by:
I downloaded the tarball and while was able to compile within PHP with no problems, I am having memory timeout issues involving image manipulation with extremely large images (800K - 2mb). ...
3
by: Mamba | last post by:
hello to everyone, I'm using Mantis bug tracking system on Ubuntu Server with apache2, mysql 5.1 and php5. Mantis uses jpgraph for graphics but when I call a graphic page, Jpgraph return this...
6
by: Jeff | last post by:
I need to rewrite some image resizing code from perl to php. Although I'm currently using Image Magick in perl, the function reference is so different, that I'll completely need to rewrite it....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.