[PHP] Problem Loading Extension

2006-08-11 Thread Ray Hauge
Hello everyone, I successfully compiled PHP 4.4.3 and PHP 5.1.4 today. I'm having a problem with loading the PDFLib extension (pdflib_php.so). It works fine in PHP 4, but PHP5 is not loading it. I do know that I have the file in the correct location (same as the mysql.so file), and when I

Re: [PHP] Problem Loading Extension

2006-08-11 Thread Michael B Allen
On Fri, 11 Aug 2006 17:50:12 -0500 Ray Hauge [EMAIL PROTECTED] wrote: Hello everyone, I successfully compiled PHP 4.4.3 and PHP 5.1.4 today. I'm having a problem with loading the PDFLib extension (pdflib_php.so). It works fine in PHP 4, but PHP5 is not loading it. I do know that I have

Re: [PHP] Problem Loading Extension

2006-08-11 Thread Ray Hauge
On Friday 11 August 2006 18:15, Michael B Allen wrote: On Fri, 11 Aug 2006 17:50:12 -0500 Ray Hauge [EMAIL PROTECTED] wrote: Hello everyone, I successfully compiled PHP 4.4.3 and PHP 5.1.4 today. I'm having a problem with loading the PDFLib extension (pdflib_php.so). It works fine

[PHP] problem loading extension

2002-10-29 Thread Simon Taylor
Hi All, I have just been trying to add some more extensions to my site, I have copied the dll's for the extensions I wish to add to my extensions dir and uncommented them in my php.ini. This worked fine for all of them which include ctype, gd etc. , except for the xslt extension which will just

Re: [PHP] problem loading extension

2002-10-29 Thread Marek Kilimajer
don't know much about windows, but isn't the problem in the ./ part? Can you remove it? Simon Taylor wrote: Hi All, I have just been trying to add some more extensions to my site, I have copied the dll's for the extensions I wish to add to my extensions dir and uncommented them in my php.ini.

Re: [PHP] problem loading extension

2002-10-29 Thread Frank W.
there should be something like: extension_dir = C:\PHP\extensions in your php.ini Simon Taylor wrote: Hi All, I have just been trying to add some more extensions to my site, I have copied the dll's for the extensions I wish to add to my extensions dir and uncommented them in my php.ini.

[PHP] problem loading extension

2001-03-31 Thread Christian Dechery
I posted a message a while ago about having trouble loading php_mssql.dll extension. It gave me that error: 'can't find ...'. So I was stuppid enough to realize I didn't have MS SQL 7 installed here. Somone here told me to download a proggie called Dependency Walker, that lists all the

Re: [PHP] problem loading extension

2001-03-31 Thread Jack Dempsey
restart apache/php? -jack Christian Dechery wrote: I posted a message a while ago about having trouble loading php_mssql.dll extension. It gave me that error: 'can't find ...'. So I was stuppid enough to realize I didn't have MS SQL 7 installed here. Somone here told me to download a

Re: [PHP] problem loading extension

2001-03-31 Thread Christian Dechery
of course... it's while loading apache that the error message appears... restart apache/php? -jack Christian Dechery wrote: I posted a message a while ago about having trouble loading php_mssql.dll extension. It gave me that error: 'can't find ...'. So I was stuppid enough to realize

Re: [PHP] problem loading extension

2001-03-31 Thread Jack Dempsey
ahh, ok, misread your post...don't know what it could be..don't have experience with php and dlls... best of luck! -jack Christian Dechery wrote: of course... it's while loading apache that the error message appears... restart apache/php? -jack Christian Dechery wrote: I

Re: [PHP] problem loading extension

2001-03-31 Thread Yasuo Ohgaki
How about take a look at notes (PHP Manual)? http://www.php.net/manual/en/install-windows.php You might need to change \ to /, or / to \, or get rid of drive letter in extension_dir, as I needed to load extension for PHP for Windows. Regards, -- Yasuo Ohgaki "Christian Dechery" [EMAIL