php-src/TSRM
Nikita Popov 914c1ec1d4 Stricter validation for popen mode argument on Windows
Context: The ext/standard/tests/file/popen_pclose_error-win32.phpt
test often fails under parallel testing, because the "is not recognized
as an internal or external command" message doesn't actually have a
guaranteed position in the output.

While looking into this, I noticed that this test on Windows tests
something very different (invalid comand) than on Linux (invalid mode).
Here I'm adjusting the Windows popen implementation so it immediately
fails on a `rw` mode, just like it does on Linux.
2019-02-22 10:50:56 +01:00
..
m4 Upgrade AX_FUNC_WHICH_GETHOSTBYNAME_R to serial 8 2018-07-29 15:59:33 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
LICENSE - Update to 2006 2006-01-04 23:55:42 +00:00
readdir.h Path handling related refactorings 2016-12-22 14:56:47 +01:00
threads.m4 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
tsrm_config_common.h Remove local variables 2019-02-03 21:03:00 +01:00
tsrm_config.w32.h Remove local variables 2019-02-03 21:03:00 +01:00
tsrm_strtok_r.c Remove local variables 2019-02-03 21:03:00 +01:00
tsrm_strtok_r.h properly export tsrm_strtok_r() 2014-10-05 13:20:27 +02:00
tsrm_win32.c Stricter validation for popen mode argument on Windows 2019-02-22 10:50:56 +01:00
tsrm_win32.h Remove local variables 2019-02-03 21:03:00 +01:00
TSRM.c Remove local variables 2019-02-03 21:03:00 +01:00
TSRM.h Remove local variables 2019-02-03 21:03:00 +01:00
tsrm.m4 Remove HAVE_STDARG_H 2018-09-18 05:44:56 +02:00