Class to store and retrieve the version of Zend Framework.

category Zend
package Zend_Version
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Compare the specified Zend Framework version string $version with the current Zend_Version::VERSION of Zend Framework.

compareVersion(string $version) : integer
Static

Parameters

$version

string

A version string (e.g. "0.7.1").

Returns

integer-1 if the $version is older, 0 if they are the same, and +1 if $version is newer.

Fetches the version of the latest stable release

getLatest() : string
Static

 Properties

 

The latest stable version Zend Framework available

$_latestVersion : string

Default

Static

 Constants

 

Zend Framework version identification - see compareVersion()

VERSION = '1.12.17dev'