diff options
author | Dmitry Stogov <dmitry@zend.com> | 2019-09-02 19:02:40 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2019-09-02 19:02:40 +0300 |
commit | 78aa89a3eecbc26730e201ca46d37b48dfe67dc8 (patch) | |
tree | 5ba6f20c900e69e3d6dbf63c2a453f86c7e5bc28 /main/php.h | |
parent | f59705900132ad312aeb51174af9e92a547b0238 (diff) | |
download | php-git-78aa89a3eecbc26730e201ca46d37b48dfe67dc8.tar.gz |
Update PHP_API_VERSION
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index f8b1a3ca8e..dbd7673643 100644 --- a/main/php.h +++ b/main/php.h @@ -24,7 +24,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20190529 +#define PHP_API_VERSION 20190902 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" |