Re: [PHP-INSTALL] configuring dynamic extensions
list - Original Message - From: Randy Debasa To: [EMAIL PROTECTED] Sent: Monday, March 15, 2004 4:02 PM Subject: RE: [PHP-INSTALL] configuring dynamic extensions What do you mean by list? Im sorry, I dont follow Thank you for taking the
[PHP-INSTALL] configuring dynamic extensions
We are using php-4.3.2 and Apache 2. Here is exactly what we did: First we created this cpp source file: -- #include "php.h" /* declaration of functions to be exported */ ZEND_FUNCTION(first_module); /*