answersLogoWhite

0

What is the recent PHP version?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

PHP5

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the recent PHP version?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

WHAT PHP 79.81?

The most recent version of PHP is 7.0.7 as of 2016-06-05, it has not quite yet gotten to version 79 or 7.9.


What is next version of PHP?

The next version is PHP 6.


Which is the latest stable version of PHP?

The lastest stable versions of PHP (as of March 3, 2012): PHP 5.4: Version 5.4.1 PHP 5.3: Version 5.3.11


What is the latest version of PHP?

As of 19 December 2017, the latest stable version of PHP is 7.2.0.


What is the old version php?

Any version released before the current stable release is considered an old version of PHP.


What is php plus plus?

PHP++ is an object-oriented version of the PHP programming language. ++ is used in programming to increment a variable by one so it means an improved version of PHP.


What is the difference between PHP4 and PHP5?

they are the same, but php 5 has improvements in design, security, and stablity. it is basically a new version. if you want more details just go to http://www.php.net and find the recent changes in php.


Which PHP version does Facebook use?

Facebook uses PHP 5.


What is the oldest version of php?

oldest version is 3


What is latest version in php?

Probably 5.4. In either case try the below method to get the version on your computer <?php echo phpversion(); ?>


How can I know what PHP version my site is running on?

Set up a PHP file and put the following in it. <?php phpinfo(); ?> Then run it on the server, it will have all the information you will need including what version you are running.


How do you find the PHP version in Linux?

In terminal use the following command. php -ver