Questions tagged [php4delphi]

PHP4Delphi is a Visual Development Framework for creating custom PHP Extensions using Delphi.

2 questions
22
votes
2 answers

Interchanging data with zend (multidimensional arrays)

I'm embeding PHP in my app (writen in Delphi 2010), using PHP4Delphi component to interface with php5ts.dll. I guess my program acts as extension for the PHP (sapi module?) as it registers some functions and constants which can be used in PHP…
ain
  • 22,394
  • 3
  • 54
  • 74
5
votes
3 answers

Writing PHP extensions using Delphi 2010 and php4Delphi

Firstly this is about php4Delphi not RadPHP (formerly Delphi For PHP). Using Delphi 2010 PHP 5.3.6 (VC9, NTS) php4Delphi 7.2 (compiled with VC9 directive) Windows Server 2008 R2 IIS 7 When trying to run the php4Delphi delphi_math.dll example…
LachlanG
  • 4,047
  • 1
  • 23
  • 35