About 671,000 results
Open links in new tab
  1. How to get the PHP Version? - Stack Overflow

    Is there a way to check the version of PHP that executed a particular script from within that script? So for example, the following snippet $version = way_to_get_version (); print $version; would p...

  2. Find PHP version on windows command line - Stack Overflow

    Mar 20, 2013 · I just tried to know version of my PHP from windows command typing, C:\\> php -v But it is not working. It says php is not recognized as internal or external command.

  3. How to know the version of PHP is used on xampp?

    Mar 24, 2018 · 1 Go to xampp control panel start the apache and mysql and click the admin besides the MySQL. After phpmyadmin page open, there you can see php version, Apache version and MySQL …

  4. linux - How to check if there are multiple versions of PHP installed on ...

    Feb 4, 2015 · How to know if I have both php5.3 and php5.5 installed in my system? How to delete php5.3 if it is there and configuring Apache2 to work with php5.5?

  5. How can I find the version of php that is running on a distinct domain ...

    Sometimes, PHP will emit a X-Powered-By: response header which you can look at e.g. using Firebug. If this setting (controlled by the ini setting expose_php) is turned off (it often is), there is no way to tell …

  6. How to check if PHP-FPM is running properly? - Stack Overflow

    The documentation on php fpm website says that php fpm is part for coe php as of 5.3.3 I am running 5.3.10, how can i check that it is working correctly? I thought it was a service that ran on a ...

  7. How can I echo the version of the current Laravel version in php using ...

    Here is an easiest way to check it manually from the folder Go to project folder D:\xampp\htdocs\your-project-folder\vendor\laravel\framework\src\Illuminate\Foundation\Application.php const VERSION = …

  8. How to know Laravel version and where is it defined?

    The composer.json should be the real answer, you can tell which version it is without even having to have PHP installed in your system.

  9. PHP version compatibility check - Stack Overflow

    Jul 18, 2015 · Install the PHP version you want to test and run php -l file.php to test if the file passes the lint check. If PHP is unable to parse the file, it will tell you. In general, you should be aware of which …

  10. php - How to check XAMPP's version on Windows? - Stack Overflow

    May 11, 2018 · 6 My XAMPP version is 3.2.4 and you can find the version of your xampp at the top of its control panel. To check the version of xampp components: For Apache: Go to where you installed …