Patch for #589444 broke load with zend_extension

Bug #668608 reported by Volodymyr Kolesnykov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
php-chuid
Status tracked in 0.4
0.3.5
Fix Released
Critical
Volodymyr Kolesnykov
0.3.6
Fix Released
Critical
Volodymyr Kolesnykov
0.4
Fix Released
Medium
Volodymyr Kolesnykov

Bug Description

When loading a Zend extension with zend_extension directive, PHP expects the extension to export zend_extension_entry symbol.

The latest patch for for Bug #589444 broke that:

-ZEND_DLEXPORT zend_extension zend_extension_entry = {
+#if COMPILE_DL_CHUID
+ZEND_DLEXPORT
+#endif
+zend_extension chuid_extension_entry = {

zend_extension_entry was renamed to chuid_extension_entry.

Related branches

Changed in php-chuid:
status: New → Triaged
importance: Undecided → Critical
assignee: nobody → Vladimir Kolesnikov (sjinks)
Revision history for this message
Volodymyr Kolesnykov (sjinks) wrote :
Revision history for this message
Volodymyr Kolesnykov (sjinks) wrote :

Modified 668608-0.3.5.diff for 0.3.6 branch

Revision history for this message
Volodymyr Kolesnykov (sjinks) wrote :

Modified 668608-0.3.6.diff for 0.4 branch

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.