fix build with PHP < 5.3.7

This commit is contained in:
Remi Collet
2014-07-08 16:22:08 +02:00
parent e3a7935ccf
commit d4866a7ee6

5
sync.c
View File

@@ -21,6 +21,11 @@
#endif
#include "php_sync.h"
/* PHP_FE_END not define in php < 5.3.7 */
#ifndef PHP_FE_END
#define PHP_FE_END {NULL, NULL, NULL}
#endif
/* {{{ sync_module_entry
*/
zend_module_entry sync_module_entry = {