Re: [PHP-DEV] curl_init() is bypassing safe_mode & open_basedir restrictions

2004-10-28 Thread Antony Dovgal
On Thu, 28 Oct 2004 12:07:50 -0400 Sean Coates <[EMAIL PROTECTED]> wrote: > Is this legitimate? > I took a (very) quick look at bugs, and didn't see it. you can find patches for all branches in attachment. comments are welcome. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] || [EMAIL PROT

[PHP-DEV] Re: [Fwd: [PHP-NOTES] note 46955 added to function.curl-init]

2004-10-28 Thread Peter Brodersen
On Thu, 28 Oct 2004 12:07:50 -0400, in php.internals [EMAIL PROTECTED] (Sean Coates) wrote: >Is this legitimate? >I took a (very) quick look at bugs, and didn't see it. It bypasses safe_mode as well (4.3.9) interface.c has the following note, though: /* the following options dea

Re: [PHP-DEV] [PATCH] Bug fix for #29770, but for PHP 4.3.9

2004-10-28 Thread Andi Gutmans
Commited. At 08:46 PM 10/27/2004 +0200, Vladimir Zidar wrote: Here is version that uses spprintf() http://leya.mindnever.org/~mr_w/php-popen2.patch.gz On Wed, 2004-10-27 at 19:30, Vladimir Zidar wrote: > I didn't know that such function exist. I can change my patch, and > everybody should feel b

[PHP-DEV] [Fwd: [PHP-NOTES] note 46955 added to function.curl-init]

2004-10-28 Thread Sean Coates
Is this legitimate? I took a (very) quick look at bugs, and didn't see it. (deleted the note) S Original Message Subject: [PHP-NOTES] note 46955 added to function.curl-init Date: Thu, 28 Oct 2004 09:03:55 -0700 From: [EMAIL PROTECTED] (a) To: [EMAIL PROTECTED] from http://www.pack

Re: [PHP-DEV] PHP extension module problem

2004-10-28 Thread Rasmus Lerdorf
On Thu, 28 Oct 2004, Pascal dev wrote: > I though about a lot of possibilities : > -problem with C global variable handling (I am not using ZTS), > -problem with Zend variables handling (the C functions are creating and updating > zval parameters) > -problem with sessions (I tried files and mm wit

[PHP-DEV] PHP extension module problem

2004-10-28 Thread Pascal dev
Hello, I am actually working on a PHP extension module writen in C and I have a problem I cannot resolve for weeks : it runs perfectly when PHP is configured as a CGI script but not when PHP is an Apache module (httpd is no more responding after a few requests). Configuration: OS: Linux 2.4.20