php_printer.dll

HELP AM HAVING THIS ERROR :

PHP Startup: printer: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
]

I’VE SEARCHED IN ALL FORUM AND THE ANSWER IS TO USER PHP VERSION 5.2.6 NOT 5.3.6.0 LIKE INSTALLED BY EXEOUTPUT.
MY PROGRAM WORKS PERFECTLY IN EXPLORER WITH PHP 5.2.6. BUT DOES NOT WORK WHEN I COMPILE IT WITH EXEOUTPUT!!! PLEASE HELP ME OUT

ExeOutput is built with PHP 5.3.6. You can’t use extensions for PHP that were built for PHP 5.2.x.
You can find the .dll for some extensions here: http://downloads.php.net/pierre/
Just get the PHP_PRINTER.DLL that was built with VC9 thread-safe x86 and place it in the corresponding “ext” folder (PHPRuntime folder).

@gdgsupport thanks very much this is the only working partially
php_printer-svn-20100205-5.3-vc9-x86.zip (2010-02-05 11:51 -0800)
some of the functions are missing but it’s OK for normal printing
I hope in next version it will be completed.