summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-01-23 11:12:49 -0500
committerSara Golemon <pollita@php.net>2018-01-23 11:13:41 -0500
commitdf4edde870ef42fdd8397f9d67c6c9b5d9b74bac (patch)
tree824071096f222021855567566b4e6b77bf29d30c /main/php.h
parent76b63ed149f1493f5a6d53544a16f59c4b957d57 (diff)
downloadphp-git-df4edde870ef42fdd8397f9d67c6c9b5d9b74bac.tar.gz
Remove padding just merged since 7.3 isn't released yet.
Also bump PHP_API_VERSION since the struct size has changed.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index b2e6c581df..7fd975d351 100644
--- a/main/php.h
+++ b/main/php.h
@@ -26,7 +26,7 @@
#include <dmalloc.h>
#endif
-#define PHP_API_VERSION 20170718
+#define PHP_API_VERSION 20180123
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
#define PHP_DEFAULT_CHARSET "UTF-8"