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.
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
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
3 matches
Mail list logo