About 50 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 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 …

  4. PHP: How to check PHP version? - Stack Overflow

    Closed 5 years ago. Is there a chance to check PHP version during execution without system calls as exec() or system()? I think about sth like

  5. 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 …

  6. 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?

  7. 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 …

  8. Changing PHP version in WSL - Stack Overflow

    Sep 10, 2022 · I wanted a newer PHP version as my composer installs kept erroring on low PHP version. I downloaded, installed and set up PHP 8.1 so it's recognized in Windows when I check PHP …

  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. 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.