php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13529 Unable to fork when using system() or passthru()
Submitted: 2001-10-03 09:39 UTC Modified: 2001-10-13 22:26 UTC
From: sikosis at gravity24hr dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: Windows 2000
Private report: No CVE-ID: None
 [2001-10-03 09:39 UTC] sikosis at gravity24hr dot com
The following code use to work:-

<?  system("test.pl"); ?>

until I installed 4.0.6

I get this error message now:-

Warning: Unable to fork [test.pl] in index.php on line 1

The ChangeLog says this issue was fixed ?!?!?



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-03 10:51 UTC] sander@php.net
This should be fixed in 4.0.7. Try the latest snapshot from http://www.zend.com/snapshots/
If it doesn't work for you, reopen this report.
 [2001-10-13 21:47 UTC] sikosis at gravity24hr dot com
That link is invalid ... it was only valid for a couple of days from memory.

I have this problem on another uses system running NT and I need this update version 4.07

Where are these developer copies kept now ?
 [2001-10-13 21:53 UTC] mfischer@php.net
It is (and was) http://snaps.php.net/

Please try it from there.

Same rules, reopen if still doesn't work.

- Markus
 [2001-10-13 21:56 UTC] mfischer@php.net
Ok, sorry; should have read twice.

Soemone else answer this ^_^, excuse.

- Markus
 [2001-10-13 22:26 UTC] sniper@php.net
This has been reported fixed by many people. 
So please try a development build found here: 
http://www.php4win.com/

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 14 14:01:33 2024 UTC