Aleksander Machniak
|
6d5f237c6d
|
Don't force specific error_reporting setting
|
2025-07-04 15:22:36 +02:00 |
|
Aleksander Machniak
|
ff55c373ec
|
Fix compatibility with PHP 8.5 regarding array_first()
|
2025-07-04 15:21:13 +02:00 |
|
Michael Voříšek
|
793664f568
|
Fix invalid phpdocs (#9252)
* fix missing return type in phpdoc
* fix "phpdoc_scalar"
* Fix phpdoc variable names typos
* fix wrong phpdoc tags
|
2023-12-13 19:55:05 +01:00 |
|
Aleksander Machniak
|
59e6911850
|
Fix so install/update scripts do not require PEAR (#9037)
|
2023-07-15 18:56:33 +02:00 |
|
Aleksander Machniak
|
b9baeb0021
|
Fix version (1.6.1 -> 1.6-git)
|
2023-06-11 09:30:17 +02:00 |
|
Thomas Bruederli
|
cddc1bfd92
|
Bump version to 1.6.1
|
2023-01-05 21:36:15 +01:00 |
|
Thomas Bruederli
|
71761b4405
|
Prepare release 1.6.0
|
2022-07-23 21:44:38 +02:00 |
|
Aleksander Machniak
|
3fd363672c
|
bump version
|
2022-06-12 11:00:17 +02:00 |
|
Aleksander Machniak
|
41d1873f38
|
Fix in_array_nocase() regression
|
2021-12-17 18:58:13 +01:00 |
|
Aleksander Machniak
|
c331431521
|
Fix some PHP8 compatibility issues (#8363)
|
2021-12-17 18:54:37 +01:00 |
|
Aleksander Machniak
|
0d4a395464
|
Fix PHP 8.1 deprecation warnings
|
2021-07-31 07:53:14 +02:00 |
|
Aleksander Machniak
|
b4fd75d6c1
|
Master is 1.6-git now
|
2021-07-25 09:08:20 +02:00 |
|
Aleksander Machniak
|
5d2668a260
|
Bring the old error_reporting setting back
|
2021-01-23 10:02:41 +01:00 |
|
Aleksander Machniak
|
5aa0d09def
|
Add array_first() helper, fix some code issues
|
2020-12-20 09:44:17 +01:00 |
|
Aleksander Machniak
|
8b83d29f24
|
PHP8 fixes, do not require specific error_reporting setting anymore
|
2020-12-19 10:01:10 +01:00 |
|
Aleksander Machniak
|
12547ccf01
|
Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntax
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3.
Fixed some regressions.
|
2020-12-13 10:21:52 +01:00 |
|
Aleksander Machniak
|
c98059e43d
|
Short array syntax, CS fixes, tests
|
2020-11-26 20:34:35 +01:00 |
|
Aleksander Machniak
|
a5c2b4360c
|
Fixes in context of undefined variables, and code style
|
2020-08-15 12:13:31 +02:00 |
|
Aleksander Machniak
|
9f1d185c44
|
Master is 1.5-git now
|
2019-10-27 09:45:15 +01:00 |
|
Aleksander Machniak
|
3b4d9f3fb5
|
PHPDoc updates
|
2019-08-25 19:24:08 +02:00 |
|
Aleksander Machniak
|
0a0ad2c9b7
|
Switch to IDNA2008 variant (#6806)
After switching IDNA_NONTRANSITIONAL_TO_ASCII on, switch to
IDNA2008 variant in Net_LDAP2. Add test, update changelog.
|
2019-06-16 12:03:27 +02:00 |
|
Aleksander Machniak
|
57c67db029
|
Remove year(s) from copyright headers + some cleanup
|
2019-04-16 10:42:45 +02:00 |
|
PhilW
|
e024f133fa
|
give all temp files a constant prefix
|
2018-11-06 07:11:04 +00:00 |
|
Aleksander Machniak
|
3d0b2cd3ce
|
Pass PEAR errors to rcube::raise_error(), small CS improvements
|
2018-05-27 08:50:42 +02:00 |
|
Aleksander Machniak
|
30ab2eec5f
|
Remove function_exists() checks for mbstring functions
|
2018-05-25 10:10:02 +02:00 |
|
Aleksander Machniak
|
c0b9025215
|
Remove sample PHP configuration from .htaccess and .user.ini files (#5850)
Moved to https://github.com/roundcube/roundcubemail/wiki/Installation#php-configuration
|
2018-04-21 20:17:17 +02:00 |
|
Aleksander Machniak
|
1058924e21
|
Move some framework classes to sub-directories
|
2018-03-03 17:46:59 +01:00 |
|
Aleksander Machniak
|
5101cfc67a
|
Bump version to 1.4-git
|
2017-05-15 11:34:43 +02:00 |
|
Thomas Bruederli
|
f78e2a4367
|
Add 1.3-beta milestone + update copyright year
|
2017-01-03 18:24:34 +01:00 |
|
Aleksander Machniak
|
c3fc072d97
|
Remove code related to magic_quotes_* and register_globals
...they do not exist in PHP 5.4 which we now require.
|
2016-07-29 13:34:50 +02:00 |
|
Aleksander Machniak
|
6626328e7c
|
We already require PEAR, so it's not needed to check if PEAR class exists.
Sooner or later it will fail if PEAR does not exist, so better to do this sooner.
|
2016-07-21 09:35:52 +02:00 |
|
Raoul Bhatia
|
7122df719d
|
Translate PHP namespaces into directories
|
2016-06-20 20:16:11 +02:00 |
|
Aleksander Machniak
|
9634169647
|
Bump version number to 1.3-beta
|
2016-05-02 14:37:39 +02:00 |
|
Aleksander Machniak
|
0eece8222b
|
Fix autoloading of 'html' class and improve autoloader performance
|
2016-04-30 07:56:09 +02:00 |
|
Aleksander Machniak
|
a03233ceba
|
CS fixes
|
2015-10-07 09:14:18 +02:00 |
|
Aleksander Machniak
|
4c53e78915
|
Fix printing required ini options values in error message
|
2015-09-06 10:15:33 +02:00 |
|
Aleksander Machniak
|
559e5d7bd4
|
Fix unintentional error_reporting change
|
2015-08-08 09:33:17 +02:00 |
|
Aleksander Machniak
|
36bd93f138
|
PHP7: Fixed some E_WARNING errors that previously were E_STRICT
|
2015-08-07 17:27:08 +02:00 |
|
Aleksander Machniak
|
9d78c68cbf
|
Fix so imap folder attribute comparisons are case-insensitive (#1490466)
+ make in_array_nocase() much faster for ASCII strings
|
2015-07-29 20:38:21 +02:00 |
|
Aleksander Machniak
|
8447bae77c
|
Require Mbstring and OpenSSL extensions (#1490415) - remove redundant code
|
2015-06-28 12:27:48 +02:00 |
|
Aleksander Machniak
|
a958748947
|
CS fixes
|
2015-06-07 15:26:33 +02:00 |
|
Thomas Bruederli
|
d375b20225
|
Suppress E_DEPRECATED errors after change in [4ab77dd1]
|
2015-05-27 11:43:17 +02:00 |
|
Thomas Bruederli
|
4ab77dd13e
|
Check for PEAR class before accessing it. With new composer modules this isn't necessary in the include path anymore
|
2015-05-27 09:59:30 +02:00 |
|
Aleksander Machniak
|
3d6ce95009
|
Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be called statically (#1490343)
|
2015-04-01 09:46:29 +02:00 |
|
Aleksander Machniak
|
f070da7c27
|
Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function (#1490280)
|
2015-02-22 11:47:14 +01:00 |
|
Aleksander Machniak
|
3779b67a9c
|
Set version number to 1.2-git
|
2015-02-16 11:22:13 +01:00 |
|
Thomas Bruederli
|
2f8b1036da
|
Bump version and copyright year
|
2015-02-07 18:33:24 +01:00 |
|
Aleksander Machniak
|
e17decc4c2
|
Better handle log/temp directory misconfiguration
|
2015-02-03 07:52:14 -05:00 |
|
Aleksander Machniak
|
9e4246d957
|
Code improvements and fixes (mostly unused variables and methods)
|
2014-11-16 14:04:53 +01:00 |
|
Aleksander Machniak
|
0ea079d604
|
dirname(__FILE__) -> __DIR__
|
2014-10-13 14:41:55 +02:00 |
|