Bug 784770 - Add loading /etc/sysconfig/php-fpm to php-fpm init script
Summary: Add loading /etc/sysconfig/php-fpm to php-fpm init script
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: php
Version: rawhide
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Remi Collet
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-26 07:56 UTC by Andrey Lavrinenko
Modified: 2012-05-25 19:45 UTC (History)
3 users (show)

Fixed In Version: php-5.3.11-1.fc16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-07 02:48:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Andrey Lavrinenko 2012-01-26 07:56:25 UTC
Hi. I'm use php-fpm with oci8 module for access to oracle. For the correct work of the site need to set some oracle-specific environment variables, now that I have to edit the init script and do it after every update. Env values in /etc/php-fpm.d/www.conf not work correctly. Please add at the beggining of php-fpm init script next lines:
if [ -f /etc/sysconfig/php-fpm ];
then
. /etc/sysconfig/php-fpm
fi

Comment 1 Remi Collet 2012-02-04 14:23:46 UTC
Fix in Rawhide: php-5.4.0-0.3.RC7.fc17

Comment 2 Fedora Update System 2012-04-27 18:46:26 UTC
php-5.3.11-1.fc16,php-eaccelerator-0.9.6.1-9.fc16.3,maniadrive-1.2-32.fc16.3 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/php-5.3.11-1.fc16,php-eaccelerator-0.9.6.1-9.fc16.3,maniadrive-1.2-32.fc16.3

Comment 3 Fedora Update System 2012-04-27 18:48:37 UTC
php-5.3.11-1.fc15,php-eaccelerator-0.9.6.1-9.fc15.3,maniadrive-1.2-32.fc15.3 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/php-5.3.11-1.fc15,php-eaccelerator-0.9.6.1-9.fc15.3,maniadrive-1.2-32.fc15.3

Comment 4 Fedora Update System 2012-04-29 00:22:46 UTC
Package php-5.3.11-1.fc16, php-eaccelerator-0.9.6.1-9.fc16.3, maniadrive-1.2-32.fc16.3:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing php-5.3.11-1.fc16 php-eaccelerator-0.9.6.1-9.fc16.3 maniadrive-1.2-32.fc16.3'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-6907/php-5.3.11-1.fc16,php-eaccelerator-0.9.6.1-9.fc16.3,maniadrive-1.2-32.fc16.3
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2012-05-07 02:48:23 UTC
php-5.3.11-1.fc15, php-eaccelerator-0.9.6.1-9.fc15.3, maniadrive-1.2-32.fc15.3 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2012-05-07 02:49:23 UTC
php-5.3.11-1.fc16, php-eaccelerator-0.9.6.1-9.fc16.3, maniadrive-1.2-32.fc16.3 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Andrey Lavrinenko 2012-05-25 19:45:42 UTC
Thank you, all works fine with php 5.3.13 in CentOS 6 and remi repo.


Note You need to log in before you can comment on or make changes to this bug.