-
Notifications
You must be signed in to change notification settings - Fork 484
feat(fossology): Support for Bionic Beaver #1116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8d9f4c4
to
1e5d561
Compare
There is a problem with PHP 7.2 which is the default version of PHP in Ubuntu Bionic. |
1e5d561
to
217d01a
Compare
Changed the class name from |
217d01a
to
f4955d4
Compare
b97afc2
to
400c0cc
Compare
40d1974
to
dac5ea8
Compare
b393709
to
d996571
Compare
d996571
to
7464199
Compare
7464199
to
db2ed3c
Compare
@GMishx Do we really need the class Object/ObjectType?
See: https://secure.php.net/manual/en/language.oop5.basic.php#language.oop5.basic.class.class |
} | ||
|
||
// PHP unit 7 compatibility | ||
if (class_exists('\PHPUnit\Framework\TestCase') && !class_exists('\PHPUnit_Framework_TestCase')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this change already for PHPUnit 6. See #1179.
src/lib/php/Util/ObjectType.php
Outdated
namespace Fossology\Lib\Util; | ||
|
||
class Object | ||
class ObjectType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not need this class anymore. See #1180.
The development dependency Mockery does not support PHPUnit 7. See: mockery/mockery#850 |
cf6149c
to
5a41155
Compare
5a41155
to
52373a4
Compare
@GMishx Can you move your PHP formatting changes in a separate PR? |
52373a4
to
1b18bec
Compare
fix(debian/control): Change dependency from heirloom-mailx heirloom-mailx | s-nail fix(DMalloc.c): Initialize i fix(license.c): Change sprintf to handle longer strings without unexpected results. fix(nomos_utils.c): Change NULL_CHAR to NULL to compare fix(util.c): Change sprintf to handle longer strings withour unexpected results. fix(database.c): Initialize variables feat(Makefile): Add flag for RPM 4.14 feat(pkgagent.c): Changes according to RPM 4.14 feat(fo-installdeps): Added support for Ubuntu Bionic Beaver feat(fo-installdeps): Drop support for Lenny, Hardy, Squeeze, Lucid, Natty, Isadora, Precise, Oneiric, Quantal, Raring, Saucy, Yakkety As they are no longer supported by their producer/developer. Signed-off-by: Gaurav Mishra <[email protected]>
fix(php-conf-fix): Use regex/awk to find php.ini path. feat(.travis.yml): Added tests for PHP 7.2 as allow failure. See fossology#1175 for more. Signed-off-by: Gaurav Mishra <[email protected]>
1b18bec
to
d277eb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes loos good, code is working fine
Fixes
Updates
Drop support
(Already dropped by #1153)
Dropped support for following distros as they are no longer supported by their producer/developer.
Closes #1007