Skip to content

Commit 4869bd3

Browse files
committed
Test patch...
1 parent 3b53a8a commit 4869bd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ void php3_apache_putc(char c)
305305
void php3_log_err(char *log_message)
306306
{
307307
FILE *log_file;
308-
TLS_VARS;
308+
PLS_FETCH();
309309

310310
/* Try to use the specified logging location. */
311311
if (PG(error_log) != NULL) {
@@ -355,7 +355,6 @@ void php3_log_err(char *log_message)
355355
/* wrapper for modules to use PHPWRITE */
356356
PHPAPI int php3_write(void *buf, int size)
357357
{
358-
TLS_VARS;
359358
return PHPWRITE(buf, size);
360359
}
361360

0 commit comments

Comments
 (0)