Page 1 of 1

Rebuild Lampp

PostPosted: 09. June 2003 11:41
by pt2002
Hello,

I would like to know how can I rebuild Lampp to use php sybase_* functions instead of mssql_* functions.
I have too much php code with sybase_* functions to connect to a Ms-Sql Server and I pretend to use Lampp but there are no such functions. Lampp is compiled to use mssql_* functions.

TIA

PostPosted: 09. June 2003 14:15
by Pc-dummy
Hi

You only must rebuild PHP.

lock at the phpinfo there you can find the the build commando, then download you the lampp-devel-xx and recompile php.

So long
Pc-Dummy

P.s.: Sorry for my bad english, it is very bad!

PostPosted: 26. March 2004 11:32
by cheng
hi Pc-dummy
But how to recompile PHP withxampp ?

Thanks
Cheng

PostPosted: 01. April 2004 12:34
by Pc-dummy
HI Cheng

create an new php-script with "phpinfo();" inside :)

Call it and u will find the configure command what was used to compile (X|L)ampp-php

Now check the documentation on php.net, at the position where u should use ./configure --? use the configure form phpinfo (maybe changed by u)

OK?

So long
Pc-Dummy

P.s.: sry, for the late answer and my very bad english