Hello,
Platforms:
AIX 5.3.10 - Apache 2.2.14 - PHP 5.2.11 - DB2/UDB 9.7
I received this error after running:
./configure --with-apxs2=/usr/opt/apache2/bin/apxs
--with-ibm-db2=/data/db2/db2inst1/sqllib
--sysconfdir=/usr/opt/apache2/conf
+---
Hello,
>From my research on the manual page
(http://www.php.net/manual/en/function.imagegif.php) if you give a 2nd argument
to Imagegif() it writes the image to disk rather than sending it to the
browser. Your browser is giving you that error message because the image data
goes into the file and
Hi ,
I'm developing php script to generate an image having text written on it.
And I have to save that image to one file file.gif , so that I can use that
image in the next html file.
The extract of the code is where error comes :
header("Content-type: image/gif");
$filename = "./vinod/file.gif";
when I make php5,it get the error,
collect2: Id returned 1 exit status
make, ***[sapi/sli/php] Error 1
and my system is redhat linux 9 with apache 2.
/configure --with-apxs2=/usr/local/apache2/bin/apxs is my configuration option,
thanks for your help!
First off I want to say thank you in advance for any help anyone can
provide. I'm a complete newb to uniz, php, and freebsd. I have a root access
to a virtual server on my host. They are running version 4.0.6 of PHP and I
want to upgrade it 4.3.4. My host provided a document on the steps to
upgrade