proc_terminate and proc_get_status in php4

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
domcyrus
Forum Newbie
Posts: 1
Joined: Mon Nov 06, 2006 9:13 am

proc_terminate and proc_get_status in php4

Post by domcyrus »

Hi@all!

I have a problem that I have to use php 4.3.7 and since there are none of this two functions implemented (proc_terminate and proc_get_status) I want to ask if anybody of you can give me a hint how to do the same in php4.

I cannot simply use proc_close as this would wait for the process to be finished...

Thanks a lot!
Cheers
-Marco
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

And this is in relation to? Please give more details about what you are trying to do, what technology you are employing, what databases you are connecting to and how.
Post Reply