php7_ext_wrapper.h: #include <stdbool.h>
parent
a56d0af695
commit
792549e60c
2
HISTORY
2
HISTORY
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Version 1.30 2016-08-01
|
Version 1.30 2016-08-07
|
||||||
* modify php-fastcommon/test.php
|
* modify php-fastcommon/test.php
|
||||||
* php7_ext_wrapper.h: fix memory leak in php 7
|
* php7_ext_wrapper.h: fix memory leak in php 7
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
#ifndef _PHP7_EXT_WRAPPER_H
|
#ifndef _PHP7_EXT_WRAPPER_H
|
||||||
#define _PHP7_EXT_WRAPPER_H
|
#define _PHP7_EXT_WRAPPER_H
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue