[PHP-DEV] Bug #11482 Updated: exec/system return value 11 for all C program

2001-06-18 Thread nicolay
ID: 11482 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Program Execution Operating system: Linux, redhat 7.0 PHP Version: 4.0.5 Description: exec/system return value 11 for all C program here is a simple example of all_env.c (i've try (my) others C program, the r

[PHP-DEV] Bug #11482: exec/system return value 11 for all C program

2001-06-19 Thread nicolay
From: [EMAIL PROTECTED] Operating system: Linux, redhat 7.0 PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: exec/system return value 11 for all C program if i use system("/bin/ls -al",$res), all is fin, $res=0. BUT, if i use system("/home/xan/all_en

[PHP-DEV] Bug #11482 Updated: exec/system return value 11 for all C program

2001-06-19 Thread nicolay
ID: 11482 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating system: Linux, redhat 7.0 PHP Version: 4.0.5 Description: exec/system return value 11 for all C program the fd=fopen("environ", "w"); function doesn't have the rights (nobody user) to create file. S

[PHP-DEV] Bug #11482 Updated: exec/system return value 11 for all C program

2001-06-19 Thread nicolay
ID: 11482 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Program Execution Operating system: Linux, redhat 7.0 PHP Version: 4.0.5 Description: exec/system return value 11 for all C program Previous Comments: --