Php4delphi
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Php4delphi" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Php4delphi|concern=not notable}} ~~~~ Timestamp: 20190611073330 07:33, 11 June 2019 (UTC) Administrators: delete |
Designed by | Serhiy Perevoznyk |
---|---|
Developer | Serhiy Perevoznyk |
First appeared | 2002 |
OS | Microsoft Windows |
License | PHP License |
Influenced by | |
PHP, Delphi |
PHP4Delphi is a Visual Development Framework for creating custom PHP Extensions using Delphi. PHP extension, in the most basic of terms, is a set of instructions that is designed to add functionality to PHP.
Overview
- PHP4Delphi provides Visual Development Framework for creating custom PHP Extensions using Delphi. PHP extension, in the most basic of terms, is a set of instructions that is designed to add functionality to PHP.
- PHP4Delphi also allows executing the PHP scripts within the Delphi program directly from file or memory. You can read and write global PHP variables and set the result value.
- PHP4Delphi allows you to embed the PHP interpreter into your Delphi application so you can extend and customize the application without having to recompile it.
Structure
PHP4Delphi is organized into the following subprojects:
PHP scripting
PHP4Delphi allows executing the PHP scripts within the Delphi program using TpsvPHP component directly without a Web server. It is a scripting for applications (like VBA for Microsoft Office) that enable you to write client-side GUI applications or server-side PHP support in case if you are developing PHP enabled web servers. One of the goals behind it was to prove that PHP is a capable general-purpose scripting language that is suited for more than just Web applications. With PHP4Delphi you can use Delphi forms instead of web-forms, pass parameters to script directly.
PHP extensions development framework
Visual Development Framework gives possibility to create custom PHP Extensions using Delphi.
PHP4Applications
PHP4Applications allows to integrate PHP in any application. Supports C#, C, C++, Visual Basic, VBA, Delphi, Delphi .NET, Visual Basic .NET, etc.