Fedora 19 Update: php-5.5.17-2.fc19

updates at fedoraproject.org updates at fedoraproject.org
Sat Oct 4 03:23:30 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-11015
2014-09-19 09:04:06
--------------------------------------------------------------------------------

Name        : php
Product     : Fedora 19
Version     : 5.5.17
Release     : 2.fc19
URL         : http://www.php.net/
Summary     : PHP scripting language for creating dynamic web sites
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts.

The php package contains the module (often referred to as mod_php)
which adds support for the PHP language to Apache HTTP Server.

--------------------------------------------------------------------------------
Update Information:

18 Sep 2014, PHP 5.5.17

Core:
* Fixed bug #47358 (glob returns error, should be empty array()). (Pierre)
* Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande)
* Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande)
* Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)

FPM:
* Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken). (David Zuelke)

OpenSSL:
* Fixed bug #67850 (extension won't build if openssl compiled without SSLv3) (Daniel Lowrey)

SPL:
* Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException wrong message). (tim_siebels_aurich at yahoo dot de)

Date:
* Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
* Fixed bug #66985 (Some timezones are no longer valid in PHP 5.5.10). (Derick)
* Fixed bug #67109 (First uppercase letter breaks date string parsing). (Derick)

GD:
* Made fontFetch's path parser thread-safe. (Sara).

MySQLi:
* Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)

Zlib:
* Fixed bug #67724 (chained zlib filters silently fail with large amounts of data). (Mike)
* Fixed bug #67865 (internal corruption phar error). Mike


Backported (from 5.5.18):
* FPM: Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable  when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)

Reverted (to fix regression from 5.5.16)
* OpenSSL: Fixed bug #41631 (socket timeouts not honored in blocking SSL reads). (Daniel Lowrey)

--------------------------------------------------------------------------------
ChangeLog:

* Sat Sep 20 2014 Remi Collet <remi at fedoraproject.org> 5.5.17-2
- openssl: fix regression introduce in changes for upstream
  bug #65137 and #41631, revert to 5.5.16 behavior
* Thu Sep 18 2014 Remi Collet <remi at fedoraproject.org> 5.5.17-1
- Update to 5.5.17
  http://www.php.net/releases/5_5_17.php
- fpm: fix script_name with mod_proxy_fcgi / proxypass
  add upstream patch for https://bugs.php.net/65641
* Thu Aug 21 2014 Remi Collet <rcollet at redhat.com> 5.5.16-1
- Update to 5.5.16
  http://www.php.net/releases/5_5_16.php
- fix zts-php-config --php-binary output #1124605
- move zts-php from php-devel to php-cli
- revert fix for 67724 because of 67865
* Thu Jul 24 2014 Remi Collet <rcollet at redhat.com> 5.5.15-1
- Update to 5.5.15
  http://www.php.net/releases/5_5_15.php
* Wed Jul 16 2014 Remi Collet <remi at fedoraproject.org> 5.5.14-2
- add upstream patch for #67605
* Thu Jun 26 2014 Remi Collet <rcollet at redhat.com> 5.5.14-1
- Update to 5.5.14
  http://www.php.net/releases/5_5_14.php
- fix test for rhbz #971416
* Thu Jun  5 2014 Remi Collet <rcollet at redhat.com> 5.5.13-3
- fix regression introduce in fix for #67118
* Tue Jun  3 2014 Remi Collet <remi at fedoraproject.org> 5.5.13-2
- fileinfo: fix insufficient boundary check
- workaround regression introduce in fix for 67072 in
  serialize/unzerialize functions
* Fri May 30 2014 Remi Collet <rcollet at redhat.com> 5.5.13-1
- Update to 5.5.13
  http://www.php.net/releases/5_5_13.php
* Sat May  3 2014 Remi Collet <rcollet at redhat.com> 5.5.12-1
- Update to 5.5.12
  http://www.php.net/releases/5_5_12.php
- php-fpm: change default unix socket permission CVE-2014-0185
* Thu Apr  3 2014 Remi Collet <rcollet at redhat.com> 5.5.11-1
- Update to 5.5.11
  http://www.php.net/ChangeLog-5.php#5.5.11
* Thu Mar  6 2014 Remi Collet <rcollet at redhat.com> 5.5.10-1
- Update to 5.5.10
  http://www.php.net/ChangeLog-5.php#5.5.10
- php-fpm should own /var/lib/php/session
- fix pcre test results with libpcre < 8.34
* Tue Feb 18 2014 Remi Collet <rcollet at redhat.com> 5.5.9-2
- upstream patch for https://bugs.php.net/66731
* Tue Feb 11 2014 Remi Collet <remi at fedoraproject.org> 5.5.9-1
- Update to 5.5.9
  http://www.php.net/ChangeLog-5.php#5.5.9
* Wed Jan  8 2014 Remi Collet <rcollet at redhat.com> 5.5.8-1
- update to 5.5.8
- drop conflicts with other opcode caches as both can
  be used only for user data cache
* Wed Dec 11 2013 Remi Collet <rcollet at redhat.com> 5.5.7-1
- update to 5.5.7, fix for CVE-2013-6420
- fix zend_register_functions breaks reflection, php bug 66218
- fix Heap buffer over-read in DateInterval, php bug 66060
- fix fix overflow handling bug in non-x86
* Wed Nov 13 2013 Remi Collet <remi at fedoraproject.org> 5.5.6-1
- update to 5.5.6
* Thu Oct 17 2013 Remi Collet <rcollet at redhat.com> - 5.5.5-1
- update to 5.5.5
* Thu Sep 19 2013 Remi Collet <rcollet at redhat.com> - 5.5.4-1
- update to 5.5.4
* Wed Aug 21 2013 Remi Collet <rcollet at redhat.com> - 5.5.3-1
- update to 5.5.3
* Mon Aug 19 2013 Remi Collet <rcollet at redhat.com> - 5.5.2-1
- update to 5.5.2, fixes for CVE-2011-4718 + CVE-2013-4248
- improve system libzip patch
* Mon Jul 22 2013 Remi Collet <rcollet at redhat.com> - 5.5.1-1
- update to 5.5.1
- add Provides: php(pdo-abi), for consistency with php(api)
  and php(zend-abi)
- improved description for mod_php
- fix opcache ZTS configuration (blacklists in /etc/php-zts.d)
- add missing man pages (phar, php-cgi)
* Fri Jul 12 2013 Remi Collet <rcollet at redhat.com> - 5.5.0-2
- add security fix for CVE-2013-4113
- add missing ASL 1.0 license
- 32k stack size seems ok for tests on both 32/64bits build
* Thu Jun 20 2013 Remi Collet <rcollet at redhat.com> 5.5.0-1
- update to 5.5.0 final
* Fri Jun 14 2013 Remi Collet <rcollet at redhat.com> 5.5.0-0.11.RC3
- also drop JSON from sources
- clean conditional for JSON (as removed from the sources)
- clean conditional for FPM (always build)
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update php' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list