php-windows Digest 30 Jan 2002 22:31:55 -0000 Issue 977

Topics (messages 11712 through 11728):

Re: How to find out MAC address of remote user
        11712 by: Svensson, B.A.T. (HKG)
        11719 by: Shrock, Court

When typing "localhost\.." the computer wants to connect to internet.
        11713 by: Tim Lüdemann

Urgent- Apache/PHP
        11714 by: Sandeep Murphy
        11715 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK
        11716 by: Sandeep Murphy

Re: Is ISAPI stable ?
        11717 by: John Lim
        11718 by: Angie Tollerson

Search expression => SQL WHERE parser?
        11720 by: Peter Illes
        11722 by: Flint Doungchak
        11723 by: Peter Illes

Apache/PHP
        11721 by: Sandeep Murphy

ISAPI/NSAPI FastCGI implementations available
        11724 by: Shane Caraveo

Bcc headers in mail function
        11725 by: Dario Fernando Escobar R.
        11727 by: Shrock, Court
        11728 by: DL Neil

creating a php extension
        11726 by: Petr Krebs

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
>Hello,
>
>that's what I wanna find out:
>  The MAC (that's something like a unique network-card number)

It is not "like a". it IS unique - each manufacture of network cards have
there own prefix number, and then the manufacture is responsible to ensure
that each network adapter has it own MAC (a.k.a. ARP address).

To know the ARP address of your own network card type 'ipconfig /all' in
command shell (applies for NT). You will then find the physical address of
the network card (IP address is referred to as the logical address).

In an unix environment you can uses '/usr/sbin/arp -a' to find out the ARP
address of nearby computers.


>  address of a remote user. I just know I can find it out by
>  backtracing his IP address. But which function to use?

I don't remember what information that was included in the Ethernet package,
but I would guess you might find the ARP address there as well.

>By this MAC address you can identify any user, no matter which
>IP address he uses and what time is between his visits (and no
>matter which browser he has used, then). 
>Sessions, cookies etc. aren't enough as they aren't as secure 
>as identifying by MAC is. (I know, you can change this number on
>certain cards, but this isn't as easy and common as deleting 
>cookies, hmm?)

So what do you do if you have 10 users from a the very same Unix host then? 
They will all have the same ARP address, and you wont be able to distinguish
between them...

>Does someone know how can I find it out?
>Or has maybe someone an idea how to find out the route the IP
>packages come? (like "tracert" or "route" in windows)("NeoTrace")

use ping, or study how ICMP (Internet Control Message Protocol) works. ICMP
is part of the TCP/IP protocol family, and you can find information about it
the RFC archives.

>I would thank for any suggestion,
>
>       Mark
>
>
>
>-- 
>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]
>
--- End Message ---
--- Begin Message ---
Your MAC address on your NIC is unique, but a problem arises because the MAC
address is Ethernet (the same collision domain) and the internet routes IP,
which is a layer above Ethernet.  The majority of the internet routes IP
over ATM, a much quicker alternative to Ethernet.  You see, Ethernet, ATM,
Token Ring, X.25, are all delivery mechanisms/protocols that transport
higher level cargo.

In short, MAC addresses are unique, but you will never be able to discover
foreign MAC's (outside your ethernet) because ARP and RARP travel across
your local ethernet (yes, arp can and is proxied, but is NOT routed beyond
the limits of your ethernet because it is ethernet specific).

Hope this helps....with that said, you could use it if the client gave it to
you directly, but that would be a generally bad thing to do behind people's
back (read about Windows Media Player IDs tracking people--a little
javascript and you have their unique id if they haven't disabled it; at
which point, you get a new number every time).

Court

> -----Original Message-----
> Subject: [PHP-WIN] How to find out MAC address of remote user
> 
> 
> Hello,
> 
> that's what I wanna find out:
>   The MAC (that's something like a unique network-card number)
>   address of a remote user. I just know I can find it out by
>   backtracing his IP address. But which function to use?
> By this MAC address you can identify any user, no matter which
> IP address he uses and what time is between his visits (and no
> matter which browser he has used, then). 
> Sessions, cookies etc. aren't enough as they aren't as secure 
> as identifying by MAC is. (I know, you can change this number on
> certain cards, but this isn't as easy and common as deleting 
> cookies, hmm?)
> 
> Does someone know how can I find it out?
> Or has maybe someone an idea how to find out the route the IP
> packages come? (like "tracert" or "route" in windows)("NeoTrace")
> 
> I would thank for any suggestion,
> 
>       Mark
--- End Message ---
--- Begin Message ---
At first:
    I run win 98 on my standalone computer.
    I installed Apache 1.3.22 and PHP 4.1.0, edit the files php.ini and
httpd.conf and put them at the right place. I doublechecked the files.
When typing "localhost\index.html.de" the computer wants to connect to
internet. It is possible to open the file "C:\apache\htdocs\index.html.de".

I tryed to change my IP to 127.0.0.1 but got an error massage.
I changed to 192.168.1.2 but no better result.

When trying to open php-files the computer trys to download something I
cannot read because the download-window opens and closes many times very
fast until I press esc. When the browser opens a php-file he shows nothing.

I hope to get help of anyone of you because I worked several days on it and
have no further idea how to solve the problem.

Thank You

Tim Lüdemann


--- End Message ---
--- Begin Message ---
Hi,

I am running the PHP triad on a win2k for quite sometime now without having
any problems..

All of a sudden my PHP scripts refused to work.. further it appears there is
some problem with my apache itself.. I tried doing a net start and net stop
apache a few times and it does start and stop but when I do a simple
http://localhost  nothing happens.. rather keep getting a Page Cannot be
displayed error...

I checked the error logs and a portion of which reads as the following:

[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/d/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/_vti_bin/..%5c/..%5c/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/_mem_bin/..%5c/..%5c/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist:
/apache/htdocs/msadc/..%5c/..%5c/..%5c/..Á/..Á/..Á/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..Á/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..À¯/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..Áoe/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%2f/winnt/system32/cmd.exe
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/blank.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/unknown.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/image2.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/text.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/folder.gif
[Wed Jan 30 13:42:11 2002] [error] forcing termination of child #0 (handle
224)

Wud be extremely grateful for any help..

TIA,
sandeep
--- End Message ---
--- Begin Message ---
--- Received from FPU.WHITES1 799 3703                       30-01-02 14:05

  -> [EMAIL PROTECTED]
  -> [EMAIL PROTECTED]

Eeek!  Looks more like your server is suffering a NIMDA virus attack to me,
though why this should specifically affect your PHP setup I don't know.

-Steve

----------------------------------------------------------------------------

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Wed, 30 Jan 2002 13:58:58 -0000
Subject: [PHP-WIN] Urgent- Apache/PHP

Hi,

I am running the PHP triad on a win2k for quite sometime now without having
any problems..

All of a sudden my PHP scripts refused to work.. further it appears there is
some problem with my apache itself.. I tried doing a net start and net stop
apache a few times and it does start and stop but when I do a simple
http://localhost  nothing happens.. rather keep getting a Page Cannot be
displayed error...

I checked the error logs and a portion of which reads as the following:

[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/d/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/_vti_bin/..%5c/..%5c/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/_mem_bin/..%5c/..%5c/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist:
/apache/htdocs/msadc/..%5c/..%5c/..%5c/..Á?/..Á?/..Á?/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..Á?/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..À¯/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..Áoe/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%2f/winnt/system32/cmd.exe
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/blank.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/unknown.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/image2.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/text.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/folder.gif
[Wed Jan 30 13:42:11 2002] [error] forcing termination of child #0 (handle
224)

Wud be extremely grateful for any help..

TIA,
sandeep

--
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]

This e-mail may contain confidential information and/or copyright
material. This e-mail is intended for the use of the addressee
only. Any unauthorised use may be unlawful.

If you receive this e-mail by mistake please advise the sender
immediately by using the reply facility in your e-mail software.

Friends Provident Marketing Group consists of the following
companies:

