Re: php4 attempting to find php5ts.dll
- From: jmark <jmark@xxxxxxxxxxxxxx>
- Date: Sat, 28 Jun 2008 12:11:18 -0700 (PDT)
On Jun 28, 1:58 pm, Jerry Stuckle <jstuck...@xxxxxxxxxxxxx> wrote:
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.
jstuck...@xxxxxxxxxxxxx
==================- Hide quoted text -
- Show quoted text -
Jerry,
Thank you for response. What I am looking for here is a direction on
where to check why php is going for php5ts.dll.
I thought the info given above was all that is needed to determine
where extensions are to be searched for. Probably you can tell me what
info you may need to determine where the error is coming from.
Thanks
John
.
- Follow-Ups:
- Re: php4 attempting to find php5ts.dll
- From: Jerry Stuckle
- Re: php4 attempting to find php5ts.dll
- References:
- php4 attempting to find php5ts.dll
- From: jmark
- Re: php4 attempting to find php5ts.dll
- From: Jerry Stuckle
- php4 attempting to find php5ts.dll
- Prev by Date: Re: what does two semicolns ';;' do
- Next by Date: Re: Blog on PHP Bits & Pieces
- Previous by thread: Re: php4 attempting to find php5ts.dll
- Next by thread: Re: php4 attempting to find php5ts.dll
- Index(es):
Relevant Pages
|