answersLogoWhite

0

On Linux you probably already have all or most of the needed tools, so you just run, configure, make, and make install. If it is your first time, you may need to install additional libraries and tweak the configuration. On Windows, you need to install Microsoft Visual C++ with some additional steps explained in the link I am adding as a reference.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Will PHP code developed on Windows work on an Apache server on Linux?

Generally speaking, yes. There are certain extensions to PHP one could install on Windows that would provide functions that aren't present on Linux.


You have Linux server with PHP MySQL running on it can you shift entire setup on Windows since there are speed related issue on Linux server?

yes you can if you have the same php and mysql version on the windows machine just take a copy of the files and do a mysql db backup and move it. but if your haveing speed issues with Linux youll get worse on windows. yes you can if you have the same php and mysql version on the windows machine just take a copy of the files and do a mysql db backup and move it. but if your haveing speed issues with Linux youll get worse on windows.


How i can begin php in Linux?

PHP on windows runs using the WAMP Server while on Linux it runs using the LAMP Server. Try getting a LAMP Server from a search engine


Is PHP better on Windows or Linux?

PHP with Linux is completely different, since everything is free (Linux, Apache, Mysql, FileZila, PHP, etc.). Linux is also way more stable for production use, since it's regularly updated (at least once a months, for certain distribution). Remember, the Internet runs on Linux, mostly CentOS and RedHat.However, windows is way more compatible with everyday applications. The best would be to have a development computer running Linux (buy an old, use computer, install Linux on it), and have an everyday Windows computer.


Can you run PHP on Linux?

Yes. Many popular websites run PHP on Linux.


What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.


How do you run php?

Easiest way would be to download a full package preferably xampp, wamp for windows, lampp or lamp for linux and mamp for macintosh. Then run php through localhost


What is a good server for PHP language?

The best server yet for php serving is Apache, as PHP and Apache work closely together. The MySQL community database is a good server for PHP applications, this is why we talk about w/xamp servers, Windows/Linux Apache MySQL PHP servers.


Is PHP runable in Linux?

PHP can run on any major operating system just like java as long as you have an interpreter. Try installing a LAMP (Linux, Apache, MySQL, PHP) server & you should be able to run php on your pc/server. There are some IDE's which would allow php development on linux os


Is ASP.NET or PHP better for building WEB 2.0 applications?

PHP is more universal since it can run on Windows, Linux, Unix, etc. ASP.net must run on a Windows web server (specifically IIS). You can use Mono on Linux and other platforms to develop and run .NET applications, but PHP is still more universal. You also have better chances of finding open source extensions and code for specific purposes for PHP. With ASP.net you will probably need to pay for some commercial components.


Can you run PHP and MySQL on Linux?

Yes.


How do you find the PHP version in Linux?

In terminal use the following command. php -ver