Re: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

2009-06-01 Thread flint
- Original Message - From: Robert Cummings rob...@interjinn.com To: flint fmill...@gmail.com Cc: PHP-General List php-general@lists.php.net Sent: Sunday, May 31, 2009 10:15 PM Subject: Re: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

[PHP] RE: [PHP-WIN] MSSQL Functions

2001-02-07 Thread Flint Doungchak
Toby, Yes, the client is requires because the MSSQL module uses some libraries from the client to function. I don't know which one. If Frank see this, he might be able to give you some detailed insight. I just know it has to be installed. -Flint -Original Message- From: Toby Miller

[PHP] spawning a process that uses pipes - doesn't terminate when webpage download is canceled

2009-05-28 Thread Flint Million
so here's the scenario.. I have a site that uses php with a database to offer sound files to users using streaming methods. the request page has options, allowing the user to modify the sound file in various ways, before having it sent to them Here's the problem: The method i'm using to feed

Re: [PHP] spawning a process that uses pipes -doesn'tterminatewhen webpage download is canceled

2009-06-01 Thread Flint Million
Rob: Perfect explanation of my problem. do you have any sample code I could look at for proc_open? It looks like it might do what I need but it's a lot more complex than popen. fm -- From: Robert Cummings rob...@interjinn.com Sent: Monday, June

[PHP] check a variable after EACH function

2009-06-30 Thread Flint Million
This might seem silly but here's what I'm trying to do Suppose I have some kind of check variable - say for example $abort_now. Or it could be a function. Something to be evaluated to a value. I want to execute a block of statements, but after EACH statement executes, check the value of