jackypeh Posted October 10, 2007 Share Posted October 10, 2007 Hi all, Is there anybody know how to configure the php and apache in windows xp. I want to enabled some support in the php, but dont know how to do it in localhost. For example, i want enabled this --with-gdbm[=DIR]. , how to do it in the localhost for window xp? Thanks Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 10, 2007 Share Posted October 10, 2007 In order to do that you have to recompile PHP. On Windows you don't/should not need to recompile PHP. PHP is already compiled. In order to enable extra libraries you just need to enable either an extension/or an setting within the php.ini. Quote Link to comment Share on other sites More sharing options...
jackypeh Posted October 11, 2007 Author Share Posted October 11, 2007 In order to do that you have to recompile PHP. On Windows you don't/should not need to recompile PHP. PHP is already compiled. In order to enable extra libraries you just need to enable either an extension/or an setting within the php.ini. can show the example for enabled extra library in php.ini? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 11, 2007 Share Posted October 11, 2007 What is gdbm? I can't seem to find any info about this on php.net. Quote Link to comment Share on other sites More sharing options...
jackypeh Posted October 12, 2007 Author Share Posted October 12, 2007 What is gdbm? I can't seem to find any info about this on php.net. You can refer this link http://us.php.net/dba , Table 47. List of DBA handlers , i want to enable the gdbm support in php.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.