dpowt82802 2018-08-20 04:14
浏览 61
已采纳

经常使用的术语“PHP二进制”实际上意味着什么?

I'm using Windows 10 Home Single Language 64-bit Operating System on my laptop.

I've installed the latest version of XAMPP on my laptop.

This has installed PHP 7.2.8 and Apache/2.4.34 (Win32) OpenSSL/1.1.0h PHP/7.2.8 on my laptop.

I come across following sentence from PHP Manual Page :

PHP can be used on all major operating systems, including Linux, many Unix variants (including HP-UX, Solaris and OpenBSD), Microsoft Windows, macOS, RISC OS, and probably others. PHP also has support for most of the web servers today. This includes Apache, IIS, and many others. And this includes any web server that can utilize the FastCGI PHP binary, like lighttpd and nginx.

From the above text I didn't get the exact meaning of the term "PHP binary". This peculiar term is used very frequently at many places in the PHP Manual but nowhere the actual meaning of "PHP binary" has been given.

I googled it for the meaning and I come to know about the 'predefined constant' PHP_BINARY.

So, I tried to execute the below code in hope to clear my doubt over the actual meaning of the frequently used term "PHP binary" and checked the output in my web browser:

<?php
  echo PHP_BINARY;
?>

Surprisingly, I got the below output :

C:\xampp\apache\bin\httpd.exe

I got surprised to see this output because in output I got complete address of the Apache file httpd.exe. I was expecting to get something about PHP but I got Apache file's address. Why so?

So, what does ultimately mean is I still don't understand what does actually mean by the frequently used term "PHP binary"?

I still don't have any idea about what does actually mean by the very frequently used term "PHP binary"?

Someone, please clear my doubt about the frequently used term "PHP binary" in an easy to understand, simple and lucid language.

I'm waiting for your help.

  • 写回答

2条回答 默认 最新

  • dongmi19720408 2018-08-20 06:40
    关注

    The compiled version of any program is commonly referred to as it's "binary".

    PHP has multiple binaries for multiple purposes.

    • php.exe is used to run scripts locally in your Command Prompt;

    • php-cgi.exe is compliant with FastCGI protocol;

    • php7apache2_4.dll is PHP wrapped as an Apache 2.4 module;

    • And a few others too.

    In this case the docs are referring to php-cgi.exe

    The constant PHP_BINARY contains the path of the binary where PHP is currently executing from. Since XAMPP uses Apache, and Apache is most likely using PHP in it's Apache module form, it makes sense that httpd.exe is recognized as the binary, since it is loading php7apache2_4.dll.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 有没有整苹果智能分拣线上图像数据
  • ¥20 有没有人会这个东西的
  • ¥15 cfx考虑调整“enforce system memory limit”参数的设置
  • ¥30 航迹分离,航迹增强,误差分析
  • ¥15 Chrome Manifest扩展引用Ajax-hook库拦截请求失败
  • ¥15 用Ros中的Topic通讯方式控制小乌龟的速度,走矩形;编写订阅器代码
  • ¥15 LLM accuracy检测
  • ¥15 pycharm添加远程解释器报错
  • ¥15 如何让子窗口鼠标滚动独立,不要传递消息给主窗口
  • ¥15 如何能达到用ping0.cc检测成这样?如图