Re: [PHP-WIN] PHP extensions (dll's)

2004-06-08 Thread Svensson, B.A.T. (HKG)
Sorry, I didn't read the complete message... :( On Tue, 2004-06-08 at 15:56, Svensson, B.A.T. (HKG) wrote: > If you have Visual C++ DevStudio you can use DLL spy. > > n Tue, 2004-06-08 at 15:36, Gerardo Rojas wrote: > > Is there a way to find out what extensions are loaded, at runtime? I > > wan

Re: [PHP-WIN] PHP extensions (dll's)

2004-06-08 Thread Svensson, B.A.T. (HKG)
If you have Visual C++ DevStudio you can use DLL spy. n Tue, 2004-06-08 at 15:36, Gerardo Rojas wrote: > Is there a way to find out what extensions are loaded, at runtime? I > want to know if a certain dll is loaded or another one is loaded, so I > can write my code accordingly. > > To be spec

RE: [PHP-WIN] PHP extensions (dll's)

2004-06-08 Thread Gerardo Rojas
, 2004 8:54 AM To: Gerardo Rojas; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP extensions (dll's) -Message d'origine- De : Gerardo Rojas [mailto:[EMAIL PROTECTED] Envoyé : mardi 8 juin 2004 15:37 À : [EMAIL PROTECTED] Objet : [PHP-WIN] PHP extensions (dll's) Is there a way t

RE: [PHP-WIN] PHP extensions (dll's)

2004-06-08 Thread William CANDILLON
-Message d'origine- De : Gerardo Rojas [mailto:[EMAIL PROTECTED] Envoyé : mardi 8 juin 2004 15:37 À : [EMAIL PROTECTED] Objet : [PHP-WIN] PHP extensions (dll's) Is there a way to find out what extensions are loaded, at runtime? I want to know if a certain dll is loaded or a

[PHP-WIN] PHP extensions (dll's)

2004-06-08 Thread Gerardo Rojas
Is there a way to find out what extensions are loaded, at runtime? I want to know if a certain dll is loaded or another one is loaded, so I can write my code accordingly. To be specific: I want to know if the php_mssql.dll is loaded or the php_odbtp_mssql.dll has been loaded? Any input woul

Re: [PHP-WIN] PHP extensions on IIS (Java, PDF)

2003-03-10 Thread Frank Hirsch
Thanks for your help! Yes - it looks like you have to restart te machine every time you add modules (but only on IIS). Even Java/PDF modules are working now (but only as ISAPI). Needs to be solved the problem the script works only every third time it is called. Another difference between Apache an

Re: [PHP-WIN] PHP extensions on IIS (Java, PDF)

2003-03-09 Thread Frank M. Kromann
If you are uisng ISAPI for IIS and mod_php for Apche you need to restart the web server each time you enable an extension (or make other changes to the php.ini file). The php.ini file is only read at startup. If you are using CGI on either server, the php.ini file will be read once per request. T

[PHP-WIN] PHP extensions on IIS (Java, PDF)

2003-03-09 Thread Frank Hirsch
Hi, I'm successfully running Sablotron (php_xslt.dll) on IIS and Apache. PDF (php_pdf.dll) and Java (php_java.dll) only works on Apache :-( I'm using Apache and IIS on the same machine (same PHP Version and php.ini). Any hints how to get the additional modules to work on IIS? If I call the same

[PHP-WIN] PHP extensions

2003-02-28 Thread Afonso Marques dos Santos
Hi, Can anyone tell me a good site do understand the PHP extensions? I want to know wich ones I have to have in order to run my websites. Thanks in advance.

[PHP-WIN] Php extensions

2002-02-01 Thread Mauricio Lairet P.
Hi! I wanted to know somehting. If my hosting provider does not inlude PEAR in their PHP installation, am I able to do it myself? I mean like you do with some Perl modules that are not installed and you use use lib 'path_to_lib' in Perl. Is there a way to do something similar with Php extension