Heim  >  Artikel  >  Backend-Entwicklung  >  PHP引擎的源代码在什么地方?该如何处理

PHP引擎的源代码在什么地方?该如何处理

WBOY
WBOYOriginal
2016-06-13 11:49:05841Durchsuche

PHP引擎的源代码在什么地方?
这个问题有人知道吗?就是php.exe或者php-win.exe或者php5apache2_2.dll的源代码。官方公开吗?
------解决方案--------------------
php一直都是开源的,C开发的。参见:git.php.net
------解决方案--------------------
你下载源码包就可以看到
不过 php for window 的核心代码在 lib 中,你能看到的都是对他的调用
------解决方案--------------------
http://www.php.net/downloads.php

比如 沿 Windows 5.4.19 binaries and source 进入,就有有
Download source code [20.86MB]
之类的链接
------解决方案--------------------
php的核心是zend都在php下面的Zend目录

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn