diff options
| author | Sascha Schumann <sas@php.net> | 2001-08-05 14:27:39 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-08-05 14:27:39 +0000 |
| commit | 2cce13fd50411ff524e34c3cc27f9a2087cec115 (patch) | |
| tree | de4a07fe5160b6842942959adaef7317031a8209 /sapi/fastcgi/fastcgi.c | |
| parent | 0af7ad15f58587a48aeee460f15cb24a7bf97760 (diff) | |
| download | php-git-2cce13fd50411ff524e34c3cc27f9a2087cec115.tar.gz | |
further tsrm cleanup
Diffstat (limited to 'sapi/fastcgi/fastcgi.c')
| -rw-r--r-- | sapi/fastcgi/fastcgi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/fastcgi/fastcgi.c b/sapi/fastcgi/fastcgi.c index 6ad0bbec18..0984dabe84 100644 --- a/sapi/fastcgi/fastcgi.c +++ b/sapi/fastcgi/fastcgi.c @@ -122,7 +122,6 @@ static int sapi_fastcgi_read_post(char *buffer, uint count_bytes TSRMLS_DC) size_t read_bytes = 0, tmp; int c; char *pos = buffer; - TSRMLS_FETCH(); while( count_bytes ) { c = FCGX_GetStr( pos, count_bytes, in ); |
