Skip to content

Commit 0d54796

Browse files
author
Andrew Zenin
committed
Some updates
1 parent fa02134 commit 0d54796

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Source/php4DelphiR2010.stat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Stats]
2-
EditorSecs=2911
2+
EditorSecs=2805
33
DesignerSecs=1
44
InspectorSecs=3
55
CompileSecs=63757
6-
OtherSecs=325
6+
OtherSecs=299
77
StartTime=29.07.4016 22:02:01
88
RealKeys=0
99
EffectiveKeys=0

Source/php4delphi.pas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ interface
4040
PHPCommon, WinApi.WinSock,
4141
ZendTypes, PHPTypes, PHPAPI, ZENDAPI,
4242
DelphiFunctions, phpFunctions, strUtils, varUtils,
43+
{$IFDEF soulengine_build} VCL.Dialogs, {$ENDIF}
4344
System.UITypes;
4445

4546
type
@@ -924,6 +925,7 @@ function php_delphi_log_message(msg : Pchar) : integer; cdecl;
924925
MessageBox(0, msg, 'PHP4Delphi', MB_OK);
925926
result := 0;
926927
end;
928+
{$ENDIF}
927929
{ Request sender/dispatcher }
928930

929931
{$IFDEF PHP510}
@@ -961,7 +963,6 @@ procedure DispatchRequest(ht : integer; return_value : pzval; this_ptr : pzval;
961963
end;
962964
end;
963965

964-
{$ENDIF}
965966
{ TpsvCustomPHP }
966967

967968
constructor TpsvCustomPHP.Create(AOwner: TComponent);

php4delphi.chw

17.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)