Anas Mughal wrote:
> Does anybody know if I need to be concerned about
> version conflicts between the PHP executable and a
> dynamically loadable module?
> (e.g. my web hosting company's server is running PHP
> 4.0.3pl. Would it be okay for me to build a dynamic
> extention using PHP 4.1.1 and run it on the server.)
> 

No. You cannot do that.
4.1.x has different structure for module entry.

-- 
Yasuo Ohgaki


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to