php7_ext_wrapper.h: #include <stdbool.h>

pull/10/head
yuqing 2016-08-08 15:27:51 +08:00
parent a56d0af695
commit 792549e60c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Version 1.30 2016-08-01
Version 1.30 2016-08-07
* modify php-fastcommon/test.php
* php7_ext_wrapper.h: fix memory leak in php 7

View File

@ -5,6 +5,7 @@
#ifndef _PHP7_EXT_WRAPPER_H
#define _PHP7_EXT_WRAPPER_H
#include <stdbool.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif