PHP 5.4.0RC8
This commit is contained in:
parent
5cabf701d4
commit
4dcb582a01
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ php.spec~
|
||||
/php-5.3.8.tar.bz2
|
||||
/php-5.4.0RC6.tar.bz2
|
||||
/php-5.4.0RC7.tar.bz2
|
||||
/php-5.4.0RC8.tar.bz2
|
||||
|
@ -181,6 +181,14 @@ slowlog = /var/log/php-fpm/www-slow.log
|
||||
; Default Value: no
|
||||
;catch_workers_output = yes
|
||||
|
||||
; Limits the extensions of the main script FPM will allow to parse. This can
|
||||
; prevent configuration mistakes on the web server side. You should only limit
|
||||
; FPM to .php extensions to prevent malicious users to use other extensions to
|
||||
; exectute php code.
|
||||
; Note: set an empty value to allow all extensions.
|
||||
; Default Value: .php
|
||||
;security.limit_extensions = .php .php3 .php4 .php5
|
||||
|
||||
; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
|
||||
; the current environment.
|
||||
; Default Value: clean env
|
||||
|
7
php.spec
7
php.spec
@ -9,7 +9,7 @@
|
||||
%global zipver 1.9.1
|
||||
%global jsonver 1.2.1
|
||||
# For PHP Release Candidate version
|
||||
%global rcver RC7
|
||||
%global rcver RC8
|
||||
|
||||
%global httpd_mmn %(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)
|
||||
%global mysql_sock %(mysql_config --socket || echo /var/lib/mysql/mysql.sock)
|
||||
@ -46,7 +46,7 @@
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: 5.4.0
|
||||
Release: 0.3.%{rcver}%{?dist}
|
||||
Release: 0.4.%{rcver}%{?dist}
|
||||
License: PHP
|
||||
Group: Development/Languages
|
||||
URL: http://www.php.net/
|
||||
@ -1257,6 +1257,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 18 2012 Remi Collet <remi@fedoraproject.org> 5.4.0-0.4.RC8
|
||||
- update to PHP 5.4.0RC8
|
||||
|
||||
* Sat Feb 04 2012 Remi Collet <remi@fedoraproject.org> 5.4.0-0.3.RC7
|
||||
- update to PHP 5.4.0RC7
|
||||
- provides env file for php-fpm (#784770)
|
||||
|
Loading…
Reference in New Issue
Block a user