[PHP] dl() issues. PHP 4.3.1 + WIN2K + APACHE 3.1

2003-03-13 Thread Diego Fulgueira
Hope to find someone to help me with this: I am trying to load a dynamic extension using the dl() function. The dll file resides in my web root directory (c:\inetpub\wwwroot). I have extension_dir = ./ in php.ini (the default). dl("_php.dll") doesn't seem to find the file when called fro

[PHP] dl() issues

2002-03-11 Thread Evan Nemerson
Warning: Unable to load dynamic library '/usr/local/lib/php/DL/libpdf_php.so' - File not found in /home/xxx/page.php on line 6 Fatal error: Call to undefined function: pdf_new() in /home/xxx/page.php on line 11 [xxx@x php-4.1.0]$ ls -Al /usr/local/lib/php/DL/libpdf_php.so lr