PHP头条
热点:

.NET平台上的PHP编译器thePHPLanguageCompilerfor.NETFramework


.NET平台上的PHP编译器 the PHP Language Compiler for .NET Framework

Phalanger,.NET平台上的PHP编译器。提供了.NET平台和PHP语言交流互动的实现。现在,您可用PHP撰写的类别使用在.NET应用程序里,或是在PHP的scripts中使用.NET的类别。

一些图片:

.NET平台下写PHP文档


(PHPNuke with SQL Server)性能对比.

不同平台下的性能对比:

执行效率对比

Latest News

  • 25 March 2005: phpBB bulletin board system running on this server and compiled by Phalanger, of course. An opportunity to discuss Phalanger issues with us right here. See notes on running phpBB on Phalanger.
  • 21 March 2005: Bug Fix has been released (see details).
  • 1 March 2005: Phalanger version 1.0 Beta 2 with many new features has been released and is available for download.
  • 1 March 2005: Licensing policy has been changed. Phalanger is free even for comercial purposes from now on.
  • 28 February 2005: New sample applications are available for on-line testing and/or download.
  • 28 February 2005: We've benchmarked PHP-Nuke web application on Beta 2 and got rapid performance improvement (see the comparison).

Introduction

The Phalanger is a complex solution giving web-application developers the ability to benefit from both the ease-of-use and effectiveness of the PHP language and the power and richness of the .NET platform. This solution enables developers to painlessly deploy and run existing PHP code on an ASP.NET web server and develop cross-platform extensions to such code taking profit from the best from both sides. Compatible with PHP 5.0, the object model in Phalanger enables to combine PHP objects with the .NET ones. It is possible to use a class written in PHP from a .NET application or even to import a .NET class (written for example in C# or Visual Basic .NET) into PHP scripts provided that this class respects the PHP object model implemented in the Phalanger. The Phalanger is the only existing PHP compiler which produces .NET Framework MSIL bytecode.

From another point of view, Phalanger provides the .NET programmers with the giant amount of practical PHP functions and data structures - many of them reimplemented in the managed environment of the .NET Framework. The whole Phalanger class library (including functions implemented in the PHP extensions) is accessible to a .NET programmer regardless to her favorite programming language together with type information and in-library debugging.

For last but not the least, compilation of PHP scripts gives yet more power to the existing web applications in the Phalanger environment. All the static (run-time immutable) code in the scripts gets parsed and compiled only once and all following accesses to a page benefit from the unleashed execution of the native compilation of the script. Yet the usage of Phalanger is not limited to web applications. The compiler supports output of standalone executables or dynamic link libraries enabling you to create managed PHP console applications or library modules reusable from any other .NET Framework application.

www.phpzy.comtrue/phpyy/8565.htmlTechArticle.NET平台上的PHP编译器thePHPLanguageCompilerfor.NETFramework .NET平台上的PHP编译器 the PHP Language Compiler for .NET Framework Phalanger,.NET平台上的PHP编译器。提供了.NET平台和PHP语言交流互动的实现。现...

相关文章

相关频道:

PHP之友评论

今天推荐