Browse Source

Added the O_NOCTTY option, for terminal i/o.

experimental/ZendEngine2
Sterling Hughes 25 years ago
parent
commit
1808802279
  1. 1
      ext/dio/dio.c

1
ext/dio/dio.c

@ -88,6 +88,7 @@ PHP_MINIT_FUNCTION(dio)
RDIOC(O_NONBLOCK);
RDIOC(O_NDELAY);
RDIOC(O_SYNC);
RDIOC(O_NOCTTY);
RDIOC(S_IRWXU);
RDIOC(S_IRUSR);
RDIOC(S_IWUSR);

Loading…
Cancel
Save