Brion Vibber
|
3da8914edb
|
Fix for DB error reporting in installer (MySQL path)
|
2010-06-11 12:38:22 -07:00 |
|
Brion Vibber
|
9bb48c36ea
|
Installer tweak to aid with IIS setup: if config.php exists, but is both empty and writable, let the installer proceed and overwrite it.
|
2010-06-03 10:13:28 -07:00 |
|
Brion Vibber
|
45392bef33
|
Installer tweak for Windows: normalize line endings to platform standard in generated config.php
Added a comment that the writable directory checks are insufficient to catch ACL problems on Windows; need a better check for that.
|
2010-05-11 12:16:13 -07:00 |
|
Brion Vibber
|
32918bb7c1
|
Test for and use mysqli in installer, since that's what we use later, rather than mysql.
|
2010-04-19 20:57:12 +02:00 |
|
Brion Vibber
|
f255b368ed
|
Refactor installer into base class plus web and CLI installers.
scripts/install_cli.php is a bit experimental at present but works.
|
2010-04-07 17:47:08 -07:00 |
|