Php4delphi
PHP4Delphi is a visual development software framework for creating custom PHP extensions using Delphi. PHP extension, in the most basic terms, is a set of instructions that is designed to add functions to PHP.
Overview
- PHP4Delphi provides 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 functions to PHP.
- PHP4Delphi also allows executing the PHP scripts within a Delphi program directly from file or memory. Global variables can be read, write, and result values set.
- PHP4Delphi allows embedding the PHP interpreter into a Delphi application to extend and customize the application without needing to recompile it.