[PHP] Re: PHP Security Advisory: Vulnerability in PHP versions 4.2.0

2002-07-23 Thread Ricky Dhatt
"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...

[PHP] Re: PHP & gd-2.0

2002-07-10 Thread Ricky Dhatt
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]>

[PHP] sendmail_path help

2002-07-10 Thread Ricky Dhatt
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

[PHP] Re: sendmail_path help

2002-07-11 Thread Ricky Dhatt
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()

[PHP] Re: PHP 4.3.0-dev and gd

2002-07-11 Thread Ricky Dhatt
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

[PHP] ZEND API

2001-08-29 Thread Ricky Dhatt
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