diff options
author | Derick Rethans <github@derickrethans.nl> | 2019-05-29 09:34:10 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2019-05-29 09:34:10 +0100 |
commit | 8ec0cf8be72b8b7d025443a9b9510d2fbe3e4f99 (patch) | |
tree | 7263c1cb8b72253a86929291629433509120215f /main/php.h | |
parent | 3bd5b83615d47e480840d50fcaab31a5463cb314 (diff) | |
download | php-git-8ec0cf8be72b8b7d025443a9b9510d2fbe3e4f99.tar.gz |
Bump API numbers
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 be9917922a..ae5d38bdd2 100644 --- a/main/php.h +++ b/main/php.h @@ -24,7 +24,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20180731 +#define PHP_API_VERSION 20190529 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" |