php-windows Digest 22 May 2002 07:58:52 -0000 Issue 1156

Topics (messages 13894 through 13909):

Can someone explain to me....
        13894 by: Asendorf, John
        13895 by: Scott Carr
        13896 by: Scott Hurring
        13899 by: Jim lucas

Easy Way To Compile Extension in Win32
        13897 by: Bruce Miller
        13898 by: Shrock, Court
        13900 by: Luis Ferro
        13902 by: Shrock, Court

Get module name of COM object and its functions
        13901 by: Noah Spitzer-Williams

windows 2000 server --- crashing
        13903 by: Kevin Lilly
        13904 by: Matt Parlane
        13905 by: Kevin Lilly
        13906 by: Clay Culver
        13907 by: Kevin Lilly
        13909 by: Brian McGarvie

php-4.2.1 and apache2.0 - how to get php working
        13908 by: Nick

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 ---
Can someone explain to me why everytime someone answers a question where the
answer includes the suggestion to use eregi_replace why someone has to chime
in to use the perl regexes?  Are they really all that much faster than the
POSIX implementation?

John

---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit
--- End Message ---
--- Begin Message ---
I believe there are some archives that show the stats.  There have been some
testimonials on the web as well.  Sorry I don't have direect references.

The other thing is that the PERL Reg stuff is Binary safe, the other is not. 
Move to Apache 2 might be a prob.

But there is a marked difference, from what I can tell.
-- 
Scott Carr
OpenOffice.org
Whiteboard-Doc Maintainer
http://whiteboard.openoffice.org/doc/


Quoting "Asendorf, John" <[EMAIL PROTECTED]>:

> Can someone explain to me why everytime someone answers a question where
> the
> answer includes the suggestion to use eregi_replace why someone has to
> chime
> in to use the perl regexes?  Are they really all that much faster than the
> POSIX implementation?
> 
> John
> 
> ---------------------
> John Asendorf - [EMAIL PROTECTED]
> Web Applications Developer
> http://www.lcounty.com - NEW FEATURES ADDED DAILY!
> Licking County, Ohio, USA
> 740-349-3631
> Nullum magnum ingenium sine mixtura dementiae fuit
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
--- End Message ---
--- Begin Message ---
Well, i personally use them becuase i used to do a lot of Perl
programming, and i like perl-style regex's more.  IMO, they're
more powerful too, and are more commonly used in other programs
and utilities than PHP-style regex's... it's not a speed issue
for me.

---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515

> -----Original Message-----
> From: Asendorf, John [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 21, 2002 3:09 PM
> To: Php-Windows (E-mail)
> Subject: [PHP-WIN] Can someone explain to me....
> 
> 
> Can someone explain to me why everytime someone answers a 
> question where the
> answer includes the suggestion to use eregi_replace why 
> someone has to chime
> in to use the perl regexes?  Are they really all that much 
> faster than the
> POSIX implementation?
> 
> John
> 
> ---------------------
> John Asendorf - [EMAIL PROTECTED]
> Web Applications Developer
> http://www.lcounty.com - NEW FEATURES ADDED DAILY!
> Licking County, Ohio, USA
> 740-349-3631
> Nullum magnum ingenium sine mixtura dementiae fuit
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
--- End Message ---
--- Begin Message ---
YES!

Jim Lucas
----- Original Message -----
From: "Asendorf, John" <[EMAIL PROTECTED]>
To: "Php-Windows (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 12:09 PM
Subject: [PHP-WIN] Can someone explain to me....


> Can someone explain to me why everytime someone answers a question where
the
> answer includes the suggestion to use eregi_replace why someone has to
chime
> in to use the perl regexes?  Are they really all that much faster than the
> POSIX implementation?
>
> John
>
> ---------------------
> John Asendorf - [EMAIL PROTECTED]
> Web Applications Developer
> http://www.lcounty.com - NEW FEATURES ADDED DAILY!
> Licking County, Ohio, USA
> 740-349-3631
> Nullum magnum ingenium sine mixtura dementiae fuit
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---
--- Begin Message ---
I have an algorithm that I don't want anyone to see; therefore I can't put

it in a php file. I'm trying to create an php extension DLL but the
instructions in the PHP manual explain how to do it in UNIX and not Win32.
I've been unsucessfull at getting it to compile in Win32.

Does anyone have an easy/straightforward way to do this?

Thanks in advance.



Bruce




--- End Message ---
--- Begin Message ---
Is Zend Encoder an option?

http://zend.com/store/products/zend-encoder.php

> -----Original Message-----
> From: Bruce Miller [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 21, 2002 1:19 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Easy Way To Compile Extension in Win32
> 
> 
> I have an algorithm that I don't want anyone to see; 
> therefore I can't put
> 
> it in a php file. I'm trying to create an php extension DLL but the
> instructions in the PHP manual explain how to do it in UNIX 
> and not Win32.
> I've been unsucessfull at getting it to compile in Win32.
> 
> Does anyone have an easy/straightforward way to do this?
> 
> Thanks in advance.
> 
> 
> 
> Bruce
> 
> 
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
--- End Message ---
--- Begin Message ---
Not really because Zend produces a bytecode... with come work it is 
reversable... as with all bytecodes...

Binary format on the other hand isn't reversible to the original 
programming language in any way (but is reversible to assembler).

In windows i would recomend you to build a com component... they are 
easy to do and if build with C++, they are very fast.

VB is also an option, but, the problem is that it is too near source 
code also...

Hope that helps...

Cheers,
Luis Ferro

Shrock, Court wrote:

>Is Zend Encoder an option?
>
>http://zend.com/store/products/zend-encoder.php
>
>  
>
>>-----Original Message-----
>>From: Bruce Miller [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, May 21, 2002 1:19 PM
>>To: [EMAIL PROTECTED]
>>Subject: [PHP-WIN] Easy Way To Compile Extension in Win32
>>
>>
>>I have an algorithm that I don't want anyone to see; 
>>therefore I can't put
>>
>>it in a php file. I'm trying to create an php extension DLL but the
>>instructions in the PHP manual explain how to do it in UNIX 
>>and not Win32.
>>I've been unsucessfull at getting it to compile in Win32.
>>
>>Does anyone have an easy/straightforward way to do this?
>>
>>Thanks in advance.
>>
>>
>>
>>Bruce
>>
>>
>>
>>
>>
>>-- 
>>PHP Windows Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>    
>>
>
>  
>



--- End Message ---
--- Begin Message ---
I'll let their FAQ speak for itself--from
http://zend.com/store/products/encoder-faq.php

How does the Zend Encoder work?
The Zend Encoder converts your plain-text PHP scripts into a
platform-independent binary format. It includes the Zend Optimizer, which
optimizes the PHP file, and then enables end users to transparently execute
these files, as if they were regular PHP scripts.

Why is the optimization module included?
The optimization module from the Zend Optimizer is included to provide extra
protection against reverse engineering. The Zend Encoder first optimizes the
PHP file (using the optimization module), before encoding it. The
optimization also increases performance speed: because the encoded files are
already optimized, no time is lost by first having to do the optimization at
run time.

How do I know that my application won't be decoded back to the PHP source
file?
Encoded files are not 100% irreversible, because it may be possible to
discover some of their functionality through various reverse-engineering
techniques (tracing, raw code examination, guessing, etc.). The Zend Encoder
provides extra protection against reverse engineering. This is because the
encoding process was done on the optimized file, thereby providing added
protection. Decoding becomes almost impossible.

> -----Original Message-----
> From: Luis Ferro [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 21, 2002 5:09 PM
> To: Bruce Miller; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Easy Way To Compile Extension in Win32
> 
> 
> Not really because Zend produces a bytecode... with come work it is 
> reversable... as with all bytecodes...
> 
> Binary format on the other hand isn't reversible to the original 
> programming language in any way (but is reversible to assembler).
> 
> In windows i would recomend you to build a com component... they are 
> easy to do and if build with C++, they are very fast.
> 
> VB is also an option, but, the problem is that it is too near source 
> code also...
> 
> Hope that helps...
> 
> Cheers,
> Luis Ferro
> 
> Shrock, Court wrote:
> 
> >Is Zend Encoder an option?
> >
> >http://zend.com/store/products/zend-encoder.php
> >
> >  
> >
> >>-----Original Message-----
> >>From: Bruce Miller [mailto:[EMAIL PROTECTED]]
> >>Sent: Tuesday, May 21, 2002 1:19 PM
> >>To: [EMAIL PROTECTED]
> >>Subject: [PHP-WIN] Easy Way To Compile Extension in Win32
> >>
> >>
> >>I have an algorithm that I don't want anyone to see; 
> >>therefore I can't put
> >>
> >>it in a php file. I'm trying to create an php extension DLL but the
> >>instructions in the PHP manual explain how to do it in UNIX 
> >>and not Win32.
> >>I've been unsucessfull at getting it to compile in Win32.
> >>
> >>Does anyone have an easy/straightforward way to do this?
> >>
> >>Thanks in advance.
> >>
> >>
> >>
> >>Bruce
> >>
> >>
> >>
> >>
> >>
> >>-- 
> >>PHP Windows Mailing List (http://www.php.net/)
> >>To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >>    
> >>
> >
> >  
> >
> 
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
--- End Message ---
--- Begin Message ---
> Hello there,
>
>     I just started working for this company which uses a COM object (a dll
> file) as the backend to a Visual Basic App. I want to convert this into
PHP
> however when I try to create the instance of the COM object (ex. $inst =
new
> COM... ), I don't know what to put as the module name.
>
>     Is there anyway I can get the module name from the DLL file? And when
I
> do can I get a list of functions and classes within the COM object?
>
> Thanks!
>
>     - Noah


----------------------------------
TradeMyTraffic! Web Services
http://www.trademytraffic.com



--- End Message ---
--- Begin Message ---
I am running php 4.2.1 on IIS 5 on windows 2000 server edition.

After configuring the server and php I tested it on that computer by calling
phpinfo() and it served the page fine. I then tried to call the page from a
windows 98SE computer on the LAN and the server crashed (blue screen of
death -- memory dump -- computer restarted).

After trying this several times with the same result I tried to call another
page with a simple print() statement which comes up with no problem on
either machine.

Any suggestions would be greatly appreciated.
Thanks  --  Kevin


--- End Message ---
--- Begin Message ---
Hi Kevin...

I had the same problem a while back, and I came to the conclusion that PHP
on windows with IIS is just plain dodgy.

This may or may not help, but I managed to get around the problem by
installing Apache, then setting up all the sites which needed ASP on IIS on
a different port.  Set up all the ASP sites in the httpd.conf file using
ProxyPass and ProxyPassReverse to point to the IIS web server on the
non-standard port.  My web server is now running beautifully, with all the
ASP pages served through IIS, and all the PHP pages served through Apache
(and I'm desperately trying to outsource all of our ASP sites so I can
migrate to Linux...   :)

Of course, if you don't have any ASP sites, then get rid if IIS
alltogether.....

If this is of any use to you, get back to me and I'll let you know the
nitty-gritty of how to get it going.

Thanks,

Matt

"Kevin Lilly" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am running php 4.2.1 on IIS 5 on windows 2000 server edition.
>
> After configuring the server and php I tested it on that computer by
calling
> phpinfo() and it served the page fine. I then tried to call the page from
a
> windows 98SE computer on the LAN and the server crashed (blue screen of
> death -- memory dump -- computer restarted).
>
> After trying this several times with the same result I tried to call
another
> page with a simple print() statement which comes up with no problem on
> either machine.
>
> Any suggestions would be greatly appreciated.
> Thanks  --  Kevin
>
>


--- End Message ---
--- Begin Message ---
Hey Matt

Thanks for the info...

This server will always be on the LAN and is for development only (mainly
because I think I need a challenge...i.e. the evil empire and all...). I may
take your suggestion on Apache on another computer because I'll let myself
get locked into using .asp (.NET, VBScript  or whatever they call it today)
when I don't have to use MS tools to use it. (The win2000 server didn't cost
me anything.)

But I digress...since I have to use their products in the office everyday I
want to try and figure out what's causing it (or what undocumented feature,
read bug, it is and how to work around it)

Thanks  --  Kevin
"Matt Parlane" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Kevin...
>
> I had the same problem a while back, and I came to the conclusion that PHP
> on windows with IIS is just plain dodgy.
>
> This may or may not help, but I managed to get around the problem by
> installing Apache, then setting up all the sites which needed ASP on IIS
on
> a different port.  Set up all the ASP sites in the httpd.conf file using
> ProxyPass and ProxyPassReverse to point to the IIS web server on the
> non-standard port.  My web server is now running beautifully, with all the
> ASP pages served through IIS, and all the PHP pages served through Apache
> (and I'm desperately trying to outsource all of our ASP sites so I can
> migrate to Linux...   :)
>
> Of course, if you don't have any ASP sites, then get rid if IIS
> alltogether.....
>
> If this is of any use to you, get back to me and I'll let you know the
> nitty-gritty of how to get it going.
>
> Thanks,
>
> Matt
>
> "Kevin Lilly" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am running php 4.2.1 on IIS 5 on windows 2000 server edition.
> >
> > After configuring the server and php I tested it on that computer by
> calling
> > phpinfo() and it served the page fine. I then tried to call the page
from
> a
> > windows 98SE computer on the LAN and the server crashed (blue screen of
> > death -- memory dump -- computer restarted).
> >
> > After trying this several times with the same result I tried to call
> another
> > page with a simple print() statement which comes up with no problem on
> > either machine.
> >
> > Any suggestions would be greatly appreciated.
> > Thanks  --  Kevin
> >
> >
>
>


--- End Message ---
--- Begin Message ---
I have gotten PHP 4.2 to work well under Win2k Server, but I do not use
the dll file I use it as a CGI. I have four sites that are PHP/MySQL
driven that work fine and see quite a bit of traffic.

        In options disable automatically reboot when a STOP error
occurs, and have a look at what driver or what the exact error is. Then
take this to support.microsoft.com there could be a chance there is just
something else causing the problem, but only shows when phpinfo() is
called.

Clay

> -----Original Message-----
> From: Matt Parlane [mailto:[EMAIL PROTECTED]]
> Sent: May 21, 2002 8:25 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re: windows 2000 server --- crashing
> 
> Hi Kevin...
> 
> I had the same problem a while back, and I came to the conclusion that
PHP
> on windows with IIS is just plain dodgy.
> 
> This may or may not help, but I managed to get around the problem by
> installing Apache, then setting up all the sites which needed ASP on
IIS
> on
> a different port.  Set up all the ASP sites in the httpd.conf file
using
> ProxyPass and ProxyPassReverse to point to the IIS web server on the
> non-standard port.  My web server is now running beautifully, with all
the
> ASP pages served through IIS, and all the PHP pages served through
Apache
> (and I'm desperately trying to outsource all of our ASP sites so I can
> migrate to Linux...   :)
> 
> Of course, if you don't have any ASP sites, then get rid if IIS
> alltogether.....
> 
> If this is of any use to you, get back to me and I'll let you know the
> nitty-gritty of how to get it going.
> 
> Thanks,
> 
> Matt
> 
> "Kevin Lilly" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am running php 4.2.1 on IIS 5 on windows 2000 server edition.
> >
> > After configuring the server and php I tested it on that computer by
> calling
> > phpinfo() and it served the page fine. I then tried to call the page
> from
> a
> > windows 98SE computer on the LAN and the server crashed (blue screen
of
> > death -- memory dump -- computer restarted).
> >
> > After trying this several times with the same result I tried to call
> another
> > page with a simple print() statement which comes up with no problem
on
> > either machine.
> >
> > Any suggestions would be greatly appreciated.
> > Thanks  --  Kevin
> >
> >
> 
> 
> 
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php



--- End Message ---
--- Begin Message ---
Thanks Clay...I'll try that when I get to work tommorrow

Kevin
"Clay Culver" <[EMAIL PROTECTED]> wrote in message
000601c20141$a5f2a5c0$1602a8c0@dark">news:000601c20141$a5f2a5c0$1602a8c0@dark...
> I have gotten PHP 4.2 to work well under Win2k Server, but I do not use
> the dll file I use it as a CGI. I have four sites that are PHP/MySQL
> driven that work fine and see quite a bit of traffic.
>
> In options disable automatically reboot when a STOP error
> occurs, and have a look at what driver or what the exact error is. Then
> take this to support.microsoft.com there could be a chance there is just
> something else causing the problem, but only shows when phpinfo() is
> called.
>
> Clay
>
> > -----Original Message-----
> > From: Matt Parlane [mailto:[EMAIL PROTECTED]]
> > Sent: May 21, 2002 8:25 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Re: windows 2000 server --- crashing
> >
> > Hi Kevin...
> >
> > I had the same problem a while back, and I came to the conclusion that
> PHP
> > on windows with IIS is just plain dodgy.
> >
> > This may or may not help, but I managed to get around the problem by
> > installing Apache, then setting up all the sites which needed ASP on
> IIS
> > on
> > a different port.  Set up all the ASP sites in the httpd.conf file
> using
> > ProxyPass and ProxyPassReverse to point to the IIS web server on the
> > non-standard port.  My web server is now running beautifully, with all
> the
> > ASP pages served through IIS, and all the PHP pages served through
> Apache
> > (and I'm desperately trying to outsource all of our ASP sites so I can
> > migrate to Linux...   :)
> >
> > Of course, if you don't have any ASP sites, then get rid if IIS
> > alltogether.....
> >
> > If this is of any use to you, get back to me and I'll let you know the
> > nitty-gritty of how to get it going.
> >
> > Thanks,
> >
> > Matt
> >
> > "Kevin Lilly" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > I am running php 4.2.1 on IIS 5 on windows 2000 server edition.
> > >
> > > After configuring the server and php I tested it on that computer by
> > calling
> > > phpinfo() and it served the page fine. I then tried to call the page
> > from
> > a
> > > windows 98SE computer on the LAN and the server crashed (blue screen
> of
> > > death -- memory dump -- computer restarted).
> > >
> > > After trying this several times with the same result I tried to call
> > another
> > > page with a simple print() statement which comes up with no problem
> on
> > > either machine.
> > >
> > > Any suggestions would be greatly appreciated.
> > > Thanks  --  Kevin
> > >
> > >
> >
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>


--- End Message ---
--- Begin Message ---
hmm, I've been successfully using IIS 5/PHP 4.2.1 (also making use of
mysql 3.23.49) and MSSQL Server, combination on win2k server for a few
months now, recently using php 4.2.1 and still no 'nasties' have
happened...

It is worring tho that there seems to be such a leap from systems
running fine to it going ape s*it on another identical(ish) install.

I'm using at the moment a dual p4 2ghz 2gb ram compac proliant ML370 for
our web applications. Ne1 using similar and had problems? I'd rather
know sooner than wait till our service is launched and it going down. No
server, no cash flow ;)

I have done some benchmarking on it running the application with IIS 5
and also with Apache2, and there is virtually no speed gain/loss worth
mentioning. But the question then is, what's more stable in the long
run?

We were/are trying to keep is MS-centric - I personally am Anti-MS - but
for the sake of ease of maintenance we we're trying to keep it MS.

Also, while we're on about win2k, ne1 got any security tips for it in
general for a webserver? I.e. typical precautuions to take wither it's
IIS or Apache or other?

> -----Original Message-----
> From: Kevin Lilly [mailto:[EMAIL PROTECTED]]
> Sent: 22 May 2002 4:59 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Re: windows 2000 server --- crashing
> 
> 
> Thanks Clay...I'll try that when I get to work tommorrow
> 
> Kevin
> "Clay Culver" <[EMAIL PROTECTED]> wrote in message
> 000601c20141$a5f2a5c0$1602a8c0@dark">news:000601c20141$a5f2a5c0$1602a8c0@dark...
> > I have gotten PHP 4.2 to work well under Win2k Server, but 
> I do not use
> > the dll file I use it as a CGI. I have four sites that are PHP/MySQL
> > driven that work fine and see quite a bit of traffic.
> >
> > In options disable automatically reboot when a STOP error
> > occurs, and have a look at what driver or what the exact 
> error is. Then
> > take this to support.microsoft.com there could be a chance 
> there is just
> > something else causing the problem, but only shows when phpinfo() is
> > called.
> >
> > Clay
> >
> > > -----Original Message-----
> > > From: Matt Parlane [mailto:[EMAIL PROTECTED]]
> > > Sent: May 21, 2002 8:25 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP-WIN] Re: windows 2000 server --- crashing
> > >
> > > Hi Kevin...
> > >
> > > I had the same problem a while back, and I came to the 
> conclusion that
> > PHP
> > > on windows with IIS is just plain dodgy.
> > >
> > > This may or may not help, but I managed to get around the 
> problem by
> > > installing Apache, then setting up all the sites which 
> needed ASP on
> > IIS
> > > on
> > > a different port.  Set up all the ASP sites in the httpd.conf file
> > using
> > > ProxyPass and ProxyPassReverse to point to the IIS web 
> server on the
> > > non-standard port.  My web server is now running 
> beautifully, with all
> > the
> > > ASP pages served through IIS, and all the PHP pages served through
> > Apache
> > > (and I'm desperately trying to outsource all of our ASP 
> sites so I can
> > > migrate to Linux...   :)
> > >
> > > Of course, if you don't have any ASP sites, then get rid if IIS
> > > alltogether.....
> > >
> > > If this is of any use to you, get back to me and I'll let 
> you know the
> > > nitty-gritty of how to get it going.
> > >
> > > Thanks,
> > >
> > > Matt
> > >
> > > "Kevin Lilly" <[EMAIL PROTECTED]> wrote in message
> > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > I am running php 4.2.1 on IIS 5 on windows 2000 server edition.
> > > >
> > > > After configuring the server and php I tested it on 
> that computer by
> > > calling
> > > > phpinfo() and it served the page fine. I then tried to 
> call the page
> > > from
> > > a
> > > > windows 98SE computer on the LAN and the server crashed 
> (blue screen
> > of
> > > > death -- memory dump -- computer restarted).
> > > >
> > > > After trying this several times with the same result I 
> tried to call
> > > another
> > > > page with a simple print() statement which comes up 
> with no problem
> > on
> > > > either machine.
> > > >
> > > > Any suggestions would be greatly appreciated.
> > > > Thanks  --  Kevin
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
--- End Message ---
--- Begin Message ---
Hi

Could someone please tell me or point me to some instructions on how to get
PHP 4.2.1 working with Apache 2.0 on Win98

Apache is working, ive tested but it will not recognise PHP code or
extensions.

I have added the following lines to the apache http config.

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

I installed PHP using the php 4.2.1 installer but it spat when it saw i was
using he latest apache server and basically said configure it yourself!!

hope somebody can help


ta

Nick


--- End Message ---

Reply via email to