Date: 01/16/01
- Next message: derick <email protected>: "[PHP-DEV] PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4"
- Previous message: tvkbhaskar2011 <email protected>: "[PHP-DEV] PHP 4.0 Bug #8545 Updated: Session variables not carried forward in Netscape Client"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: ahasenack <email protected>
Operating system: linux
PHP version: 4.0.4pl1
PHP Bug Type: *Directory/Filesystem functions
Bug description: Return value of umask() not an octal number
Shouldn't umask()'s return value be an octal number? It seems to be a decimal number:
umask(077);
echo umask();
will get you 63 as the answer, which is 77 in octal base.
-- Edit Bug report at: http://bugs.php.net/?id=8736&edit=1-- 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: derick <email protected>: "[PHP-DEV] PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4"
- Previous message: tvkbhaskar2011 <email protected>: "[PHP-DEV] PHP 4.0 Bug #8545 Updated: Session variables not carried forward in Netscape Client"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

