Ninjakreborn Posted January 16, 2007 Share Posted January 16, 2007 I have installed a wamp server not too long ago. I was wondering, what basic extensions php comes compiled with, with wamps auto-installed. Is there a way to install additional module's, (extensions), or whatever when you run it's auto-install. For instance the gd library, the mcrypt library, is there a way to get all of those installed with it, Quote Link to comment Share on other sites More sharing options...
ober Posted January 16, 2007 Share Posted January 16, 2007 .... you could look in the php.ini file. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted January 16, 2007 Author Share Posted January 16, 2007 Yes, I did I know which one it comes compiled with. What I was wondering is how to get more with it. Since www.wampserver.com does an auto-install, is there a way to choose what you want it compiled with. For instance it doesn't come with curl, or gdlibrary, or mcrypt. I like all of those, is there a way to do that. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted January 16, 2007 Share Posted January 16, 2007 Just download them here: http://pecl4win.php.net/Not necessary to compile them on Windows as it is already done it for you. The ones that normally come with PHP when you download would be in subdirectory of the PHP install directory. Put them in your extension dir (specified in php.ini) and add them using [tt]extension=php_blabla.dll[/tt]Also, you can't just say you installed a WAMP and then expect to get an answer that fits your setup. WAMP is just short for a server running: [u]W[/u]indows, [u]A[/u]pache, [u]M[/u]ySQL and [u]P[/u]HPIt's also called a WAMP if you setup all things manually, so saying stuff like "WAMP's auto-installed" doesn't make much sense (at least not to me), and that also makes me unable to know what extensions there is by default as some pre-packaged WAMP distribution may differ from what comes with the standard PHP download.Edit: I didn't notice that you posted again, so some things might be answered even though I say I couldn't know. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted January 16, 2007 Author Share Posted January 16, 2007 http://pecl4win.php.net/index.phpI am about to have a lot of fun.I am going to be installing and playing with extensions on my server for the next 4-5 day's. Is it possible to get all extensions on that url (all of the libraries), all at once on one server, to learn and play with. I am really looking forward to upgrading to a dedicated server, ands etting up my own php, I will be playing with a lot of those. I can't wait. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted January 16, 2007 Share Posted January 16, 2007 http://pecl4win.php.net/branch.php - Click "All (zip)" for your specific version. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted January 16, 2007 Share Posted January 16, 2007 Forgot to mention that there is also http://pecl.php.net, but they aren't compiled. 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.