summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
diff options
context:
space:
mode:
authorTom Van Looy <tom@ctors.net>2015-12-25 11:13:28 +0100
committerTom Van Looy <tom@ctors.net>2015-12-25 11:13:28 +0100
commit6d0dec27fa243f20a85c5f4a711c895ef8766dcf (patch)
treecf9a0f44743f39ac8cbb7d5271f969fb6d271f16 /CODING_STANDARDS
parentb3d0178915163c8d52091a6a822007a56ce02801 (diff)
downloadphp-git-6d0dec27fa243f20a85c5f4a711c895ef8766dcf.tar.gz
Remove leftovers of TSRMLS in docs
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r--CODING_STANDARDS2
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'.