diff options
author | Alex Waugh <alexwaugh@php.net> | 2006-03-07 22:37:18 +0000 |
---|---|---|
committer | Alex Waugh <alexwaugh@php.net> | 2006-03-07 22:37:18 +0000 |
commit | b7d6d705f1e471544418cf8febb62943ece9e8ce (patch) | |
tree | 6b34ba03c23367618e8063996e5d51e8447c5b9d /sapi/cgi/cgi_main.c | |
parent | ad777e3c78cd6927c090ae91535bebd1e68fca11 (diff) | |
download | php-git-b7d6d705f1e471544418cf8febb62943ece9e8ce.tar.gz |
Fix for RISC OS
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r-- | sapi/cgi/cgi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index cbba5c873f..8fe28acf04 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -69,6 +69,7 @@ #ifdef __riscos__ #include <unixlib/local.h> +int __riscosify_control = __RISCOSIFY_STRICT_UNIX_SPECS; #endif #include "zend_compile.h" |