Friends Provident Life and Pensions Limited.
Registered number 4096141.
Friends' Provident Unit Trust Managers Limited.
Registered number 970641
FP Life Assurance Limited.
Registered number 782698
Friends Provident Pensions Limited.
Registered number 475201
Friends Ivory & Sime Managed Pensions Funds Limited.
Registered number 1020044
Registered and Head Office of each of the above companies is at Pixham End,
Dorking, Surrey RH4 1QA.
Registered in England. Incorporated companies limited by shares.
Ivory & Sime Trustlink Limited. Registered number 151198
Registered and Head Office: One Charlotte Square, Edinburgh EH2
4DZ.  Registered in Scotland. Incorporated company limited by
shares.

Companies within this Group transact life assurance, pension,
permanent health, unit trust and investment trust business

All are regulated by the Financial Services Authority.
--- End Message ---
--- Begin Message ---

problem solved... 

Nothing that a reboot on windoz cannot solve!!!!!

:)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: quarta-feira, 30 de Janeiro de 2002 14:10
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-WIN] Urgent- Apache/PHP


--- Received from FPU.WHITES1 799 3703                       30-01-02 14:05

  -> [EMAIL PROTECTED]
  -> [EMAIL PROTECTED]

Eeek!  Looks more like your server is suffering a NIMDA virus attack to me,
though why this should specifically affect your PHP setup I don't know.

-Steve

----------------------------------------------------------------------------

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Wed, 30 Jan 2002 13:58:58 -0000
Subject: [PHP-WIN] Urgent- Apache/PHP

Hi,

I am running the PHP triad on a win2k for quite sometime now without having
any problems..

All of a sudden my PHP scripts refused to work.. further it appears there is
some problem with my apache itself.. I tried doing a net start and net stop
apache a few times and it does start and stop but when I do a simple
http://localhost  nothing happens.. rather keep getting a Page Cannot be
displayed error...

I checked the error logs and a portion of which reads as the following:

