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

Reply via email to