diff options
author | Stanislav Malyshev <stas@php.net> | 2016-02-17 22:36:01 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2016-02-17 22:36:01 -0800 |
commit | cf842f1064edeaebc598e7d7071a4a7a039e5bc0 (patch) | |
tree | a16d9cb2e90ce476c18c67c76745c93417c78397 /CODING_STANDARDS | |
parent | 491925bc53635fad04ff4e696acd66deaf5acd2a (diff) | |
download | php-git-cf842f1064edeaebc598e7d7071a4a7a039e5bc0.tar.gz |
Remove TSRMLS_* from docs as it's not used anymore
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 0cfcff18f6..a3b9d2b7d3 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -178,7 +178,7 @@ Internal Function Naming Convensions Unexposed module function should be static and should not be defined in 'php_modulename.h'. - static int php_session_destroy(TSRMLS_D) + static int php_session_destroy() 2. Main module source file must be named 'modulename.c'. |