Selasa, 05 November 2024

How To Check curl Version

Requirement:

  • you need to have XAMPP or Apache and PHP installed and configured first, in this example: XAMPP 5.6.30 ( Apache 2.4.25 and PHP 5.6.30 )
  • you need to have curl.exe and libcurl.dll is installed and enabled first.
  1. Open Command Prompt, to learn How To Launch Command Prompt >
  2. Go to XAMPP path, in this example D:\softRun\xampp-5.6.30\apache\bin\
    1. type D:, press Enter on keyboard.
    2. type cd softRun\xampp-5.6.30\apache\bin, press Enter on keyboard.
  3. type curl --version, press Enter on keyboard.


  4. type cd .., press Enter on keyboard.
  5. type cd .., press Enter on keyboard.
  6. type cd php, press Enter on keyboard.
  7. type php -r print_r(curl_version()); then press Enter on keyboard.

Notes: 

  • Type only font in monospace in command prompt, e.g. curl --version.
  • To see the more clear screenshot, click on the picture.

Related Post

Post About Database

Tidak ada komentar:

Posting Komentar

Various Other Posts