summaryrefslogtreecommitdiff
path: root/installer/check.php
AgeCommit message (Expand)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 comp...Thomas Bruederli
2014-04-21Move rcube_installer class to include/rcmail_installer in order to remain acc...Thomas Bruederli
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 (#1489...Aleksander Machniak
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 drive...Aleksander Machniak
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
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
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
2012-03-06- Add exif to optional extensions listalecpl
2011-02-25Create interactive update script with improved DB schema check; udated instal...thomascube
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
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
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