Bug 789576 - roundcubemail does not work with php-5.4.0-0.3.RC7.fc17.x86_64
Summary: roundcubemail does not work with php-5.4.0-0.3.RC7.fc17.x86_64
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: roundcubemail
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-11 13:32 UTC by Nicolas Mailhot
Modified: 2012-02-28 10:43 UTC (History)
4 users (show)

Fixed In Version: roundcubemail-0.7.1-2.fc17
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-28 10:43:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
error logs (125.17 KB, text/plain)
2012-02-11 13:34 UTC, Nicolas Mailhot
no flags Details

Description Nicolas Mailhot 2012-02-11 13:32:17 UTC
See attached error logs

php-5.4.0-0.3.RC7.fc17.x86_64
php-cli-5.4.0-0.3.RC7.fc17.x86_64
php-common-5.4.0-0.3.RC7.fc17.x86_64
php-mbstring-5.4.0-0.3.RC7.fc17.x86_64
php-mcrypt-5.4.0-0.3.RC7.fc17.x86_64
php-mysql-5.4.0-0.3.RC7.fc17.x86_64
php-pdo-5.4.0-0.3.RC7.fc17.x86_64
php-pear-1.9.4-4.fc17.noarch
php-pear-Auth-SASL-1.0.6-2.fc17.noarch
php-pear-DB-1.7.14-2.fc17.noarch
php-pear-Mail-Mime-1.8.2-2.fc17.noarch
php-pear-Mail-mimeDecode-1.5.5-3.fc17.noarch
php-pear-MDB2-2.5.0-0.4.b3.fc17.noarch
php-pear-MDB2-Driver-mysql-1.5.0-0.3.b3.fc17.noarch
php-pear-MDB2-Driver-pgsql-1.5.0-0.3.b3.fc17.noarch
php-pear-Net-IDNA2-0.1.1-4.fc17.noarch
php-pear-Net-SMTP-1.6.1-2.fc17.noarch
php-pear-Net-Socket-1.0.10-3.fc17.noarch
php-pgsql-5.4.0-0.3.RC7.fc17.x86_64
php-xml-5.4.0-0.3.RC7.fc17.x86_64
roundcubemail-0.7.1-1.fc17.noarch

Comment 1 Nicolas Mailhot 2012-02-11 13:34:52 UTC
Created attachment 561089 [details]
error logs

Comment 2 Remi Collet 2012-02-12 14:46:00 UTC
Most of this errors are "STRICT" errors.

In program/include/iniset.php
    ini_set('error_reporting', E_ALL&~E_NOTICE);

With PHP < 5.4.0, E_ALL doesn't include E_STRICT
With PHP >= 5.4.0, E_ALL includes E_STRICT

A trivial patch is 
   ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT);

Note: E_STRICT in not enable (from php.ini) in default configuration (taken from upstream "production" sample).

Comment 3 Fedora Update System 2012-02-16 15:45:18 UTC
roundcubemail-0.7.1-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/roundcubemail-0.7.1-2.fc17

Comment 4 Fedora Update System 2012-02-16 19:25:19 UTC
Package roundcubemail-0.7.1-2.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing roundcubemail-0.7.1-2.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-1803/roundcubemail-0.7.1-2.fc17
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2012-02-28 10:43:08 UTC
roundcubemail-0.7.1-2.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


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