[PHP-INST] Re: Rremedy for "Missing OCX control" on NTServer

2002-01-30 Thread Alan McFarlane
Just use the zip version - You don't really need the installer. You'll need to check up the manual installation docs, but their pretty simple Tracy Carroll <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Upon running the installation wizard for Php 4.1.1, I r

[PHP-INST] Re: Porting from Linux to Windows!?$#

2002-01-27 Thread Alan McFarlane
Parts of directories ~may~ be separated by / on Windows, so that alleviates one problem (at least it works for me on NT4(SP5), Apache & PHP4). Multiple paths are separated by ":" on *nix and ";" on Windows, an easy check to make. For example: $sep = strcasecmp(substr(PHP_OS, 0, 3), "win") ? ":"

[PHP-INST] Re: HELP! with PHP extension <

2002-01-25 Thread Alan McFarlane
Make sure you've copied the contents of the c:\php\dlls folder to your system directory (\windows\system, \winnt\system32, not sure 'bout 2K). Your extension_dir setting in php.ini should be extension_dir = c:/php/extensions/ And make sure you've copied your php.ini to your windows directory (\