Re: [PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread David Goodchild
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 28 July 2003 01:54, David Goodchild wrote: > > Please do not top-post! > > > How do i recompile it with : --with-pcntl though? This is what i need to > > add as soon as

Re: [PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread David Goodchild
Thank-you, How do i recompile it with : --with-pcntl though? This is what i need to add as soon as i can. I tired looking for the pcntl.so file but i cant find that either. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 28 July 2003 01:

[PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread David Goodchild
Hi all, I have a webserver using Ensim, some of you may or may not know of it. PHP is installed and Apache is using PHP as a module. The server also has the php binary. I would liek to recompile the current PHP Binary using --with-pcntl and whatever it was originally compiled with How do

[PHP] Re: £ outputting £ signs

2003-07-22 Thread David Goodchild
My suggesstion would be as your adding the data to the database convert the £ to £ Thats should solve the problem however not provide an explaination for what is occuring here. Dave "Bob pilly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello all > > Can someone tell me where

[PHP] Running PHP as CGI

2003-07-21 Thread David Goodchild
Can someone direct me as to how to install PHP on a linux system as CGI? I wish to attempt to use posix_setuid() functions. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] POSIX seteuid and similar

2003-07-21 Thread David Goodchild
Re: [PHP] POSIX seteuid and similar > * Thus wrote David Goodchild ([EMAIL PROTECTED]): > > Hi, > > > > I am trying to create a small php program where I can control users > > processes. As far as I see I require Apache to run as root in order to do > > this (Note:

[PHP] Re: IE Issues

2003-07-21 Thread David Goodchild
You need to open IE6 and do this: Goto View -> Text Size -> Medium Sometimes this can accidently change "Stephen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > This is a little off topic but I do need some help. I have had IE 6 for > about a month now (just got a new co

[PHP] News Reader

2003-07-21 Thread David Goodchild
Could someone advise me of a good news reader. I'm using MS Outlook at the moment, and if I reply to any post it sends it to the users email and not to the news server. Plus, its not that great in general terms. Thanks Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP] POSIX seteuid and similar

2003-07-20 Thread David Goodchild
Hi, I am trying to create a small php program where I can control users processes. As far as I see I require Apache to run as root in order to do this (Note: I wish to access it via a webpage run through a browser). At the moment all pages are executed as user 'apache' (UID #48 in this case). Ot