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
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?