php4 attempting to find php5ts.dll
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
.
Relevant Pages
- Re: [PHP] Are PHP5 features worth it?
... I'm writing a PHP program and I've got a number of concerns. ... what PHP4 can do with OOP. ... using what PHP5 offers where it makes sense, ... Exceptions: I just don't see the big advantage. ... (php.general) - Re: Php5 port and Apache Module
... possible to install php5 from the packages .. ... in any way of justifying removing the apache module from the default setting ... people installing php do so for use as an apache module. ... (freebsd-questions) - Re: [PHP] PHP4 vs PHP5 Performance?
... I already have an XML API that works fine in PHP4. ... There's only a narrow sliver of use cases where I'd say PHP 4's primitive SAX ... but that's a compatibility / performance tradeoff. ... Otherwise default to PHP5 C implementations. ... (php.general) - Re: PHP4 to PHP5
... I'd like to upgrade this so I can use the PHP5 code I have already. ... What kind, if any, problems will I have with the existing PHP code base? ... I think PHP suffers from the same problem that ASP does. ... VB, DCL, sh, csh, etc. and there isn't a language that I have seen that can prevent "any idiot to write the most horrible unmaintainable crap". ... (comp.lang.php) - Re: [PHP] PHP5 & Commercial Development
... I seem to be smelling the red herring technique of changing ... I haven't tracked this particular issue, but I know when PHP5 was first released is wasn't recommended in a commercial/production environment. ... Since I am unaware of what version of PHP Yahoo mainly uses (I've heard some of their developers talk, and they use PHP 5) and since Google seems to be a Java shop, I took the liberty of giving my oiwn view of why PHP should be used for professional development. ... (php.general) |
|