Hello all,
I wish to use threads or processes under Windows. Is there a known .DLL
that I can load and use to do the work in Windows? Any URI for details
and information is highly appreciated.
I know of PHP's internal Process Control functions, but they don't work
outside UNIX.
Thanks in advance
> -Original Message-
> From: Tularis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 19, 2002 12:45 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: problem with code (almost fixed)
>
> first, change this: $_REQUEST['pac_hot[0]'] to:
> $_REQUEST["$pac_hot[0]"]
> a single quote ( ' )
You'd write something like:
$_REQUEST['pac_hot'][0], $_REQUEST['pac_hot'][1] and so on.
Noor
> -Original Message-
> From: Yan Grossman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 19, 2002 12:07 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] problem with code (almost fixed)
>
>
>
Hello all,
I was disappointed to know that other than UNIX, PHP doesn't support
processes, unless I don't have the latest news.
For my particular needs, and after investigating many sources, I see
that processes are my friend. My needs comprise of the following:
1) being able to listen on a spec
m. That
of course is better than writing a private header() replacement, and
saving headers there for a later access.
Noor
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: ? 01 2002 01:13
To: Noor Dawod
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Finding what head
riginal Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: ? 01 2002 00:34
To: Noor Dawod
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Finding what headers and content were already been
sent
> By the way, I know that PHP's phpinfo() function lists headers
received
&g
Hello,
I need to find out, at any point in a PHP script, which headers and what
content (HTML or other) have been sent already. I know I can use output
buffering, but in my case, this is not going to work.
By the way, I know that PHP's phpinfo() function lists headers received
and headers sent,
Hi,
I'm contacting you because I'm encountering a bug in recent Apache
1.3.23 and relevant mod_ssl version when compiled with PHP 4.1.2. This
might be connected directly to PHP (or to MySQL too), but maybe it is.
I've compiled Apache, mod_ssl and PHP 4.1.2 two days ago, and since then
the error
8 matches
Mail list logo