[PHP-INSTALL] php 4 and 5 on apache

2004-08-17 Thread Tumurbaatar S.
I'm not a Linux admin, so my question may be stupid. Does anybody know whether PHP 4 and 5 coexist on one Apache? For example, "php" extension for PHP4 and "php5" ext for PHP5.

[PHP-INSTALL] sqlite and php4

2004-06-07 Thread Tumurbaatar S.
How to work with SQLite in PHP 4? I downloaded PHP4.3.7 Win32 version but did not find SQLite extension module (dll). Something like "php_sqlite.dll". Or it has other name?

[PHP-INSTALL] IIS5.1 (WinXP), PHP5 and virtual directory

2004-04-18 Thread Tumurbaatar S.
PHP5 runs (cgi or iisapi dll) well when php script is located under wwwroot directory But when I use a Virtual directory (i.e. located outside wwwroot), I get '404 File not found' error. Any ideas?