Re: Re: [PHP] PHP and Windows XP

2001-06-29 Thread Micha Ober

Yes, it will work.
I know somebody, who has installed Apache 1.3.20 and PHP 4.0.5.
> --- elias <[EMAIL PROTECTED]> wrote:
> > From pop_server."8745454"@pop.gmx.net Thu Jun 28
> > 17:53:33 2001
> > Return-Path:
> >
> <[EMAIL PROTECTED]>
> > X-Flags: 
> > Delivered-To: GMX delivery to [EMAIL PROTECTED]
> > Received: (qmail 1264 invoked by uid 0); 28 Jun 2001
> > 16:47:13 -
> > Received: from w153.z064000151.sjc-ca.dsl.cnc.net
> > (HELO toye.php.net) (64.0.151.153)
> >   by mx0.gmx.net (mx09) with SMTP; 28 Jun 2001
> > 16:47:13 -
> > Received: (qmail 609 invoked by uid 1013); 28 Jun
> > 2001 08:35:32 -
> > Mailing-List: contact
> > [EMAIL PROTECTED]; run by ezmlm
> > Precedence: bulk
> > list-help: 
> > list-unsubscribe:
> > 
> > list-post: 
> > Delivered-To: mailing list [EMAIL PROTECTED]
> > Received: (qmail 599 invoked by uid 9); 28 Jun 2001
> > 08:35:32 -
> > To: [EMAIL PROTECTED]
> > From: "elias" <[EMAIL PROTECTED]>
> > Date: Thu, 28 Jun 2001 11:40:11 -0700
> > Lines: 19
> > Message-ID:
> > <9heq8k$e6$[EMAIL PROTECTED]>
> > References: 
> > X-Priority: 3
> > X-MSMail-Priority: Normal
> > X-Newsreader: Microsoft Outlook Express
> > 5.50.4133.2400
> > X-MimeOLE: Produced By Microsoft MimeOLE
> > V5.50.4133.2400
> > Subject: Re: [PHP] PHP and Windows XP
> > Content-Length: 771
> > 
> > Why not?
> > if it works with WinME and PWS, I suppose it will
> > with XP too.
> > 
> > Please try it and report what happens please.
> > 
> > "Jochen Kaechelin" <[EMAIL PROTECTED]> wrote in message
> > NFBBLHGFAKNLFNPOHMPHKEKEDEAA.jk@intern">news:NFBBLHGFAKNLFNPOHMPHKEKEDEAA.jk@intern...
> > > Will PHP run under Windows XP?
> > >
> > >
> > >
> > > --
> > > PHP General 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]
> > >
> > 
> > 
> > 
> > -- 
> > PHP General 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]

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

--
GMX Tipp:

Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a


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




[PHP] PHP 4.0.6 and Apache 1.3.6 ?

2001-07-05 Thread Micha Ober

I've installed Apache 1.3.6 and PHP 4.0.6 and it
works. But if I load an extension in the php.ini
Apache says "abnormal program termination".

=
Linux...
Because it works.

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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




Re: [PHP] Number of the line ?

2001-07-06 Thread Micha Ober

That's easy :)
Use __LINE__ !
example:
1 

--- Emmanuel FAIVRE <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> i'm currently writing a debugging lib in PHP and i
> would like to find
> the number of the line in my script
> 
> when i made an
> 
> myfile.php
> 
> 1  2 echo "i'm on line $NUMBER_LINE\n";
> 3 echo "i'm on line $NUMBER_LINE\n";
> 4 ?>
> 
> would give :
> 
> i'm on line 2
> i'm on line 3
> 
> it perhaps exists because when we have warning we
> see the line number
> 
> Thanks
> 
> 
> Manu
> 
> 
> -- 
> PHP General 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]
> 


=
Linux...
Because it works.

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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




[PHP] Re (2): [PHP] PHP 4.0.6 and Apache 1.3.6 ?

2001-07-07 Thread Micha Ober

I'm using the Win32 version of apache 1.3.6 !
in httpd.conf i added the following:

   LoadModule php4_module c:/php/sapi/php4apache.dll

   AddType application/x-httpd-php .php
   AddType application/x-httpd-php .php3
   AddType application/x-httpd-php .php4
   AddType application/x-httpd-php .phtml
   AddType application/x-httpd-php-source .phps

--- nelo manuel <[EMAIL PROTECTED]> wrote:
> hi Micha,
> 
> are you using the apache version 1.3.6-7? or just
> 1.3.6, can you tell me if you can see your
> php4 load and add module in
> etc/httpd/conf/httpd.conf?
> 
> is that am having problems with this my php4.0.6
> does not work
> only when i change my php ext to php3 or php but not
> php4!!!
> 
> pls advise
> 
> 
> >From: Micha Ober <[EMAIL PROTECTED]>
> >To: php <[EMAIL PROTECTED]>
> >Subject: [PHP] PHP 4.0.6 and Apache 1.3.6 ?
> >Date: Fri, 6 Jul 2001 00:15:02 -0700 (PDT)
> >
> >I've installed Apache 1.3.6 and PHP 4.0.6 and it
> >works. But if I load an extension in the php.ini
> >Apache says "abnormal program termination".
> >
> >=
> >Linux...
> >Because it works.
> >
> >__
> >Do You Yahoo!?
> >Get personalized email addresses from Yahoo! Mail
> >http://personal.mail.yahoo.com/
> >
> >--
> >PHP General 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]
> >
> 
>
_
> Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
> 
> 
> -- 
> PHP General 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]
> 


=
Linux...
Because it works.

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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