[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/d/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/_vti_bin/..%5c/..%5c/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/_mem_bin/..%5c/..%5c/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist:
/apache/htdocs/msadc/..%5c/..%5c/..%5c/..Á?/..Á?/..Á?/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..Á?/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..À¯/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..Áoe/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%5c/winnt/system32/cmd.exe
[Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not
exist: /apache/htdocs/scripts/..%2f/winnt/system32/cmd.exe
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/blank.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/unknown.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/image2.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/text.gif
[Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist:
/apache/icons/folder.gif
[Wed Jan 30 13:42:11 2002] [error] forcing termination of child #0 (handle
224)

Wud be extremely grateful for any help..

TIA,
sandeep

--
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]

This e-mail may contain confidential information and/or copyright
material. This e-mail is intended for the use of the addressee
only. Any unauthorised use may be unlawful.

If you receive this e-mail by mistake please advise the sender
immediately by using the reply facility in your e-mail software.

Friends Provident Marketing Group consists of the following
companies:

Friends Provident Life and Pensions Limited.
Registered number 4096141.
Friends' Provident Unit Trust Managers Limited.
Registered number 970641
FP Life Assurance Limited.
Registered number 782698
Friends Provident Pensions Limited.
Registered number 475201
Friends Ivory & Sime Managed Pensions Funds Limited.
Registered number 1020044
Registered and Head Office of each of the above companies is at Pixham End,
Dorking, Surrey RH4 1QA.
Registered in England. Incorporated companies limited by shares.
Ivory & Sime Trustlink Limited. Registered number 151198
Registered and Head Office: One Charlotte Square, Edinburgh EH2
4DZ.  Registered in Scotland. Incorporated company limited by
shares.

Companies within this Group transact life assurance, pension,
permanent health, unit trust and investment trust business

All are regulated by the Financial Services Authority.
--- End Message ---
--- Begin Message ---
Hi,

PHP's ISAPI error handling is still not thread safe. If your code has no
errors PHP will run fine. However if there are bugs in your PHP
script, they are not handled properly and eventually your process
 will crash in ISAPI after repeated calls to the error-prone script.

Regards, John

Samuel Collado <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I think so.
>
> I work with php 4.1.0 on IIS 5 (Windows 2000) with php_mssql.dll and
> php_oracle.dll and all it's ok. We have done some tests with Mercury
> LodeRunner with many SQL requests at the same time and we noticed some
> memory leak but it was IIS fault ! PHP is, in my opinion, stable with
> these dll.
>
> Samuel
>
> Steen Rabol wrote:
>
> > Hi
> >
> > According to the install.txt of php, the ISAPI version is not stable,
but.... that statement have been there for about 1 year, so my question is:
Is ISAPI version considered stable ?
> >
> > Thanks in advance.
> >
> > Best
> > Steen
> >
> >
> >
>


--- End Message ---
--- Begin Message ---
Hi there.  When you say "bugs", what do you mean? When I have bugs in my
code, it doesn't run, period.  But if you mean "warnings" ? which will
let your code run but there are some handling errors? Just trying to
find out your terminology...

Angie Tollerson
Alliance Technologies
Web Programmer
(515)245-7628
[EMAIL PROTECTED]

>>> "John Lim" <[EMAIL PROTECTED]> 01/30/02 09:20AM >>>
Hi,

PHP's ISAPI error handling is still not thread safe. If your code has
no
errors PHP will run fine. However if there are bugs in your PHP
script, they are not handled properly and eventually your process
 will crash in ISAPI after repeated calls to the error-prone script.

Regards, John

Samuel Collado <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I think so.
>
> I work with php 4.1.0 on IIS 5 (Windows 2000) with php_mssql.dll and
> php_oracle.dll and all it's ok. We have done some tests with Mercury
> LodeRunner with many SQL requests at the same time and we noticed
some
> memory leak but it was IIS fault ! PHP is, in my opinion, stable
with
> these dll.
>
> Samuel
>
> Steen Rabol wrote:
>
> > Hi
> >
> > According to the install.txt of php, the ISAPI version is not
stable,
but.... that statement have been there for about 1 year, so my question
is:
Is ISAPI version considered stable ?
> >
> > Thanks in advance.
> >
> > Best
> > Steen
> >
> >
> >
>



-- 
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] 

--- End Message ---
--- Begin Message ---
Hi Folks,

I'm looking for a parser in PHP that would turn a search expression (like
google, altavista, ...) into an SQL WHERE statement, or at least an
expression parser in PHP. Any idea?

Our intention is to implement such a search functionality in a PHP app on a
MySQL database.

Thanks for any help/pointers,
Peter


--- End Message ---
--- Begin Message ---
Hey there Peter,

I think Microsoft comes as a part of SQL server a COM object where you send
English syntax and the application will return a SQL query. I think it's
called English Query tool or something like that. I don't know if there is
something similar for MySQL.

Sorry,

-Flint

-----Original Message-----
From: Peter Illes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 30, 2002 10:08 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Search expression => SQL WHERE parser?


Hi Folks,

I'm looking for a parser in PHP that would turn a search expression (like
google, altavista, ...) into an SQL WHERE statement, or at least an
expression parser in PHP. Any idea?

Our intention is to implement such a search functionality in a PHP app on a
MySQL database.

Thanks for any help/pointers,
Peter



-- 
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]
--- End Message ---
--- Begin Message ---
Thanks, Flint.

I'm afraid MySQL does not have this feature :-(. OTOH what I'm looking for
is simpler than that.

E.g. let's turn

[apple pear -cherry]

into

[(FLD LIKE '%apple%') AND (FLD LIKE '%pear%') AND NOT (FLD LIKE '%cherry%')]

Operators:
  (space or +) => AND
  # => OR
  - => NOT
  ( ) => ( )

It is actually not too complicated, but I wanted to use some pre-created
general parser instead of rolling our own stuff.

Thanks, Peter

--- End Message ---
--- Begin Message ---
Hi all,

Guess I was a bit hasty in jumping the gun... a shortwhile bak i had posted
here regarding a problem of php scripts stopping to run all of a sudden..

