I am trying to get PHP5beta4 work on my Win XP Pro machine as a module
in apache 1.3.29.
When I am starting apache I am getting an error saying that php5ts.dll
has crashed.
This happens when:
a) When I enable any extension in php.ini
b) When I insert a include path i php.ini
Path to the php5b4 install: C:\php\php5b4
From http.conf, (just under the AddModule section):
LoadModule php5_module C:/php/php5b4/php5apache.dll
From php.ini
extension_dir = "C:/php/php5b4/ext"
include_path = ".;C:\php\PEAR\pear;C:\php\Smarty-2.5.0\libs"
..
extension=php_gd2.dll
Any suggestions?