Commit Graph

370 Commits

Author SHA1 Message Date
Remi Collet 35f115127f PHP 5.6.1RC1 2014-09-13 14:40:45 +02:00
Remi Collet c82a06c4a3 - PHP 5.6.0 is GA http://php.net/releases/5_6_0.php
- fix ZTS man pages, upstream patch for 67878
- provides php(httpd)
2014-08-28 12:59:40 +02:00
David Tardon 93074fb1b2 rebuild for ICU 53.1 2014-08-26 13:57:30 +02:00
Peter Robinson 4699b25dcc - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 18:24:00 +00:00
Remi Collet 9a35acd5b4 update to 5.6.0RC4 2014-08-14 09:27:47 +02:00
Remi Collet 620b02eb7d php-fpm requires httpd >= 2.4.10 for proxy support in SetHandler 2014-07-31 09:27:25 +02:00
Remi Collet 6e876c11b7 provide php.conf with php-fpm, allow apache + fpm to work with default configuration, without mod_php 2014-07-31 08:05:55 +02:00
Remi Collet 57cc2b86cd fix zts-php-config --php-binary output #1124605 2014-07-31 07:44:39 +02:00
Remi Collet ec8e16d40b fix licenses handling 2014-07-31 07:33:21 +02:00
Remi Collet 5014ebeafc cleanup libmysql 2014-07-31 07:28:38 +02:00
Remi Collet bd310bf389 drop merged patch 2014-07-31 07:20:56 +02:00
Remi Collet 19934c7bc4 update to 5.6.0RC3 2014-07-31 07:15:15 +02:00
Remi Collet f375c6a3b0 PHP 5.6.0RC2 2014-07-07 11:24:17 +02:00
Remi Collet b9eda6e77b - fix phpdbg with libedit https://bugs.php.net/67499
- add workaround for unserialize/mock issue from 5.4/5.5
2014-06-23 19:27:15 +02:00
Remi Collet b3e95bb6b9 rebuild without bootstrap 2014-06-19 13:17:18 +02:00
Remi Collet 70b90e2425 - php 5.6.0RC1
https://fedoraproject.org/wiki/Changes/Php56
- add php-dbg subpackage
- update php.ini and opcache.ini from upstream production template
- move zts-php to php-cli

* bootstrap build *
2014-06-19 10:30:29 +02:00
Remi Collet a791086e41 fix regression introduce in fix for #67118 2014-06-06 06:52:43 +02:00
Remi Collet dbadc12a0c - fileinfo: fix insufficient boundary check
- workaround regression introduce in fix for 67072 in serialize/unzerialize functions
2014-06-03 14:12:58 +02:00
Remi Collet 2ed3313e58 sync php.ini with upstream php.ini-production 2014-05-30 08:02:27 +02:00
Remi Collet e3ee2cf9af Update to 5.5.13 http://www.php.net/releases/5_5_13.php 2014-05-30 08:01:36 +02:00
Remi Collet f0d343bd83 - Update to 5.5.12 http://www.php.net/releases/5_5_12.php
- php-fpm: change default unix socket permission CVE-2014-0185
2014-05-03 08:15:48 +02:00
Remi Collet dc4f1dc1a0 - add numerical prefix to extension configuration files
- prevent .user.ini files from being viewed by Web clients
- load php directives only when mod_php is active
2014-04-23 14:48:27 +02:00
Remi Collet 234e26722b update to 5.5.11 2014-04-03 08:26:55 +02:00
Remi Collet ad19be4fcd - Update to 5.5.10 http://www.php.net/ChangeLog-5.php#5.5.10
- php-fpm should own /var/lib/php/session and wsdlcache
- fix pcre test results with libpcre < 8.34
2014-03-06 07:21:15 +01:00
Remi Collet 74b43e58b0 upstream patch for https://bugs.php.net/66731 2014-02-18 15:02:01 +01:00
Remi Collet 8c33d17e95 rebuild (for libicu) 2014-02-13 08:07:48 +01:00
Remi Collet 6118eaeb38 - Update to 5.5.9 http://www.php.net/ChangeLog-5.php#5.5.9
- Install macros to /usr/lib/rpm/macros.d
2014-02-11 07:47:20 +01:00
Joe Orton ccdcd85ea2 fix _httpd_mmn expansion in absence of httpd-devel 2014-01-23 10:58:48 +00:00
Remi Collet 7fd8630211 - update to 5.5.8
- drop conflicts with other opcode caches as both can be used only for user data cache
2014-01-09 08:22:07 +01:00
Remi Collet 3807d63350 - 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
2013-12-11 07:22:21 +01:00
Remi Collet 40d9b5d874 update to 5.5.6 2013-11-13 10:35:37 +01:00
Remi Collet 191249c5b4 - update to 5.5.5
- sync php.ini with upstream
2013-10-17 07:52:55 +02:00
Remi Collet 6a3c1d1290 - update to 5.5.4
- improve security, use specific soap.wsdl_cache_dir
  use /var/lib/php/wsdlcache for mod_php and php-fpm
- sync short_tag comments in php.ini with upstream
2013-09-19 13:11:59 +02:00
Remi Collet 6b2f673b42 for better security, use specific soap.wsdl_cache_dir value 2013-09-18 13:13:44 +02:00
Remi Collet 591f191987 - update to 5.5.3
- fix typo and add missing entries in php.ini
- drop zip extension
2013-08-21 09:00:09 +02:00
Remi Collet 0efdb4f0a1 update to 5.5.1, fixes for CVE-2011-4718 + CVE-2013-4248 2013-08-19 09:25:30 +02:00
Remi Collet 760d6a2614 - improve system libzip patch
Move private API functions in a separate file.
Only libzip 0.10.x is supported for now
2013-08-08 09:53:00 +02:00
Dennis Gilmore 1c7dc6a051 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 21:27:38 -05:00
Remi Collet b3df463b77 fix enchant package summary and description 2013-07-23 13:27:02 +02:00
Remi Collet 8ea5f63035 minor improvment in changelog 2013-07-22 10:39:04 +02:00
Remi Collet 44ee03564a - 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 ZTS configuration (blacklists in /etc/php-zts.d)
- add missing man pages (phar, php-cgi)
2013-07-22 08:25:47 +02:00
Remi Collet 599d103a3e add Provides: php(pdo-abi), for consistency with php(api) and php(zend-abi) 2013-07-18 11:13:57 +02:00
Remi Collet 25fc600df0 improved description for mod_php 2013-07-18 10:58:16 +02:00
Remi Collet 967eeb2d60 - 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
2013-07-12 17:40:07 +02:00
Remi Collet dd3b6cdc0f 32k stack size seems ok for tests on both 32/64bits build 2013-06-21 12:26:01 +02:00
Remi Collet 8025efc074 update to 5.5.0 finale 2013-06-20 09:18:13 +02:00
Remi Collet ef48bfff93 bump release 2013-06-14 10:25:39 +02:00
Remi Collet e7edca3282 - also drop JSON from sources
- clean conditional for JSON (as removed from the sources)
- clean conditional for FPM (always build)
2013-06-14 10:10:13 +02:00
Remi Collet b6ad1ec5dd typo 2013-06-13 15:20:03 +02:00
Remi Collet 4ab1d8036b drop JSON extension 2013-06-13 15:04:39 +02:00