rdx3927 - 2010-06-21

Using PHP 5.3.2 + Apache 2.2.15 + php4Delphi v7.2:

I cannot load any php4Delphi extensions when running PHP 5.3.2 and Apache 2.2.15. 
I'm using php5ts.dll v5.3.2 and I have modified the PHP.inc to specify

{$DEFINE PHP5}, 
{$DEFINE PHP530},
{$DEFINE COMPILER_VC6}. 

Apache crashes during startup.  No problems loading native PHP extensions in this environment, but when I include any php4Delphi extension (even the demos) Apache crashes. 

I'm testing with the demo extension phpDLL.dll.

Any suggestions?