On Wed, 2004-04-21 at 14:50, Nikola Novakovic wrote:
> Hi everybody,
>  
> I run Appache/PHP (latest or near the latest versions) on Windows 2000.
> 
> This was installed by pre-configured package WAMP5 (I'm the beginner), and it works 
> fine, except I don't know how to obtain support for T1LIB library that is required 
> for some graphics functions.
> 
> I read all references I could find, but no one says exactly how to enable this 
> support.
> 
> Does anybody have any advice?

Download the zip file of php-version and check to see if there are dlls
for that library...if yes...then copy those to your dll folder where
your other php dlls are. Uncomment that dll name in your php.ini file,
restart server and verify that the library is getting loaded.

--
Ray

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

Reply via email to