Le mer 25/06/2003 � 14:13, FACORAT Fabrice a �crit : > What about shipping fpdf : http://fpdf.org/ ?
FPDF is an excellent piece of software. Free, well documented, easy to use, and lots of examples. However, it's a php class, not an extension (no binary), and is not as performant as the other C-library based implementations. I could package a rpm, but I don't know where to put it. In php.ini, we have: include_path = ".:/usr/lib/php/:/usr/share/pear/" FPDF is not part of pear, and if we put it under /usr/lib/php, rpmlint will complain that there is no binary. I guess we'll need a /usr/share/php hierarchy. -- Jean-Michel Dault <[EMAIL PROTECTED]>
