|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-06 17:19 UTC] sniper@php.net
[2004-10-15 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 05:00:02 2025 UTC |
Description: ------------ php with suexec - apache (called as CGI), file foo.php: <? exec('php bar.php'); ?> php is from sapi/cgi File bar.php <? phpinfo() ?> When executed from web, I got multi bar.php processess.. But executed as: php foo.php, everything works as expected. What's wrong ? php compiled with these arguments: --with-readline --enable-inline-optimization Reproduce code: --------------- --enable-memory-limit --enable-safe-mode --enable-static --enable-sysvsem --enable-sysvshm --enable-trans-sid --with-exec-dir=/home --enable-shmop