ClearOS Bug Tracker


View Revisions: Issue #3631 All Revisions ] Back to Issue ]
Summary 0003631: Disable references to external libraries
Revision 2015-07-14 14:11 by user2
Description A fatal error occurs in the most recent build of phpMyAdmin. The EPEL phpMyAdmin uses two external libraries instead of the defaults bundled with phpMyAdmin:

- php-php-gettext (not a typo)
- php-tcpdf/php-tcpdf-dejavu-sans-fonts

The first package installs in /usr/share/php, so we would likely need to build a webconfig-php-php-gettext sandboxed version.

The php-tcpdf package looks like an independent library and might be able to be used as is.

For now, roll back to 7.1.beta2 behavior and revisit at a later date if required.
Revision 2015-07-14 14:08 by user2
Description The EPEL phpMyAdmin uses two external libraries instead of the defaults bundled with phpMyAdmin:

- php-php-gettext (not a typo)
- php-tcpdf/php-tcpdf-dejavu-sans-fonts

The first package installs in /usr/share/php, so we would likely need to build a webconfig-php-php-gettext sandboxed version.

The php-tcpdf package looks like an independent library and might be able to be used as is.

For now, roll back to 7.1.beta2 behavior and revisit at a later date if required.