[PHP-DEV] PHP 4.0 Bug #7999 Updated: Access Violation at 77F81B4D From: km <email protected>
Date: 11/27/00

ID: 7999
User Update by: km <email protected>
Status: Open
Bug Type: *Directory/Filesystem functions
Description: Access Violation at 77F81B4D

Sorry, the praragraph starting with "Also" should say 'fork', not 'for'::::

Are ``, exec, and system know to be OK on win32? -Could be my websderver, not sure....

<?
$this = `netstat`;
echo $this;
?>

returns

Warning: Unable to execute 'netstat' in C:/sambar44/docs/index.php on line 15
PHP has encountered an Access Violation at 77F81B4D

Also, system() or exec() return a genreic meassge about not being able to for process on
line xx.

Running on Sambar Web server (www.sambar.com). I cant say if this is the fault of the
server or not...

Many Thanks,

ken

Previous Comments:
---------------------------------------------------------------------------

[2000-11-27 19:34:24] km <email protected>
Are ``, exec, and system know to be OK on win32? -Could be my websderver, not sure....

<?
$this = `netstat`;
echo $this;
?>

returns

Warning: Unable to execute 'netstat' in C:/sambar44/docs/index.php on line 15
PHP has encountered an Access Violation at 77F81B4D

Also, system() or exec() return a genreic meassge about not being able to for process on line xx.

Running on Sambar Web server (www.sambar.com). I cant say if this is the fault of the server or not...

Many Thanks,

ken

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7999

-- 
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>