]> granicus.if.org Git - php/commit
UnixWare defines shutdown to _shutdown, which causes problems later
authorSascha Schumann <sas@php.net>
Fri, 29 Sep 2000 19:08:17 +0000 (19:08 +0000)
committerSascha Schumann <sas@php.net>
Fri, 29 Sep 2000 19:08:17 +0000 (19:08 +0000)
commit3be464e4ec409be06806bf71cbd5dd9aa8960ee9
tree53a598576f2bb5ec7829294eedd3e623f813a507
parentca1b12c5a1376d69fe2127167ca28b79245a38ee
UnixWare defines shutdown to _shutdown, which causes problems later
on when using a structure member named shutdown. Since this source
file does not use the system call shutdown, it is safe to #undef it.

PR: #6008, #6362
sapi/apache/mod_php4.c