Age | Commit message (Collapse) | Author |
|
Note:
-----
as of version 7.4.2 php removed some bundled libraries which
adds new dependencies:
- the mbstring module depends on oniguruma now, to avoid
that dependency for several php ports I've created a new
port php-mbstring
- the zip module depends on libzip now, here we have a new
php-zip port
|
|
|
|
|
|
Security update, see
- http://news.php.net/php.announce/171
- http://www.php.net/ChangeLog-5.php#5.5.31
|
|
|
|
update to new major version 5.6, modules from version 5.5.x cannot be
used
|
|
|
|
includes one security fix, see http://php.net/ChangeLog-5.php#5.5.20
|
|
First release of the 5.5 series, see http://php.net/migration55
for important upgrade informations.
Potentially the deprecation of the /e modifier of preg_replace()
function might break some older scipts.
|
|
Includes security fixes for CVE-2013-4113 and CVE-2013-4073,
see http://www.php.net/ChangeLog-5.php#5.4.18
|
|
besides the version bump this release of opt/php* introduces some
changes which might require extra attention:
- sqlite3 is no longer a build-in driver but can be found in
opt/php-sqlite3 now
- the mbstring extension is now part of opt/php, the contrib port
php-mbstring is no longer required and will be removed
- opt/php-mysql includes the native and the PDO driver for mysql,
the contrib port php-pdo-mysql is no longer required and will be
removed
|
|
|
|
Update includes a fix for a security related overflow issue in the
stream implementation (CVE-2012-2688).
See http://www.php.net/ChangeLog-5.php
|
|
Includes security fixes, see
http://www.php.net/archive/2011.php#id2011-08-23-1
http://www.php.net/archive/2011.php#id2011-08-18-1
|
|
|
|
Update encloses security fixes, see
http://www.php.net/ChangeLog-5.php#5.2.14
|
|
|
|
See http://www.php.net/releases/5_2_11.php
|
|
Security fixes, see http://www.php.net/releases/5_2_9.php
|
|
|
|
includes security fixes, see http://www.php.net/releases/5_2_7.php
|
|
|
|
|