"Ian Ball" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> patch -p0 < php-4.2.1-to-4.2.2.patch
> cd php-4.2.1
>
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-ldap
> make
> make install
> /usr/local/apache/bin/apachectl restart
Hmm...
You need to use --with-gd=php to use the built-in gd library.
"Kevin Waterson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> trying to get the built in gd to work without luck
> I am using redhat and it has gd 1.8.4(or something)
> but the newer compiled vers
function?
>
> mail("[EMAIL PROTECTED]", "Errors", $ObjectGET->EMAIL, // doesn't have to
> be an object
> "From: [EMAIL PROTECTED]\n"
> ."Reply-To: [EMAIL PROTECTED]\n"
>."X-Mailer: PHP/" . phpversion()
I've been trying to tweak my sendmail_path to work with some batch emails I
have to sent out[1]. What'd like to do is set within a virtual site in
httpd.conf:
php_admin_value sendmail_path =
"/usr/sbin/sendmail -t -oQ/var/spool/mqueue_batch -ODeliveryMode=q"
Problem is when I do this, my email
I've done it, and it's quite a pain. Try http://www.php.net/~rasmus/gd.html
and look for Rasmus's posts on google groups for some insight. One problem
I had was that configure kept finding old gd's; I had go thru my system and
rename them temporarly to get it to work.
"Mike" <[EMAIL PROTECTED]>
Hopefully someone here can help...
I'm writing my own extension and using the Zend API docs at Zend.com. They
are very vague on using resources. I can create them just fine, but the docs
leave out exactly how access the resource data later. I've been looking at
ext/curl/curl.c and ext/crack/crack
6 matches
Mail list logo