如何在 Windows 上查看 XAMPP 的版本?

新手上路,请多包涵

在 Linux 中,它很简单。我只需输入 /opt/lampp/lampp status ,它就会告诉我有关 XAMPP 版本的信息。

 Version: XAMPP for Linux 5.6.35-0
Apache is running.
MySQL is running.
ProFTPD is running.

Windows 上 XAMPP 的等效命令是什么?

原文由 AlexScalar 发布,翻译遵循 CC BY-SA 4.0 许可协议

阅读 2.2k
1 个回答

Xampp 包的版本也在 properties.ini 文件中,而不仅仅是在自述文件中。

内容 属性.ini

 C:\xampp>type properties.ini
type properties.ini
[General]
installdir=C:\xampp
base_stack_name=XAMPP
base_stack_key=
base_stack_version=7.3.23-0
base_stack_platform=windows-x64
...

内容 readme_en.txt

 C:\xampp>type readme_en.txt
###### ApacheFriends XAMPP Version 7.3.23 ######

Important! PHP in this package needs the Microsoft Visual C++ 2015 Redistributable package from
http://www.microsoft.com/en-us/download/. Please ensure that the VC++ 2015 runtime
libraries are installed on your system.

  + Apache 2.4.46
  + MariaDB 10.4.14
  + PHP 7.3.23 (VC15 X86 64bit thread safe) + PEAR
  + phpMyAdmin 5.0.3
  + OpenSSL 1.1.0g
  + ADOdb 518a
  + Mercury Mail Transport System v4.63 (not included in the portable version)
  + FileZilla FTP Server 0.9.41 (not included in the portable version)
  + Webalizer 2.23-04 (not included in the portable version)
  + Strawberry Perl 5.32.0.1 Portable
  + Tomcat 7.0.106
  + XAMPP Control Panel Version 3.2.4.
  + XAMPP mailToDisk 1.0 (write emails via PHP on local disk in <xampp>\mailoutput. Activated in the php.ini as mail default.)
...

原文由 k1000 发布,翻译遵循 CC BY-SA 4.0 许可协议

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题