future_man Posted December 22, 2007 Share Posted December 22, 2007 Hi, I'm looking for recommendations for a good, cheap, shared server that supports user's custom PHP modules/extensions. I have a custom PHP module that I can compile for whatever version of PHP the server is running and upload it preferably to a local dir on my account and point to it in the extension_dir path in a custom php.ini. I was pretty close to getting this to work on one of the more popular shared hosts, but the version of PHP there was compiled with shared extensions and I couldn't get the extension_dir to look in both places (I don't think this is possible?). Since they wouldn't move my custom module into the shared dir, I was SOL. I also tried copying the shared modules into my local dir with the custom module, but that caused other problems. Any recommendations? The person who wrote the custom module said that he has it running on a shared server and the extension_dir set to './' in the php.ini. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/82773-shared-hosting-recommendations-for-custom-modulesextensions/ 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.