* PHP-5.6: fix handling VAR vs VAR= in putenv
@ -4144,7 +4144,7 @@ PHP_FUNCTION(putenv)
Obviously the CRT version will be useful more often. But
generally, doing both brings us on the safe track at least
in NTS build. */
&& _putenv(pe.putenv_string) == 0
&& _putenv_s(pe.key, value ? value : "") == 0
# endif
) { /* success */