From f4f4c79cf93a3d4ca6d5c45f2b37ae39c974e92e 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/php_ini.c') 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 694570ab54d9f426323c3876671167d313324efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 11 Nov 2015 00:06:06 +0200 Subject: Update php_ini.c trivial typo fix --- main/php_ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_ini.c') diff --git a/main/php_ini.c b/main/php_ini.c index 17d4e31aeb..1748199bb5 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -638,7 +638,7 @@ int php_init_config(void) } if (!debpath[0]) { /* empty string means default builtin value - to allow "/foo/phd.d:" or ":/foo/php.d" */ + to allow "/foo/php.d:" or ":/foo/php.d" */ debpath = PHP_CONFIG_FILE_SCAN_DIR; } lenpath = (int)strlen(debpath); -- cgit v1.2.1