Date: 06/28/00
- Next message: ajung <email protected>: "[PHP-DEV] PHP 4.0 Bug #5259: oci8 crashes when NLS_LANG is set to ".UTF8" instead of ".WE8ISO8859P1""
- Previous message: ajung <email protected>: "[PHP-DEV] PHP 4.0 Bug #5258: oci8 crashes when NLS_LANG is set to ".UTF8" instead of ".WE8ISO8859P1""
- Next in thread: Theodore: "RE: [PHP-DEV] How to star program backgrund?"
- Reply: Theodore: "RE: [PHP-DEV] How to star program backgrund?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello php-dev,
<?
$RunCommand = exec("updatedb&");
$OldShenTime = date("His");
print "Start shen at $OldShenTime\n";
$RunCommand = exec("ls -al&");
$OldShangTime = date("His");
print "Start shang at $OldShangTime\n";
?>
Why "updatedb&" can't run backgrund?
I use php-4.0.0 as CGI.
Sorry for english so poor!
-- Best regards, php-- 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: ajung <email protected>: "[PHP-DEV] PHP 4.0 Bug #5259: oci8 crashes when NLS_LANG is set to ".UTF8" instead of ".WE8ISO8859P1""
- Previous message: ajung <email protected>: "[PHP-DEV] PHP 4.0 Bug #5258: oci8 crashes when NLS_LANG is set to ".UTF8" instead of ".WE8ISO8859P1""
- Next in thread: Theodore: "RE: [PHP-DEV] How to star program backgrund?"
- Reply: Theodore: "RE: [PHP-DEV] How to star program backgrund?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

