com php-src: - Fixed build: sapi/cgi/cgi_main.c

From: Date: Wed, 18 Dec 2013 10:28:44 +0000
Subject: com php-src: - Fixed build: sapi/cgi/cgi_main.c
Groups: php.cvs 
Request: Send a blank email to php-cvs+get-74497@lists.php.net to get a copy of this message
Commit:    a8a36b7d52bc8b00dd8a6cbe32b1875b4c41cbcf
Author:    Felipe Pena <felipensp@gmail.com>         Wed, 18 Dec 2013 08:28:44 -0200
Parents:   aed4b086acaa50318b3e91146a35a9af6f46e11d
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=a8a36b7d52bc8b00dd8a6cbe32b1875b4c41cbcf

Log:
- Fixed build

Changed paths:
  M  sapi/cgi/cgi_main.c


Diff:
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 6fc5a86..6b83807 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -928,7 +928,7 @@ static int sapi_cgi_deactivate(TSRMLS_D)
 				php_handle_aborted_connection();
 			}
 		} else {
-			sapi_cgi_flush(SG(server_context));
+			sapi_cgi_flush(SG(server_context) TSRMLS_CC);
 		}
 	}
 	return SUCCESS;



Thread (1 message)

  • Felipe Pena
« previous php.cvs (#74497) next »