PHP PrintIPP 0.78 (Default branch) |
|
|
PrintIPP is a PHP 5 class which implements a client for IPP (Internet Printing Protocol). It is able to print both strings and files and to cancel jobs as well as perform all other RFC2911 operations.
License: GNU Lesser General Public License (LGPL)
Changes:
Both Digest and Basic authentication are OK and verified. For those who use the HTTP backend furnished for other purposes, note that the API has changed: you need to setup ($http)->port now. Work is being done to get rid of messages (E_ALL|E_STRICT). IPv6 addresses work. Beginning "exceptions rising support" (currently, only HTTP connections). You need to set $ipp->with_exceptions to enable this (backward compatibility).
|