Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 007b970

Browse files
author
Andrew Zenin
committed
Small changes
1 parent a94056c commit 007b970

File tree

9 files changed

+89
-7
lines changed

9 files changed

+89
-7
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
package php4DelphiR2010;
2+
3+
{$R *.res}
4+
{$R 'php4delphi.dcr'}
5+
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
6+
{$ALIGN 8}
7+
{$ASSERTIONS ON}
8+
{$BOOLEVAL OFF}
9+
{$DEBUGINFO ON}
10+
{$EXTENDEDSYNTAX ON}
11+
{$IMPORTEDDATA ON}
12+
{$IOCHECKS ON}
13+
{$LOCALSYMBOLS ON}
14+
{$LONGSTRINGS ON}
15+
{$OPENSTRINGS ON}
16+
{$OPTIMIZATION OFF}
17+
{$OVERFLOWCHECKS OFF}
18+
{$RANGECHECKS OFF}
19+
{$REFERENCEINFO ON}
20+
{$SAFEDIVIDE OFF}
21+
{$STACKFRAMES ON}
22+
{$TYPEDADDRESS OFF}
23+
{$VARSTRINGCHECKS ON}
24+
{$WRITEABLECONST OFF}
25+
{$MINENUMSIZE 1}
26+
{$IMAGEBASE 400000ドル}
27+
{$DEFINE DEBUG}
28+
{$ENDIF IMPLICITBUILDING}
29+
{$DESCRIPTION 'php4Delphi (run-rime)'}
30+
{$RUNONLY}
31+
{$IMPLICITBUILD OFF}
32+
33+
requires
34+
rtl,
35+
vcl;
36+
37+
contains
38+
ZENDAPI in 'ZENDAPI.pas',
39+
DelphiFunctions in 'DelphiFunctions.pas',
40+
php4delphi in 'php4delphi.pas',
41+
PHPAPI in 'PHPAPI.pas',
42+
phpModules in 'phpModules.pas',
43+
PHPLibrary in 'PHPLibrary.pas',
44+
PHPFunctions in 'PHPFunctions.pas',
45+
PHPTypes in 'PHPTypes.pas',
46+
ZENDTypes in 'ZENDTypes.pas',
47+
phpClass in 'phpClass.pas',
48+
PHPCommon in 'PHPCommon.pas';
49+
50+
end.

‎Source/Demos Delphi 2009 (WideString support)/Extensions/Delphi Class 2/delphi_class2.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{ http://users.telenet.be/ws36637 }
88
{*******************************************************}
99

10-
{$I php.inc}
10+
{$I PHP.INC}
1111

1212
library delphi_class2;
1313

‎Source/Demos Delphi 2009 (WideString support)/Extensions/skeleton/skeleton.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
{ $Id: skeleton.dpr,v 7.4 10/2009 delphi32 Exp $ }
1111

12-
{$I php.inc}
12+
{$I PHP.INC}
1313

1414
library skeleton;
1515

‎Source/Demos/Delphi4PHP/DesignIDE/d4pide.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{ http://users.chello.be/ws36637 }
88
{*******************************************************}
99

10-
{$I php.inc}
10+
{$I PHP.INC}
1111

1212
library d4pide;
1313

‎Source/Demos/Extensions/Delphi Class 2/delphi_class2.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{ http://users.chello.be/ws36637 }
88
{*******************************************************}
99

10-
{$I php.inc}
10+
{$I PHP.INC}
1111

1212
library delphi_class2;
1313

‎Source/Demos/Extensions/skeleton/skeleton.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{ $Id: skeleton.dpr,v 7.4 10/2009 delphi32 Exp $ }
1212

13-
{$I php.inc}
13+
{$I PHP.INC}
1414

1515
library skeleton;
1616

‎Source/PHPProjectWizard.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{$I PHP.INC}
1111

1212
{ $Id: PHPProjectWizard.pas,v 7.4 10/2009 delphi32 Exp $ }
13-
{$I PHP.inc}
13+
1414
unit PHPProjectWizard;
1515

1616
interface

‎Source/ZendTypes.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{ serge_perevoznyk@hotmail.com }
88
{ http://users.telenet.be/ws36637 }
99
{*******************************************************}
10-
{$I PHP.inc}
10+
{$I PHP.INC}
1111

1212
{ $Id: ZendTypes.pas,v 7.4 10/2009 delphi32 Exp $ }
1313

‎Source/php4DelphiR2010.lpk

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CONFIG>
3+
<Package Version="4">
4+
<PathDelim Value="\"/>
5+
<Name Value="php4DelphiR2010"/>
6+
<Type Value="RunAndDesignTime"/>
7+
<CompilerOptions>
8+
<Version Value="11"/>
9+
<PathDelim Value="\"/>
10+
<SearchPaths>
11+
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
12+
</SearchPaths>
13+
<Parsing>
14+
<SyntaxOptions>
15+
<SyntaxMode Value="delphi"/>
16+
</SyntaxOptions>
17+
</Parsing>
18+
</CompilerOptions>
19+
<RequiredPkgs Count="1">
20+
<Item1>
21+
<PackageName Value="LCL"/>
22+
</Item1>
23+
</RequiredPkgs>
24+
<UsageOptions>
25+
<UnitPath Value="$(PkgOutDir)"/>
26+
</UsageOptions>
27+
<PublishOptions>
28+
<Version Value="2"/>
29+
<UseFileFilters Value="True"/>
30+
</PublishOptions>
31+
</Package>
32+
</CONFIG>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /