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 extension on the IIS/PHP server I see the following error in the C:\Windows\Temp\php-errors.log file.
[15-Jun-2011 17:58:42] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\PHP\ext\delphi_math.dll' - A dynamic link library (DLL) initialization routine failed. in Unknown on line 0
I've already resolved the initial issue of PHP not finding my extension so it's not a path style problem.
I'm thinking that php4Delphi 7.2 may not support the latest PHP 5.3.6. Has anyone got this configuration working for them?