summaryrefslogtreecommitdiff
path: root/installer/check.php
AgeCommit message (Expand)Author
2008-11-21- add mbstring.func_overload checkalecpl
2008-11-03Don't test the magic_quotes ini settingsthomascube
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-08-08#1485155: added zend.ze1_compatibility_mode check in installer and option dis...alecpl
2008-06-15* there is no dom2 extension, just domtill
2008-06-13Mention dependency of the DOM exension and add link to php.netthomascube
2008-05-31* cs fixestill
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ...thomascube
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube
2008-03-27Fix the fix. Sorry.svncommit
2008-03-27Fix php version check in installer, closes #1484925.svncommit
2008-03-23* fixing bug where people got: Call to undefined function decrypt_passwd() till
2008-03-05Remove test for sockets + check if temp and log dirs are writeablethomascube
2008-03-03Some more bugfixes for the install scriptthomascube
2008-03-02Don't check for zlib-output_compression; this is handeled in index.phpthomascube
2008-02-28Clarify failed checks messagethomascube
2008-02-27Add checks for GD and Mcryptthomascube
2008-02-27Allow to skip the config step if config files already existthomascube
2008-02-25More installer stuffthomascube
2008-02-21Added environment checks from check.php-distthomascube
2008-02-19First steps to implement an installerthomascube