summaryrefslogtreecommitdiff
path: root/main/php_content_types.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2005-02-21 15:14:02 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2005-02-21 15:14:02 +0000
commit0d7845384fe62648f1feb6336449144f9416a80f (patch)
treeccc5adcdeb1222696f33645ce4332bb295537241 /main/php_content_types.h
parent38dfd6886d920601cdf122048a90cd857b71a8a1 (diff)
downloadphp-git-0d7845384fe62648f1feb6336449144f9416a80f.tar.gz
- Fix bug #28568 (known_post_content_types is not thread safe).
# What is eventually necessiated is entire SAPI redesign, I think.
Diffstat (limited to 'main/php_content_types.h')
-rw-r--r--main/php_content_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_content_types.h b/main/php_content_types.h
index deab9271b1..e04f6dc45d 100644
--- a/main/php_content_types.h
+++ b/main/php_content_types.h
@@ -25,6 +25,6 @@
SAPI_API SAPI_POST_READER_FUNC(php_default_post_reader);
SAPI_API SAPI_POST_HANDLER_FUNC(php_std_post_handler);
-int php_startup_sapi_content_types(void);
+int php_startup_sapi_content_types(TSRMLS_D);
#endif /* PHP_CONTENT_TYPES_H */