ANN: PHP4Delphi v6.2 released
- From: Serhiy Perevoznyk <s.perevoznyk@xxxxxxxxx>
- Date: Mon, 27 Feb 2006 22:39:05 +0100
PHP4Delphi v6.2 is now available.
PHP4Delphi is a Delphi interface to PHP for Delphi 5, 6, 7, Delphi 2005 and Delphi 2006.
PHP4Delphi consists of 3 big subprojects:
1. PHP scripting (using php as a scripting language in Delphi applications)
PHP4Delphi allows to execute the PHP scripts within the Delphi program
using TpsvPHP component directly without a WebServer. TpsvPHP is not a
component for server-side development. It is a scripting for
applications (like VBA for Office). It is a PHP extension that enables
you to write client-side GUI applications. 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. It is
intended for creating standalone GUI applications.
With php4Delphi you can use Delphi forms instead of web-forms, pass
parameters to script directly, without using GET and POST methods.
2. PHP extensions development framework (using Delphi to extend PHP
functionality)
Visual Development Framework gives possibility to create 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.
3. PHP4Applications (integrate PHP in any application)
Supports C, C++, Visual Basic, VBA, C#, Delphi .NET, etc.
Features:
* Compatible with PHP 4 and PHP 5 (including PHP 5.1.2)
* PHP API and ZEND (ZEND II) API converted from C to Delphi
* Native Delphi components
* phpLibrary component which allows to add new build-in PHP functions to
psvPHP component
* phpClass component to create PHP classes using Delphi
Full source code of PHP4Delphi can be obtained from
http://users.chello.be/ws36637
PHP4Delphi forum
http://sourceforge.net/forum/forum.php?forum_id=324242
--
Serhiy Perevoznyk
.
- Prev by Date: Re: Infopower 4000
- Next by Date: Re: Recording demo to video
- Previous by thread: TQuery progress callbacks
- Next by thread: ANN: LMD-Tools 7.04 for Win32 and VCL.NET (Freeware + commercial releases)
- Index(es):
Relevant Pages
|