Hello,

On 9/14/06, Michael B Allen <[EMAIL PROTECTED]> wrote:

Are there any other module API changes between 4 and the current version
of PHP that would cause my module to fail to load?

PHP internals API has many changes between two major versions. Don't
expect a module compiled for php4 to be loaded smoothly in php5, the
same applies from one minor version to another. You have to provide a
binary per minor version, and for debug or non debug builds, like any
other DLL/so.

(5.0 and 5.1 are php5 minor versions, for example)

--Pierre

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to