Re: [PHP-WIN] apache + php + system() = error :(

2001-03-20 Thread Jürgen Lasn
well... i understood your comment and it is clear that windows systems don't use forking, but under w32 processes can have child's (children ? :) but i can't understand why are functions that need forking (???) enabled? ... but after all this -forking- is not the issue here ... the real problem

Re: [PHP-WIN] PHP Session

2001-03-15 Thread Jürgen Lasn
if you want to expire cookie set it's date in the past ... (eq. 0 or 10 or something smaller then time() gives you :) greets, Jürgen. ""Glenn"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Please, can anybody tell me how to set the lifetime > of a session

Re: [PHP-WIN] apache + php + system() = error :(

2001-03-15 Thread Jürgen Lasn
Hi! No the error is not generated while exec'ing external program but while it attemts to call the system() command ... it's like the system() and exec() are malfuncioning ... using backticks (`) made the script to hang there is something very fundamental that i do wrong but ... where? what?

[PHP-WIN] apache + php + system() = error :(

2001-03-15 Thread Jürgen Lasn
HOW can i make it FORK ... or run the bat-script? thnx in advance, Jürgen Lasn from Estonia. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]