Re: [PHP] DSO or static Module?

2003-01-15 Thread Ray Hunter
phpinfo() You can review the configuration command and in there view the command for apache... static = --with-apache=../apache_1.3.27 dso = --with-apxs=/path/to/apxs that should help you out or get you started...you can also verify in apache which module are built-in... On Wed, 2003-01-

[PHP] DSO or static Module?

2003-01-15 Thread Lic. Carlos A. Triana Torres
Hi all, Here is a question that might be too simple to be asked, but I need to know the answer: Is there a way to find out if PHP is compiled as a DSO or as a static module? Thanx