Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the mhash.

After installing mhash you need to configure mod_php to use it, checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where to find apache PHP script mhash function

2004-02-28 Thread zam4ever
- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] ORG [EMAIL PROTECTED]
Subject: Where to find apache  PHP script  mhash function
Date: 29/02/04 04:28

 Have mod_php installed on apache but it does not have the mhash
 extension function.
 
 Where can I find it?
 
 Thanks


You can find the mhash from here:

BSD port : /usr/ports/security/mhash

More info:
http://www.freshports.org/security/mhash/
http://schumann.cx/mhash/

cheers
-zam4ever-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
I mean this Makefile

# Instructions on how to enable preferred extensions can be found in the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Where to find apache PHP script mhash function

2004-02-28 Thread JJB
Are you saying there is no way to tell the mod_php
package install to use mhash?

That I have to delete the mod_pgp package and cvsup
the mod_php port config files and them
cd into /usr/ports/lang/php4/ and issue the
make -DWITH_MHASH install clean  command?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

I mean this Makefile

# Instructions on how to enable preferred extensions can be found in
the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
Well,

Actually i do, i pasted this from the Makefile,
If i state it correctly, it says that you need to use php4 in
/usr/ports/lang/php4,
if you want to use other extentions, indeed implying that you need to use
that instead
of mod_php for things you want to do,

But i am not sure if there are other options are available :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: JJB [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:26
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Are you saying there is no way to tell the mod_php
package install to use mhash?

That I have to delete the mod_pgp package and cvsup
the mod_php port config files and them
cd into /usr/ports/lang/php4/ and issue the
make -DWITH_MHASH install clean  command?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

I mean this Makefile

# Instructions on how to enable preferred extensions can be found in
the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Where to find apache PHP script mhash function

2004-02-28 Thread fbsd_user
SO you are saying that this /usr/ports/lang/php4  is an replacement
for mod_php?
That it does everything mod_php does plus the extensions can be
added.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:30 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

Well,

Actually i do, i pasted this from the Makefile,
If i state it correctly, it says that you need to use php4 in
/usr/ports/lang/php4,
if you want to use other extentions, indeed implying that you need
to use
that instead
of mod_php for things you want to do,

But i am not sure if there are other options are available :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: JJB [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:26
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Are you saying there is no way to tell the mod_php
package install to use mhash?

That I have to delete the mod_pgp package and cvsup
the mod_php port config files and them
cd into /usr/ports/lang/php4/ and issue the
make -DWITH_MHASH install clean  command?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

I mean this Makefile

# Instructions on how to enable preferred extensions can be found in
the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Where to find apache PHP script mhash function

2004-02-28 Thread Remko Lodder
In my opinion yes,

i use the lang/php4 version myself and i have well configured php settings
into my webserver.

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 22:41
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


SO you are saying that this /usr/ports/lang/php4  is an replacement
for mod_php?
That it does everything mod_php does plus the extensions can be
added.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:30 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

Well,

Actually i do, i pasted this from the Makefile,
If i state it correctly, it says that you need to use php4 in
/usr/ports/lang/php4,
if you want to use other extentions, indeed implying that you need
to use
that instead
of mod_php for things you want to do,

But i am not sure if there are other options are available :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: JJB [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:26
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Are you saying there is no way to tell the mod_php
package install to use mhash?

That I have to delete the mod_pgp package and cvsup
the mod_php port config files and them
cd into /usr/ports/lang/php4/ and issue the
make -DWITH_MHASH install clean  command?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Remko
Lodder
Sent: Saturday, February 28, 2004 4:15 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

I mean this Makefile

# Instructions on how to enable preferred extensions can be found in
the
# Makefile of the master port (lang/php4).
current directory was /usr/ports/www/mod_php4

in /usr/ports/lang/php4/Makefile

snip
.if defined(WITH_MHASH)
LIB_DEPENDS+=   mhash.2:${PORTSDIR}/security/mhash
CONFIGURE_ARGS+=--with-mhash=${LOCALBASE}
.endif
/snip

There it is instructed to use mhash in php,

(make -DWITH_MHASH) is what i always use :)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: fbsd_user [mailto:[EMAIL PROTECTED]
Verzonden: zaterdag 28 februari 2004 22:03
Aan: Remko Lodder; [EMAIL PROTECTED] ORG
Onderwerp: RE: Where to find apache PHP script mhash function


Thanks

I installed the package mhash just now and I had installed the
package version of mod_php.

What makefile are you talking about to get mod_php to use mhash?


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 3:44 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] ORG
Subject: RE: Where to find apache PHP script mhash function

mhash can be found in the ports : /usr/ports/security/mhash
also typing mhash in google gave as first hit the homepage of the
mhash.

After installing mhash you need to configure mod_php to use it,
checkout the
makefile
for more information.

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] fbsd_user
Verzonden: zaterdag 28 februari 2004 21:22
Aan: [EMAIL PROTECTED] ORG
Onderwerp: Where to find apache PHP script mhash function


Have mod_php installed on apache but it does not have the mhash
extension function.

Where can I find it?

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED

Re: Where to find apache PHP script mhash function

2004-02-28 Thread Mike Maltese
 SO you are saying that this /usr/ports/lang/php4  is an replacement
 for mod_php?
 That it does everything mod_php does plus the extensions can be
 added.

lang/php4 is a master port. You can read lang/php4/Makefile to see what make
definitions that are available (like -DWITH_MHASH). I wouldn't recommend
trying to build mod_php4 in lang/php4 because it sounds like you're confused
already. Just go to www/mod_php4 and do a make -DWITH_MHASH (+ whatever
other features you want) install. Really though, I don't see why you don't
just use the ncurses menu.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where to find apache PHP script mhash function {RTFM answer}

2004-02-28 Thread Kevin D. Kinsey, DaleCo, S.P.
fbsd_user wrote:

Have mod_php installed on apache but it does not have the mhash
extension function.
Where can I find it?

Thanks
 

www.php.net/mhash

Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]