edink Sun Jun 15 07:50:17 2003 EDT
Modified files:
/php4/sapi/nsapi nsapi.c
Log:
Fixed ZTS build
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.46 php4/sapi/nsapi/nsapi.c:1.47
--- php4/sapi/nsapi/nsapi.c:1.46 Sun Jun 15 07:48:47 2003
+++ php4/sapi/nsapi/nsapi.c Sun Jun 15 07:50:17 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: nsapi.c,v 1.46 2003/06/15 11:48:47 edink Exp $ */
+/* $Id: nsapi.c,v 1.47 2003/06/15 11:50:17 edink Exp $ */
/*
* PHP includes
@@ -198,7 +198,7 @@
NULL,
NULL,
PHP_MINFO(nsapi),
- "$Id: nsapi.c,v 1.46 2003/06/15 11:48:47 edink Exp $",
+ "$Id: nsapi.c,v 1.47 2003/06/15 11:50:17 edink Exp $",
STANDARD_MODULE_PROPERTIES
};
/* }}} */
@@ -337,7 +337,7 @@
RETURN_FALSE;
} else {
php_end_ob_buffers(1 TSRMLS_CC);
- php_header();
+ php_header(TSRMLS_C);
/* do the sub-request */
/* thanks to Chris Elving from Sun for this code sniplet */
@@ -422,7 +422,7 @@
RETURN_FALSE;
}
- php_header();
+ php_header(TSRMLS_C);
for (i=0; i < rc->rq->srvhdrs->hsize; i++) {
entry=rc->rq->srvhdrs->ht[i];
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php