Bug#856391: phpab: uses absolute pathnames in output

2017-10-25 Thread Thorsten Glaser
David Pr�vot dixit: >> 'backendimap' => '/backend/imap/imap.php', >> >> These are not relative > >Actually, they are (or you may have missed the following part of code They should skip the leading slash, for easier relocatability. >further down). > >if (isset($classes[$cn

Bug#856391: phpab: uses absolute pathnames in output

2017-02-28 Thread Thorsten Glaser
Package: phpab Version: 1.16.0-1 Severity: normal root@simkolab:~/simkolab # phpab -b src src/backend src/include src/lib 2>/dev/null | sed -n 20p 'backendimap' => '/backend/imap/imap.php', These are not relative, and -b isn’t the right option to prepend an absolute path either…