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.
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?
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?