php4-beta | 200004
Date: 04/20/00
- Next message: Max Mukhin: "Re: [PHP4BETA] PHP & Oracle Stored Procedure"
- Previous message: Andi Gutmans: "[PHP4BETA] cvs: /php4/sapi/cgi cgi_main.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
andi Thu Apr 20 06:44:19 2000 EDT
Modified files:
/php4/sapi/cgi cgi_main.c
Log:
- Another PHP_WIN32 patch
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.38 php4/sapi/cgi/cgi_main.c:1.39
--- php4/sapi/cgi/cgi_main.c:1.38 Thu Apr 20 06:23:19 2000
+++ php4/sapi/cgi/cgi_main.c Thu Apr 20 06:43:48 2000
@@ -359,7 +359,7 @@
sapi_startup(&sapi_module);
-#if WIN32|WINNT
+#ifdef PHP_WIN32
_fmode = _O_BINARY; /*sets default for file streams to binary */
setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */
setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Max Mukhin: "Re: [PHP4BETA] PHP & Oracle Stored Procedure"
- Previous message: Andi Gutmans: "[PHP4BETA] cvs: /php4/sapi/cgi cgi_main.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

