
NOTE

Whereever you load php5apache.dll from, php5apache.dll also
needs the php5ts.dll also included in the php distribution.
php5apache.dll depends on php5ts.dll which is loaded as soon as
Apache loads php5apache.dll. If php5ts.dll can't be found, you
usually get an error like (also see the "Problems?" section at
the end of the file):
Cannot load c:/php/php5apache.dll into server
So where does php5ts.dll has to be to be properly loaded ?
php5ts.dll is searched in the following order:
1) in the directory where apache.exe is start from
2) in the directory where php5apache.dll is loaded from
3) in your %SYSTEMROOT%\System32, %SYSTEMROOT%\system and
%SYSTEMROOT% directory.
Note: %SYSTEMROOT%\System32 only applies to Windows NT/2000/XP)
4) in your whole %PATH%
Note: What is %SYSTEMROOT% ? Depending on your Windows
installation this may be for example c:\winnt or C:\windows
Usually you would just copy it over to %SYSTEMROOT%\System32.
But if you want to have multiple php installations (for
whatever reason) this is a bad idea. For this circumstance the
safest thing is to let php5ts.dll reside in the same directory
where php5apache.dll is loaded from (see point 2 above).
może o to chodzi? co prawda mowa jest o pliku php5apache.dll (czyli bez dwójki), ale to raczej bez znaczenia