Re: preventing a user to start a process
From: Thomas Krause (freebsd-isp_at_chef-ingenieur.de)
Date: 07/26/05
- Previous message: Eric Anderson: "Re: preventing a user to start a process"
- Maybe in reply to: Thomas Krause: "preventing a user to start a process"
- Next in thread: Adam Jacob Muller: "Re: preventing a user to start a process"
- Reply: Adam Jacob Muller: "Re: preventing a user to start a process"
- Reply: David Hogan: "RE: preventing a user to start a process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Jul 2005 18:49:10 +0200 To: David Hogan <david@fundamentalit.com>
David Hogan schrieb:
>>-----Original Message-----
>>From: owner-freebsd-isp@freebsd.org [mailto:owner-freebsd-isp@freebsd.org]
>>On Behalf Of Thomas Krause
>
>
>
>>I've searched all php-files for the system()-funktion - it's not
>>possible for me do disable this function.
>
>
> Can't you just use the 'disable_functions =' option in php.ini to disable
> the php functions that can be used to spawn processes ?
>
> You could use it to disable at least the following functions:
>
> system()
> exec()
> passthru()
> popen()
> pcntl_exec()
> shell_exec()
>
Unfortunately, that is not possible. E.g. typo3 calls Imagemagick, so I
need system().
Regards,
Thomas.
_______________________________________________
freebsd-isp@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Eric Anderson: "Re: preventing a user to start a process"
- Maybe in reply to: Thomas Krause: "preventing a user to start a process"
- Next in thread: Adam Jacob Muller: "Re: preventing a user to start a process"
- Reply: Adam Jacob Muller: "Re: preventing a user to start a process"
- Reply: David Hogan: "RE: preventing a user to start a process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]