[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: http://www.

[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 C:\Inetpub\wwweloa

[PHP] loading extension fails

2001-06-23 Thread Joe Stump
I've successfully compiled an extension for my php builder (pgsql.so) by doing the following: phpize ./configure make I then copied my shiny new extension to /usr/lib/php4/extensions/no-debug-non-zts-20001222 - which is where all my other php extensions are (mysql.so, gd.so, imap.so, etc). The