#20195 [Fbk->Opn]: make install doesnt set permissions
ID: 20195 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: *General Issues Operating System: linux PHP Version: 4.2.3 New Comment: no, i changed my umask for root back to 022, since some other apps had the same problems, but i still think, that we should use "install" to copy the files Previous Comments: [2003-01-03 17:37:21] [EMAIL PROTECTED] Do you still experiment the problem with PHP 4.3.0 ? (can you verify the permission of pear in /usr/local/bin/pear by default too? ) Thank you for your report. [2002-11-04 00:09:35] [EMAIL PROTECTED] no comments anymore, sniper? [2002-10-31 14:23:54] [EMAIL PROTECTED] POSTs are infected as the php binary is created correctly (gcc gives it the right permission) but include files and other folders have wrong permissions, so POSTs dont work. Using the "install" programm with its arguments to set permissions, owner and group would solve this problem. [2002-10-31 13:51:46] [EMAIL PROTECTED] Hardly every files are installed incorrectly, even directories are not set to 755. Normally "make install" uses "install" i think (apache does so) and they use the options -g, -m and -o to set group, mode and owner of the files, php does not, it just creates the files and this normaly uses the permission a user set with 'umask' like you create a file with touch or so. [2002-10-31 12:01:58] [EMAIL PROTECTED] Exactly what files are installed with wrong permissions?? (and how can this affect the POSTs at all? :) The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/20195 -- Edit this bug report at http://bugs.php.net/?id=20195&edit=1
#20195 [NEW]: make install doesnt set permissions
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.2.3 PHP Bug Type: *General Issues Bug description: make install doesnt set permissions make install doesnt set proper permissions to the installed files. (All other programs do so). If you have set "umask 077" you'll get an unusable php installation, and for example POST-data cant be submitted in a form. This thing caused me compiling php 20 times and loosing the whole day. -- Edit bug report at http://bugs.php.net/?id=20195&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20195&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20195&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20195&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20195&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20195&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=20195&r=support Expected behavior: http://bugs.php.net/fix.php?id=20195&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=20195&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=20195&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20195&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20195&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20195&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20195&r=isapi
#20195 [Com]: make install doesnt set permissions
ID: 20195 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *General Issues Operating System: linux PHP Version: 4.2.3 New Comment: Hardly every files are installed incorrectly, even directories are not set to 755. Normally "make install" uses "install" i think (apache does so) and they use the options -g, -m and -o to set group, mode and owner of the files, php does not, it just creates the files and this normaly uses the permission a user set with 'umask' like you create a file with touch or so. Previous Comments: [2002-10-31 12:01:58] [EMAIL PROTECTED] Exactly what files are installed with wrong permissions?? (and how can this affect the POSTs at all? :) [2002-10-31 11:30:16] [EMAIL PROTECTED] make install doesnt set proper permissions to the installed files. (All other programs do so). If you have set "umask 077" you'll get an unusable php installation, and for example POST-data cant be submitted in a form. This thing caused me compiling php 20 times and loosing the whole day. -- Edit this bug report at http://bugs.php.net/?id=20195&edit=1
#20195 [Fbk->Opn]: make install doesnt set permissions
ID: 20195 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: *General Issues Operating System: linux PHP Version: 4.2.3 New Comment: POSTs are infected as the php binary is created correctly (gcc gives it the right permission) but include files and other folders have wrong permissions, so POSTs dont work. Using the "install" programm with its arguments to set permissions, owner and group would solve this problem. Previous Comments: [2002-10-31 13:51:46] [EMAIL PROTECTED] Hardly every files are installed incorrectly, even directories are not set to 755. Normally "make install" uses "install" i think (apache does so) and they use the options -g, -m and -o to set group, mode and owner of the files, php does not, it just creates the files and this normaly uses the permission a user set with 'umask' like you create a file with touch or so. [2002-10-31 12:01:58] [EMAIL PROTECTED] Exactly what files are installed with wrong permissions?? (and how can this affect the POSTs at all? :) [2002-10-31 11:30:16] [EMAIL PROTECTED] make install doesnt set proper permissions to the installed files. (All other programs do so). If you have set "umask 077" you'll get an unusable php installation, and for example POST-data cant be submitted in a form. This thing caused me compiling php 20 times and loosing the whole day. -- Edit this bug report at http://bugs.php.net/?id=20195&edit=1
#20195 [Opn]: make install doesnt set permissions
ID: 20195 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Operating System: linux PHP Version: 4.2.3 New Comment: no comments anymore, sniper? Previous Comments: [2002-10-31 14:23:54] [EMAIL PROTECTED] POSTs are infected as the php binary is created correctly (gcc gives it the right permission) but include files and other folders have wrong permissions, so POSTs dont work. Using the "install" programm with its arguments to set permissions, owner and group would solve this problem. [2002-10-31 13:51:46] [EMAIL PROTECTED] Hardly every files are installed incorrectly, even directories are not set to 755. Normally "make install" uses "install" i think (apache does so) and they use the options -g, -m and -o to set group, mode and owner of the files, php does not, it just creates the files and this normaly uses the permission a user set with 'umask' like you create a file with touch or so. [2002-10-31 12:01:58] [EMAIL PROTECTED] Exactly what files are installed with wrong permissions?? (and how can this affect the POSTs at all? :) [2002-10-31 11:30:16] [EMAIL PROTECTED] make install doesnt set proper permissions to the installed files. (All other programs do so). If you have set "umask 077" you'll get an unusable php installation, and for example POST-data cant be submitted in a form. This thing caused me compiling php 20 times and loosing the whole day. -- Edit this bug report at http://bugs.php.net/?id=20195&edit=1