ID: 49458
Updated by: [email protected]
Reported By: RQuadling at GMail dot com
-Status: Open
+Status: Feedback
Bug Type: Filesystem function related
Operating System: Windows XP SP3
PHP Version: 5.3SVN-2009-09-03 (SVN)
-Assigned To:
+Assigned To: pajoye
New Comment:
Which version do you use? It works here using vc9/x86
Previous Comments:
------------------------------------------------------------------------
[2009-09-03 14:46:51] RQuadling at GMail dot com
Description:
------------
Unable to fork. As a consequence, phpdoc/configure.php fails on windows
as it is unable to call external scripts.
Run the command below at the command prompt.
This works on PHP 5.3.0 (cli) (built: Jun 29 2009 21:44:56)
Reproduce code:
---------------
php -n -r "echo passthru('php.exe -v');"
Expected result:
----------------
PHP 5.3.1-dev (cli) (built: Sep 3 2009 09:58:01)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
Actual result:
--------------
Warning: passthru(): Unable to fork [php.exe -v] in Command line code
on
line 1
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=49458&edit=1