I think PHP4Delphi 6.2 can be compiled with Delphi 2007 without problems. Anyway you can wait for version 7.0 that will be available soon and it's Delphi 2007 ready
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Will PHP4Delphi 6.2 work in Delphi 2007?
Are there any mods to the php.inc file required?
Thanks.
You have to add to php.inc following lines:
{$IFDEF VERSION10}
{$IFNDEF VER180}
{$DEFINE VERSION11} {Delphi 2007}
{$ENDIF}
{$ENDIF}
I think PHP4Delphi 6.2 can be compiled with Delphi 2007 without problems. Anyway you can wait for version 7.0 that will be available soon and it's Delphi 2007 ready