diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-09-23 04:13:36 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-09-23 04:13:36 +0000 |
commit | 1ac15b2f8efa9b40703375fd331ccd5842d5040e (patch) | |
tree | b8b7f7a5997626743965e2e41d50e3fc466ec355 /UPGRADING.INTERNALS | |
parent | 68b1905702cf060ee1585ee5e626b82b57a9c532 (diff) | |
download | php-git-1ac15b2f8efa9b40703375fd331ccd5842d5040e.tar.gz |
Added TSRMLS macros into php_get_current_user()
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 18aa31c1e4..bfbfa533e0 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -96,3 +96,7 @@ Use emalloc, emalloc_rel, efree or efree_rel instead. . popen_ex (win32) TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC); + +. php_get_current_user + PHPAPI php_get_current_user(TSRMLS_D) + Call: char *user = php_get_current_user(TSRMLS_C);
\ No newline at end of file |