Menu

Delphi 2007

2007-06-08
2013-04-22
  • Nobody/Anonymous

    Will PHP4Delphi 6.2 work in Delphi 2007?

    Are there any mods to the php.inc file required?

    Thanks.

     
    • Serhiy Perevoznyk

      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

       

Log in to post a comment.