fmk             Fri Aug 20 23:09:45 2004 EDT

  Modified files:              
    /php-src/main       SAPI.h 
  Log:
  Fix win32 compilation. Missing uid_t and gid_t definitions.
  
http://cvs.php.net/diff.php/php-src/main/SAPI.h?r1=1.109&r2=1.110&ty=u
Index: php-src/main/SAPI.h
diff -u php-src/main/SAPI.h:1.109 php-src/main/SAPI.h:1.110
--- php-src/main/SAPI.h:1.109   Tue Aug 10 13:40:00 2004
+++ php-src/main/SAPI.h Fri Aug 20 23:09:45 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.h,v 1.109 2004/08/10 17:40:00 rasmus Exp $ */
+/* $Id: SAPI.h,v 1.110 2004/08/21 03:09:45 fmk Exp $ */
 
 #ifndef SAPI_H
 #define SAPI_H
@@ -24,6 +24,9 @@
 #include "zend.h"
 #include "zend_llist.h"
 #include "zend_operators.h"
+#ifdef PHP_WIN32
+#include "win95nt.h"
+#endif
 #include <sys/stat.h>
 
 #define SAPI_OPTION_NO_CHDIR 1

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to