|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-15 06:44 UTC] sander@php.net
[2001-11-15 11:12 UTC] ken at kensystem dot com
[2001-11-15 11:42 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 26 04:00:02 2025 UTC |
I noticed the changlelog: { Fixed popen() and the exec family under Win32 (Unable to fork issue). (Daniel) } Very Cool, there is alot more functionaility now. However, in ISAPI mode, trying to execute system commands (ie $foo = `dir c:`;) produces something like: 'PHP has encountered an Access Violation at BFF7989A'. Thanks! ken