iliaa           Mon Jan  5 19:56:11 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/main       SAPI.c 
  Log:
  MFH: 64 bit stuff.
  
  
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.155.2.15 php-src/main/SAPI.c:1.155.2.16
--- php-src/main/SAPI.c:1.155.2.15      Tue Nov 25 19:33:48 2003
+++ php-src/main/SAPI.c Mon Jan  5 19:56:10 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.c,v 1.155.2.15 2003/11/26 00:33:48 sniper Exp $ */
+/* $Id: SAPI.c,v 1.155.2.16 2004/01/06 00:56:10 iliaa Exp $ */
 
 #include <ctype.h>
 #include <sys/stat.h>
@@ -508,7 +508,7 @@
 
        switch (op) {
        case SAPI_HEADER_SET_STATUS:
-               sapi_update_response_code((int) arg TSRMLS_CC);
+               sapi_update_response_code((long) arg TSRMLS_CC);
                return SUCCESS;
 
        case SAPI_HEADER_REPLACE:

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

Reply via email to