PHP5beta4: Problem using extensions or include path on Windows XP

php.internals

Erik Franzén

22 years ago
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?

Tobias Bradtke

22 years ago
Erik franzén wrote:
> 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
same for me..

Jani Taskinen

22 years ago
On Mon, 16 Feb 2004, Tobias Bradtke wrote:
>Erik franzén wrote: >> 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 > >same for me..
Both of you: Get the latest CVS snapshot of PHP 5. There was a bug in the beta that causes crashes in some cases. The bug is fixed in CVS now. --Jani

Erik Franzén

22 years ago
Jani Taskinen wrote:
> On Mon, 16 Feb 2004, Tobias Bradtke wrote: > > >>Erik franzén wrote: >> >>>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 >> >>same for me.. > > > Both of you: Get the latest CVS snapshot of PHP 5. > There was a bug in the beta that causes crashes in some cases. > The bug is fixed in CVS now. > > --Jani >
Is the fix applied in the current available snapshot (Win 32 package) from Feb 16, 2004 15:30 GMT? /Erik

Tobias Bradtke

22 years ago
> Is the fix applied in the current available snapshot (Win 32 package) > from Feb 16, 2004 15:30 GMT? >
that snapshot did not work for me, but http://snaps.php.net/win32/php5-win32-200402181130.zip does fine. and there is also another new snapshot on http://snaps.php.net/ webwurst

Erik Franzén

22 years ago
Tobias Bradtke wrote:
>>Is the fix applied in the current available snapshot (Win 32 package) >>from Feb 16, 2004 15:30 GMT? >> > > > that snapshot did not work for me, but > http://snaps.php.net/win32/php5-win32-200402181130.zip does fine. > and there is also another new snapshot on http://snaps.php.net/ > > webwurst
Just tried the latest snapshot from Feb 19, 2004 15:30 GMT and it is very unstable. I also tried the Fed 18, 2004 15:30 snapshot and it started yesterday, but not today after changing the include files path. Restored the old path, but it still won't start. /Erik

Erik Franzén

22 years ago
Apache (php5ts.dll) crashes during startup when I set the include path in php.ini include_path = ".;C:\php\PEAR\pear"