Edit report at https://bugs.php.net/bug.php?id=65948&edit=1

 ID:                 65948
 Comment by:         wzis at hotmail dot com
 Reported by:        wzis at hotmail dot com
 Summary:            extension and PHP API version mismatch
 Status:             Open
 Type:               Bug
 Package:            *General Issues
 Operating System:   Linux
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

I developed the extension on RHEL 5.5 with PHP 5.1.6, and put the extension .so 
to RHEL 6.4 with PHP 5.3.3, and the extension failed to load due to VERSION of 
PHP API mismatch.


Previous Comments:
------------------------------------------------------------------------
[2013-10-22 23:43:43] wzis at hotmail dot com

Description:
------------
I developed a PHP extension and what to give it to users to use, but the strict 
version match limitation caused the extension can't be used by PHP versions 
that's different from the version I used to build the extension.
I strongly recommend PHP developers to maintain the API compatibilities, at 
least within the same major version, such as version 5. At current stage, 
because the strict version matching requirement, it's impossible for us to 
develop an extension and for it to be usable for other people. That's too 
limited.

Expected result:
----------------
The PHP API should maintain compatibility at least within same major version so 
that third party developed extension can work for any minor version within the 
same major version.



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=65948&edit=1

Reply via email to