Jump to content

[SOLVED] How to determine the installation requirement of a PHP software


greenberry

Recommended Posts

Dear all,

 

Recently I'm developing a PHP software. I wonder how could I determine the installation requirement of the program, such as PHP version, the settings for the options of the PHP engine, the required PHP extensions, etc. Is there any package that I can run to examine my scripts and then automatically output a requirement list?

 

Thanks in advance, your help is very much appreciated!

 

 

Link to comment
Share on other sites

You can download WAMP (www.wamp-server.com) and install it. After that type in your Internet browser: localhost and you will get all the info about current install.

 

Good thing about new WAMP server 2 is that you can install any version of Apache, PHP and MySQL and use any of these versions just by clicking on them.

 

Try it, it's working fine for me.

Link to comment
Share on other sites

I'm developing it with a very well loaded environment. But when I distribute it, I'd like to know the minimum requirement. For example, I used a function "file_put_contents" whith is only available from PHP version 5. If I'd deploy the software on a server that has a PHP engine with a version lower than 5, I'll come up some extra code to make the software ok on the server. My question is, before I wrap up the software, and without having to manually inspect every function and/or feature I used, is it possible to easily determine the minumun requirement of my software.

 

Thanks,

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.