You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Phil <ph...@salemhospital.org> on 2002/06/11 22:40:41 UTC

PHP Module

I want to recompile PHP with GNU MP functions, but it looks like my Apache 
server is using a PHP module. I'm not familiar with the modules and would 
like information on how to recompile the module with the extra functions. Can 
anyone help me with this?

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: PHP Module

Posted by RuneImp <ru...@imptech.net>.
If your running PHP as a DSO:

1) Download the source for the version of PHP your
going to use.
2) Review the PHP manual for the proper configure
command to add your new feature.
3) Copy the "Configure Command" info that is given
when you use phpinfo() and add the new command
to it what you got from the manual.
4) Go to the directory where the PHP source is.
5) Run your new "Configure Command".
6) make
7) make install
8) apachectl configtest
9) apachectl graceful

That should do ya. If you get any errors during any
of those steps figure out the problem & fix it before
going to the next step. Good luck.


-=- RuneImp
ImpTech - Web Design, Hosting & Computer Tech
http://imptech.net
rune@imptech.net


----- Original Message ----- 
From: "Phil" <ph...@salemhospital.org>
To: <us...@httpd.apache.org>
Sent: Tuesday, June 11, 2002 1:40 PM
Subject: PHP Module


I want to recompile PHP with GNU MP functions, but it looks like my Apache 
server is using a PHP module. I'm not familiar with the modules and would 
like information on how to recompile the module with the extra functions. Can 
anyone help me with this?

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org