summaryrefslogtreecommitdiff
path: root/installer/check.php
AgeCommit message (Collapse)Author
2015-04-14Fix Net_LDAP3 homepage locationAleksander Machniak
2014-10-13Remove zend.ze1_compatibility_mode checks, it does not exist in PHP >= 5.3Aleksander Machniak
2014-09-22Merge branch 'oracle'Aleksander Machniak
2014-09-18Add Oracle driver check in InstallerAleksander Machniak
2014-09-11Make LDAP extension and Net_LDAP3 lib optional in installer checkThomas Bruederli
2014-08-27Remove 3rd party libs from our repository and define the dependencies in ↵Thomas Bruederli
composer.json-dist. Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'. For direct git checkouts, copy composer.json-dist into composer.json and run `php composer.phar install` to install the dependencies.
2014-04-21Move rcube_installer class to include/rcmail_installer in order to remain ↵Thomas Bruederli
accessible by the update script even if the installer directory was removed
2014-03-22Drop support for PHP < 5.3.7Aleksander Machniak
2013-06-25Fix empty messages list when register_globals is enabled (#1489157)Aleksander Machniak
2013-06-21Fix so valid and set date.timezone is not required by installer checks ↵Aleksander Machniak
(#1489180)
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-18Fix so install do not fail when one of DB driver checks fails but other ↵Aleksander Machniak
drivers exist (#1489178)
2013-04-17Fix links to PHP PDO drivers manualAleksander Machniak
2013-01-10Avoid direct execution of installer includes (#1488895)Thomas Bruederli
2012-12-21Add notes about new requirements of the new mysql database driver,Aleksander Machniak
add check in installer (#1488875)
2012-09-14Improved message for invalid date.timezoneAleksander Machniak
2012-09-14Move date.timezone check to 'required' block, add date.timezone value validationAleksander Machniak
2012-08-08Merge branch 'pdo'Aleksander Machniak
Conflicts: CHANGELOG
2012-07-10Use file_get_contents() to make code simpler and to fix possible infinite loopAleksander Machniak
2012-06-19Replace rcube_mdb2/PEAR::MDB2 with rcube_dbAleksander Machniak
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
Improved handling of critical PHP settings - try to set them to required value before die()
2012-03-06- Add exif to optional extensions listalecpl
2011-02-25Create interactive update script with improved DB schema check; udated ↵thomascube
installer with new features and styles
2011-01-14- Require PHP 5.2.1 or greateralecpl
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-06-07- typoalecpl
2010-03-26- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)alecpl
- Iloha's imap.inc rewritten into rcube_imap_generic class - rcube_imap code re-formatting
2010-02-03- update requirements, remove GD checkalecpl
2009-12-31- required JSON check added, changed links to PHP modulesalecpl
2009-09-22- Fix dl() use in installer (#1486150): use is_readable() insteadalecpl
2009-08-27- Don't require date.timezone setting in installer (#1485989)alecpl
2009-08-24- added 'xml' extension check (#1486051)alecpl
2009-07-14 * ok, let's validate this for real (this time)till
2009-07-14 * added check for date.timezonetill
2009-05-14- suhosin.session.encrypt breaks Session handling (#1485846)alecpl
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
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-08-08#1485155: added zend.ze1_compatibility_mode check in installer and option ↵alecpl
disabled in .htaccess
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
inline message parts + remove old code + add some doc comments
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch
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
(The form fields for smtp and imap test shared names and imap test overwrote smtp test fields (obviously).)
2008-03-05Remove test for sockets + check if temp and log dirs are writeablethomascube