Does the extension php_printer.dll work with php version 5.1.1 on a XP System

Does the extension php_printer.dll work with php version 5.1.1 on a XP System

am 08.12.2005 01:27:49 von james crooks

I trying to get php_printer.dll extension to work on a xp system . I
downloaded correct version of php_printer.dll to match php version 5.1.1 .
The extension_dir is set correctly , because other extensions load and work
perfectly.
When I execute the following code, I get ...
$handle = printer_open();
printer_write($handle, "Text to print");
printer_close($handle);*/
?>

an undefined function call error , even though the extension loaded at boot
time without any errors. php_printer.dll is
in the extension directory. Does anyone have a solution to my problem.
Thanks , Jim Crooks

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Does the extension php_printer.dll work with php version 5.1.1 on a XP System

am 09.12.2005 06:39:13 von Curt Zirzow

On Wed, Dec 07, 2005 at 04:27:49PM -0800, james crooks wrote:
> I trying to get php_printer.dll extension to work on a xp system . I
> downloaded correct version of php_printer.dll to match php version 5.1.1 .
> The extension_dir is set correctly , because other extensions load and work
> perfectly.

You can't rely that because other extensions work that you are
actually puting the file in the correct place. create a page with:
phpinfo();

and check the directories that php is expecting things in.

Curt.
--
cat .signature: No such file or directory

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php