I'm running RC1 on Win2k 2.0.47 without any problems. Make sure u updated
your PATH settings as some folders got renamed or moved. Add /path/to/php
and /path/to/php/dlls to your PATH setup. Switch 'extensions' to 'ext' in your
php.ini as well if you still have an old version from an old PHP5 beta or PHP4
release.

Otherwise consult the updated install.txt for more information

Am Freitag, 19. März 2004 20:23 schrieb Lester Caine:
> [EMAIL PROTECTED] wrote:
> > I'm trying to run PHP5 RC1 on a Windows 2000 test server with Apache
> > 2.0.47.
>
> Mines 2.0.48, but no problem.
>
> > Upon installation, when I first started Apache again, I got an error
> > message to the effect that php4ts.dll could not be found in the
> > c:\winnt\system32 directory. This is curious for two reasons: first and
> > foremost, if anything is missing, it should be php5ts.dll, not
> > php4ts.dll; second, php4ts.dll never used to be in the system32 directory
> > and that never caused any problems. But it's no use cursing PHP5, so I
> > copied php4ts.dll to the system32 directory and stopped getting the error
> > message. Not a pretty solution, though.
>
> First - you did change httpd.conf to point at the new module?
> Second option, is there something 'extra' in your setup that
> is from PHP4?
>
> > I then edited php.ini to load the extensions I need, and noticed that the
> > php_domxml extension is no longer an option, so I assumed that DOM XML is
> > now bundled with PHP. As a matter of course, phpinfo() tells me that
> > DOM/XML is enabled and that the libxml version is 2.5.11. However, when
> > trying to use domxml_version(), domxml_new_doc(), domxml_open_mem() or
> > any other DOM XML function, I get a "call to undefined function" error.
> > If these functions now have new names, they're not listed in the online
> > documentation.
>
> Pass on that, not something I use (yet)
>
> > Am I doing something seriously wrong or are these problems with PHP5 RC1?
>
> Only problem I have found is with ADOdb, a change between b4
> and RC1 needed a couple of mods, otherwise I just switch the
> paths between PHP4 and PHP5 and everything works.
>
> --
> Lester Caine
> -----------------------------
> L.S.Caine Electronic Services

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to