Re: [PHP-DEV] safe_mode and files permissions q?

2002-07-10 Thread Chand
from the outside. yeah that's a solution but it doesn't work in case of mass hosting : can't update php.ini for each new user and have it carry 2 peta zillions safe_mode_include_dirs :) but yeah for a few users, this is a working solution. Good thinking :) I hope this helps ya o

Re: [PHP-DEV] safe_mode and files permissions q?

2002-07-10 Thread Chand
that would be good but I don't really see how it could be done otherwise cause i won't launch php as root :) Later -- Chand Je recompile une version cvs unstable d'un client mail pour avoir les accents dans les sujets. Et alors ? (c) Chand, 2002 Le Perl c'est vraiment à chi

[PHP-DEV] Hosting Service Providers and socket functions

2002-05-24 Thread Chand
e might the central socket functions be), i'd be greatful. I think Hosting services providers like Lycos could use such a feature. Thanks a lot for any insight. Later -- -- Chand "640K ought to be enough for anybody." Bill Gates, 1981 -- PHP Development Mailing List <http

Re: [PHP-DEV] bug not solved since June 2001

2002-05-14 Thread Chand
ist (but see below). If the list begins with `^', it >matches any single character (but see below) not from the -- Chand "640K ought to be enough for anybody." Bill Gates, 1981 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] bug not solved since June 2001

2002-05-14 Thread Chand
signed Any ideas why this has been put off ? It still 'works' on php 4.2.0RC4, haven't tried further.. Thanks for any insight as to why this hasn't been solved yet. Later -- Chand "640K ought to be enough for anybody." Bill Gates, 1981 -- PHP Development Mailin

Re: [PHP-DEV] Safe Mode

2002-05-13 Thread Chand
t taking the time to setup > > > > proper file system permissions in addition to severely crippling the PHP's > > > > file system functionality. > > > > > > > > If the safe_mode like functionality remains it should simply block all file > > > >

Re: [PHP-DEV] Safe Mode

2002-05-11 Thread Chand
eems better and more secure. I'm willing to help on a PHP-ISP-Howto document even though but since i've never done such a thing, i'm not sure i can really do something good, Plus we might not have taken the best way of doing things around here. If anybody has comments and or solutions, I'm interested. Later Chand -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Aggregate Functions

2002-04-24 Thread Chand
gt; > - Markus > > On Wed, Apr 24, 2002 at 11:43:56AM +0200, Chand wrote : > > hey everyone, > > > > I'm wondering about the aggregate functions. We've talked about them a lot in here >and they're in 4.2.0. Good job. But what about some documentation

[PHP-DEV] Aggregate Functions

2002-04-24 Thread Chand
t's in the ChangeLog) but they can't really use'em since they don't know how. Might be a good idea to throw a hand at this issue, ain't it ? Later dudes. Chand -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Mysql Patch for Multi-User Safety

2002-04-03 Thread chand
&mysql->conn); [line 2165 of my patched version] and the backtrace goes up to free() in malloc.c that segfaults... Strange huh ? one wouldn't expect such an atomic function to crash, and yet it does :) Thanks for anymore insight. Later Chand -- Mark Villemade Hosting Servic

Re: [PHP-DEV] Mysql Patch for Multi-User Safety

2002-04-03 Thread chand
te: > I would suggest simple post an url with the path against > whatever version and people feeling attracted will contact > you (even I might take a peek ;-) > > - Markus > >On Wed, Apr 03, 2002 at 11:50:36AM +0200, Chand wrote : > > hi everyone, &g

[PHP-DEV] Mysql Patch for Multi-User Safety

2002-04-03 Thread Chand
will be able to do anything from his account. Thus, i've been working on a patch that would allow me to enforce a mysql user login based on the script filename path. (in example /home/chand/mysql.php enforces the login as 'chand'). I'd already done this patch on 4.0.4pl1

Re: [PHP-DEV] opendir SafeMode Multiuser Problem/Patch

2002-03-03 Thread Chand
At 03:54 PM 3/3/2002 -0500, James E. Flemer wrote: >Well actually, open_basedir is not *supposed* to check >UIDs. However, safe_mode *is*, and it was not for the >opendir() function. So I patched it to do so (in CVS). Also >I noticed that when the CHECKUID_ALLOW_ONLY_DIR flag is >passed to php_che

[PHP-DEV] opendir SafeMode Multiuser Problem/Patch

2002-02-28 Thread Chand
, the user chand (/data/users/chand) would be able to open and watch the contents of Rasmus' Home directory (/data/users/rasmus) because _php_do_opendir (in ext/standard/dir.c) doesn't implement the safe_mode's php_checkuid function as I think it should (IMHO). It only checks th

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-25 Thread Chand
At 09:51 AM 2/26/2002 +0900, Yasuo Ohgaki wrote: >August wrote: > >>I find DSO useful for testing and development, but for deployment it >>makes little sense to be using DSO, the cost of 60 seconds of compile is >>negligible when looking at something that will be installed for >>timeframes exceedi

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-23 Thread Chand
At 05:52 PM 2/23/2002 +0100, Sebastian Bergmann wrote: >Chand wrote: >> are you sure you've tried compiling it as a built-in module in Apache? > >$ cd /usr/src/httpd-2.0 >$ ./configure --enable-so --enable-mods-shared=ALL >$ make >$ make in

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-23 Thread Chand
e. But who knows :) I'll check it out :) Later >-- > Sebastian Bergmann > http://sebastian-bergmann.de/ http://phpOpenTracker.de/ > > Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ > >-- >PHP Development Mailing List <http://

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-22 Thread Chand
At 01:06 PM 2/22/2002 -0800, August wrote: >There's been a bit of traffic on the apache dev list about this as well, >most of it indicating the problem lies on the PHP side of things... This >is something I've been tracking for a while, waiting for the Apache beta >(which is pretty close to their

[PHP-DEV] PHP 4.0.x (x>=1) POST variables registering problems

2001-07-13 Thread Chand
hey everyone, Hope the summer's good for all of ya :) I have some trouble with understanding php behavior's change from 4.0.0 to higher versions. I wish someone here could explain me what might be in cause for this. I've checked out the ChangeLog and didn't find anything really relevant. her

[PHP-DEV] subrequests in apache 1.3.x loses headers

2001-04-23 Thread Chand
thing in the apache module that solves this ? I'm posting this here cause this community works a lot on php-development which is very close to apache. I thought maybe this was a php issue too. Thanks again for any answer that might help me. Cya later Mark -- Chand Joey : "Ross, If

RE: [PHP-DEV] Code documentation

2001-04-03 Thread Chand
: Sterling Hughes [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 03, 2001 6:56 PM > > To: Chand > > Cc: PHP Developer List > > Subject: Re: [PHP-DEV] Code documentation > > > > > > On Wed, 4 Apr 2001, Chand wrote: > > > > I'd r

[PHP-DEV] Code documentation

2001-04-03 Thread Chand
Hi everyone, I was wondering if there was any documentation to the source code of php. I have to work on some internal patches to PHP for my company to offer php for a large number of users. I already did the patches but had a hard time understanding all the source code because of all the defi