The Problem i am facing is that I cannot afford to stop and start apache
once booted.. When I do a reboot, everything runs fine but If i even happen
to stop and restart apache, poof everything stops to work.. Apache does
start but no localhost and no php scripts work..Strange...

anyone has an idea of whats happening?? and Nope, am not infected with any
kind of virus.. and nothing very suspect in the error logs..

TIA,

Sands
--- End Message ---
--- Begin Message ---
Hello everyone,
Over the past few months I've slowly worked on implementing ISAPI and NSAPI
modules for FastCGI.  I've got everything done and working now in probably
what I would call a late alpha or early beta release, though I haven't
versioned it at this time.

I wrote these modules to provide a super stable way to run PHP on Windows,
without having to resort to CGI.  For those who don't know much about
FastCGI...using the FastCGI module for PHP, there are no threading issues
since any one executable will only handle one request at a time, but you
gain the performance increase of having persistent executables in memory.
This allows for persistent database connections, etc.  Since PHP is also run
out-of-process, there is no way PHP can crash a web server (unless there is
a bug in my modules :).   In my own tests using MS Web Stress Application, I
got performance improvements ranging from 4x to 8x the speed of CGI.   The
downside to FastCGI is that it will require more memory than a multithreaded
sapi module.

Ultimately, I don't think FastCGI can achieve the same performance as and
built in web server module (ISAPI, etc.), but it is a good alternative,
especially if you use modules that crash PHP under ISAPI, and is much more
suited to production systems than CGI.

While this should be perfectly usable with something other than PHP, I have
not tested anything but PHP with it.

You will need phpfcgi.exe also, which I am not sure if that is distributed
in the binary distributions on php.net.  If not, I'll make one available
this weekend (if someone doesn't beat me to it).

I'll probably be combining this source code with the fastcgi libraries at
fastcgi.com in the next month or so.  There is still work to be done on this
implementation, some stuff is not yet supported (such as authentication),
and the process manager is a bit kludgy but works.   A port to unix will
hopefully happen eventualy.  I also implemented a small version of the SAPI
layer so that server modules can be added easily.

You can download at:
binaries: www.caraveo.com/fastcgi/fastcgi.zip
source: www.caraveo.com/fastcgi/fastcgi.src.zip

Regards,
Shane Caraveo



--- End Message ---
--- Begin Message ---
I would like to know if it's possible to make any combination of tricks to
use the BCC header in the mail function.  I've got win 2k, apache and php
4.05.

If anyone can help me...

--

_________________________________
Dario Fernando Escobar Risueño
Webmaster Telesat S.A.
[EMAIL PROTECTED]
Cali - Valle - Colombia






--- End Message ---
--- Begin Message ---
Personally, I have tried many ways to get it to work.  In an earlier post, I
mentioned that the only way I was able to get mail to work at all was
removing the bcc and cc headers from my windows php scripts.  If a solution
does exist, I would be interested in it as well....

Court

> -----Original Message-----
> From: Dario Fernando Escobar R. [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 30, 2002 11:41 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Bcc headers in mail function
> 
> 
> I would like to know if it's possible to make any combination 
> of tricks to
> use the BCC header in the mail function.  I've got win 2k, 
> apache and php
> 4.05.
> 
> If anyone can help me...
> 
> --
> 
> _________________________________
> Dario Fernando Escobar Risueño
> Webmaster Telesat S.A.
> [EMAIL PROTECTED]
> Cali - Valle - Colombia
> 
> 
> 
> 
> 
> 
> 
> -- 
> 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]
> 
--- End Message ---
--- Begin Message ---
Dario,

> I would like to know if it's possible to make any combination of tricks to
> use the BCC header in the mail function.  I've got win 2k, apache and php
> 4.05.


Check out phpguru.org

Regards,
=dn


--- End Message ---
--- Begin Message ---
maybe it's a stupid question, but can anybody tell me where to get some
information about writing win32 php extension DLL? i've been searching
through the official web pages but i haven't manage to get anything.

thanks in advance
petr

--- End Message ---

Reply via email to