-
Notifications
You must be signed in to change notification settings - Fork 16
/
php4App.dpr
43 lines (35 loc) · 907 Bytes
/
php4App.dpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{*******************************************************}
{ PHP4Applications }
{ }
{ Author: }
{ Serhiy Perevoznyk }
{ serge_perevoznyk@hotmail.com }
{ http://users.chello.be/ws36637 }
{*******************************************************}
{ $Id: php4App.dpr,v 6.2 02/2006 delphi32 Exp $ }
{$I PHP.INC}
library php4App;
uses
Windows,
Classes,
SysUtils,
ZendTypes,
PHPTypes,
ZendAPI,
PHPAPI,
php4AppUnit;
{$R *.RES}
exports
InitRequest,
DoneRequest,
ExecutePHP,
ExecuteCode,
RegisterVariable,
GetResultText,
GetVariable,
SaveToFile,
GetVariableSize,
GetResultBufferSize;
begin
InitEngine;
end.