summaryrefslogtreecommitdiff
path: root/README.EXT_SKEL
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 /README.EXT_SKEL
parentb3d0178915163c8d52091a6a822007a56ce02801 (diff)
downloadphp-git-6d0dec27fa243f20a85c5f4a711c895ef8766dcf.tar.gz
Remove leftovers of TSRMLS in docs
Diffstat (limited to 'README.EXT_SKEL')
-rw-r--r--README.EXT_SKEL2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT_SKEL b/README.EXT_SKEL
index fdf7ad0e90..5ac48ec4fa 100644
--- a/README.EXT_SKEL
+++ b/README.EXT_SKEL
@@ -172,7 +172,7 @@ PHP_FUNCTION(module_name_drawtext)
zval *image = NULL;
zval *font = NULL;
- if (zend_parse_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &color) == FAILURE)
+ if (zend_parse_parameters(argc, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &color) == FAILURE)
return;
if (image) {