Date: 11/27/00
- Next message: Matrix 01: "[PHP-DEV] avoiding \ before a quote in a string"
- Previous message: km <email protected>: "[PHP-DEV] PHP 4.0 Bug #7999: Access Violation at 77F81B4D"
- Next in thread: waldschrott <email protected>: "[PHP-DEV] PHP 4.0 Bug #7999 Updated: Access Violation at 77F81B4D"
- Maybe reply: waldschrott <email protected>: "[PHP-DEV] PHP 4.0 Bug #7999 Updated: Access Violation at 77F81B4D"
- Maybe reply: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7999 Updated: Access Violation at 77F81B4D"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Matrix 01: "[PHP-DEV] avoiding \ before a quote in a string"
- Previous message: km <email protected>: "[PHP-DEV] PHP 4.0 Bug #7999: Access Violation at 77F81B4D"
- Next in thread: waldschrott <email protected>: "[PHP-DEV] PHP 4.0 Bug #7999 Updated: Access Violation at 77F81B4D"
- Maybe reply: waldschrott <email protected>: "[PHP-DEV] PHP 4.0 Bug #7999 Updated: Access Violation at 77F81B4D"
- Maybe reply: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7999 Updated: Access Violation at 77F81B4D"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

