|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-25 10:54 UTC] derick@php.net
[2001-04-27 12:51 UTC] dbeu@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 10:00:02 2025 UTC |
I've found problems with executing this script: <? exec("pkzip vv.zip aaa.dbf"); ?> (pkzip - dos zip version) In Netscape 4.7. after first execute of it I get information: Unable fork [pkzip vv.zip aaa.dbf] All next executes probably cause suspending Apache. In PHP3 there was no such problems.