Re: php4 attempting to find php5ts.dll
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sat, 28 Jun 2008 14:58:05 -0400
jmark wrote:
I am currently running php 4.4.7 in windows xp and apache 2.
If I enter php in command line. I get the following error
The application has failed to start because php5ts.dll was not found"
I have installed both php5 and php 4.4.7 but I am not running php5 as
I have all the entries in httpd.conf related to php5 commented out. I
also do not have anything pointing to php5 in my environment path
if I type
php -i
I see the information
Configuration File (php.ini) Path C:\PHP4\php.ini
in the C:\PHP4\php.ini file I have
extension_dir = "C:/php4/extensions"
php -i and php -v reports I am running 4.4.7 after generating the
error message above.
So why is the command line php trying to access php5ts.dll?
Thanks
Because you're missing something - someplace. It's hard to tell exactly what, though. It could be a configuration option, an environment variable which loads the PHP5 dll's instead of the PHP 4 ones, or even a PHP 4 file which was overlaid by a PHP 5 file.
I wish I could be more specific - but it's really impossible with the lack of information you supplied.
You just need to go back and double check EVERYTHING. Something's amiss! :-)
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: php4 attempting to find php5ts.dll
- From: jmark
- Re: php4 attempting to find php5ts.dll
- References:
- php4 attempting to find php5ts.dll
- From: jmark
- php4 attempting to find php5ts.dll
- Prev by Date: what does two semicolns ';;' do
- Next by Date: Re: what does two semicolns ';;' do
- Previous by thread: php4 attempting to find php5ts.dll
- Next by thread: Re: php4 attempting to find php5ts.dll
- Index(es):
Relevant Pages
|