[PHP] loading extension in script

2003-08-23 Thread andu
Ok, I learned I can load extensions in script using ld(), is there a way to load extensions from a different directory (i.e.$HOME) in a case where I don't have access to /php/extensions/? -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Loading Extension...

2002-08-12 Thread Brian McGarvie
OK Help I always seem to have trouble installing extensions... what am I doing wrong? (trying to get PDFLib working). I copied the DLL to c:\php\extensions\php_pdf.dll However when I try to run a simple example I get: Fatal error: Call to undefined function: pdf_new() in