flaupretre / pecl-pcs

PHP Code Service
Other
25 stars 4 forks source link

fix build with PHP < 5.3.7 #3

Closed remicollet closed 8 years ago

remicollet commented 8 years ago

As package.xml say min version is 5.3.0... and RHEL-6 still have 5.3.3... and the fix is trivial...

ZEND_MOD_END was introduced in PHP 5.3.7 as { NULL, NULL, NULL, 0 }, but previous versions expect { NULL, NULL, NULL}

flaupretre commented 8 years ago

Thanks. I'll integrate this in pecl-compat.