/usr/share/php/Imlib/package.Imlib.php is in php-imlib 0.7-4.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <?php
include './class.ImlibImage.php';
include './class.ImlibColor.php';
include './class.ImlibCliprect.php';
include './class.ImlibColorRange.php';
include './class.ImlibText.php';
include './class.ImlibDraw.php';
include './class.ImlibPoly.php';
?>
|