mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH
This commit is contained in:
parent
3dc920d4ea
commit
0db4f06f13
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ int php_init_config(TSRMLS_D)
|
|||
}
|
||||
#else
|
||||
if (sapi_module.executable_location) {
|
||||
binary_location = (char *)emalloc(PATH_MAX);
|
||||
binary_location = (char *)emalloc(MAXPATHLEN);
|
||||
if (!strchr(sapi_module.executable_location, '/')) {
|
||||
char *envpath, *path;
|
||||
int found = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue