Date: 09/01/99
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2168 Updated: session_start(); returns fatal error: call to undefined function session_start("
- Previous message: ally <email protected>: "[PHP-DEV] PHP 4.0 Bug #2210: Seg Fault on php.ini reading. Using PHP as a cgi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This message was sent from Geocrawler.com by "Martin Dvorak" <mdvorak <email protected>>
Be sure to reply to that address.
Hi all,
Is there a way in PHP3 to change the default umask
when running as an Apache module? I mean not
by using umask function of PHP3. We are an ISP
and because of our setup we want our users' PHP3
scripts to run with 007 umask by default (we have
really strong need for this).
I browsed through PHP3 source code and it seems
to me there is no other way to do it except
to do it by modifying code (only non-module version has the opportunity to set the umask on command line).
I am not so familiar with the code as you. Please,
give me some advice where to put the umask call in
the code to be sure it's clean and it's always
called before executing the script.
Thanks very much,
Martin
Geocrawler.com - The Knowledge Archive
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2168 Updated: session_start(); returns fatal error: call to undefined function session_start("
- Previous message: ally <email protected>: "[PHP-DEV] PHP 4.0 Bug #2210: Seg Fault on php.ini reading. Using PHP as a cgi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

