All releases of PHP::PRINT::IPP (PHP PrintIPP)


Release Notes: Deleted time-sleeps on HTTP connection now work with TRENDnet TE100-P1P and EPSON EpsonNet print servers. The phpprintipp CLI was added.


Release Notes: Support for raising ippException was added in the printJob() operation. httpException is handled by ippException if $ipp->handle_http_exceptions is true (as it is by default).


Release Notes: UNIX socket support was added.


Release Notes: 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).


Release Notes: There is now an integrated HTTP backend, with Basic and Digest authentication mechanisms. Many operations have been added.


Release Notes: The implementation of IPP RFC2911 operations was completed.


Release Notes: This release fixes the HTTP backend and the test file.


Release Notes: The implementation of the REQUIRED RFC2911 operations is complete.