Ask a Question related to PHP Development, Design and Development.
-
Gabriele Farina #1
Adding extensions under windows
Hi guys,
I'm trying to add php_xslt and php_dom_xml extension to the php interpreter,
but the interpreter can't load the files also if they are in the right
directory. It happens only for this dlls, not for all the extensions. the
libs required by php_xslt are stored correctly in the libs directory (I
think that php_xslt bedds only sablot.dll and expat.dll).
where is the problem??Why php doesn't load this .dll files??
bye
Gabriele Farina Guest
-
extensions on a windows system
Heallo all, I need to run some tests on a windows system(XP profesional with IIS) and the PHP (4.3 ) application needs the following extensions ... -
Cannot use Sybase extensions in PHP 4.3.3 (Windows)
Hi all, When trying to connect with a MS Sql database, I get the "cannot find libct.dll" error. I've searched Google and have found a few threads... -
Windows extensions with MINGW
Hi all, I try to build/install Ruby 1.8.0 from sources on Windows, by using MINGW (gcc) + MSYS (set of various unix utilities) configure,... -
Adding extensions to hundreds MAC files
This has been answered before but I can't find it. (Thought I bookmarked it but obviously didn't!) Len Hewitt gave an answer using a DOS Command. ... -
Adding file extensions recognized by Dreamweaver MX
I followed instructions from Macromedia's web site on how to add the extension ".inc" to Dreamweaver MX. Before doing this, include files could... -
steffen horst #2
Re: Adding extensions under windows
hi
Mind only if noone else knows the answer:> I'm trying to add php_xslt and php_dom_xml extension to the php
> interpreter,
> but the interpreter can't load the files also if they are in the right
> directory. It happens only for this dlls, not for all the extensions. the
> libs required by php_xslt are stored correctly in the libs directory (I
> think that php_xslt bedds only sablot.dll and expat.dll).
>
> where is the problem??Why php doesn't load this .dll files??
I had the same problem, but i'm not sure how i got it finally worked. The
only thing i remember is, that you have to close Apache (or whatever you
are using), not just php.exe. Google told me to put the dll's into the
system32-directory, if you are using windows, but i'm not sure, whether
that is really necessary.
please post here, when you found the way..
steffen
--
Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]
steffen horst Guest
-
steffen horst #3
Re: Adding extensions under windows
> that you have to close Apache
....before you copy the files into the proper directory
--
Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]
steffen horst Guest
-
Gabriele Farina #4
Re: Adding extensions under windows
> please post here, when you found the way..
I find te way:
You have to copy the files in the "dlls" directory in windows/system32, and
also copy php_xslt.dll (but it works also for php_domxml.dll) in that
directory.
Now it works, an the errors desappear.
I find my answer here:
[url]http://sniptools.com/vault/000007.htm[/url]
bye, and good night
Gabriele Farina Guest



Reply With Quote

