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

2005-12-08 Thread 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



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

2005-12-07 Thread 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 ...
?php/*
$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