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

ID: 7999
Updated by: waldschrott
Reported By: km <email protected>
Status: Duplicate
Bug Type: *Directory/Filesystem functions
Assigned To:
Comments:

This is currently a known issue under investigation, thanks
for your report.

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

[2000-11-27 19:38:32] km <email protected>
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

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

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