Package: php-fpdf Version: 1.53.dfsg-3 Severity: normal Tags: patch The if (!class_exists('FPDF')) call in fpdf.php causes a call to a __autoload function in php 5+ if such a function exists. The autoload function will try to load the fpdf.php file, which in turn will call the autoload again. The problem is easy to fix by replacing the !class_exists('FPDF') call with !class_exists('FPDF', false) or by removing the if statement completely (really... why is it there to begin with?).
-- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-k7 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages php-fpdf depends on: ii php5-cli 5.1.4-0.1 command-line interpreter for the p php-fpdf recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]