[PEAR] Modernize Validate code

Upgraded IDNA to IDNA2
Added PEAR Date
> fixed: The each function is deprecated
This commit is contained in:
Diogo Cordeiro
2019-07-07 23:34:41 +01:00
parent a5259073df
commit a38f25f7cd
58 changed files with 61118 additions and 3686 deletions

View File

@@ -32,7 +32,7 @@ defined('GNUSOCIAL') || die();
define('GNUSOCIAL_ENGINE', 'GNU social');
define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
define('GNUSOCIAL_BASE_VERSION', '1.26.0');
define('GNUSOCIAL_BASE_VERSION', '1.26.1');
define('GNUSOCIAL_LIFECYCLE', 'dev'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);