Re: [PHP-INSTALL] configuring dynamic extensions

2004-03-15 Thread Chris
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?  I’m sorry, I don’t follow…   Thank you for taking the

[PHP-INSTALL] configuring dynamic extensions

2004-03-15 Thread Randy Debasa
    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);   /*