From 64990642cf6bac5fcb9d93ce4c9b859cc552f70e Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Fri, 25 Sep 2015 12:16:53 +0100 Subject: Spelling bugger => buffer --- main/php_ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/php_ini.c b/main/php_ini.c index 67434d6365..17d4e31aeb 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -421,7 +421,7 @@ int php_init_config(void) SetLastError(0); - /*If the given bugger is not large enough to hold the data, the return value is + /*If the given buffer is not large enough to hold the data, the return value is the buffer size, in characters, required to hold the string and its terminating null character. We use this return value to alloc the final buffer. */ size = GetEnvironmentVariableA("PHPRC", &dummybuf, 0); -- cgit v1.2.1 From dcbbf7c38d45fd06752b7298ed765733ca2f8d41 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 12 Oct 2015 20:17:22 +0200 Subject: increase API versions --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/php.h b/main/php.h index 2a461377f4..90a230705a 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include #endif -#define PHP_API_VERSION 20131218 +#define PHP_API_VERSION 20151012 #define PHP_HAVE_STREAMS #define YYDEBUG 0 #define PHP_DEFAULT_CHARSET "UTF-8" -- cgit v1.2.1