Прошло время и снова вернулся к этому вопросу.
Apache2 и PHP5 подружил с помощью библиотеки php5apache2_2.dll и специальной версии PHP с сайта
http://snaps.php.net/
Но теперь сопротивляется MySQL. Скрипт говорит,
Код:
This page cannot be displayed due to an internal error.
You can provide the following information to the administrators of this site to help them solve the problem:
Error: mysql extension not loaded
Где и что надо подкрутить?
php.ini в папке c:\php
Код:
; php.ini for PEAR tests
include_path=..
engine = On
[mail function]
SMTP= icmvd.chemvd ; for Win32 only
sendmail_from= admins@cheic.al.ru ; for Win32 only
upload_tmp_dir = C:\PHP\uploadtemp ; temporary directory for HTTP uploaded files (will use system default if not specified)
[Session]
session.save_path= C:\PHP\sessiondata ; argument passed to save_handler
[PHP]
error_reporting= E_ALL & ~(E_NOTICE | E_USER_NOTICE) ; display all errors and warnings
extension=php_imap.dll
extension=libmysql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
output_buffering = 4096
библиотеки для php и MySQL расположены в корне c:\php