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 Link to comment https://forums.phpfreaks.com/topic/72558-php-configuration-in-window-xp/ 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. Link to comment https://forums.phpfreaks.com/topic/72558-php-configuration-in-window-xp/#findComment-366412 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? Link to comment https://forums.phpfreaks.com/topic/72558-php-configuration-in-window-xp/#findComment-366684 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. Link to comment https://forums.phpfreaks.com/topic/72558-php-configuration-in-window-xp/#findComment-367234 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.. Link to comment https://forums.phpfreaks.com/topic/72558-php-configuration-in-window-xp/#findComment-367511 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.