mirror of
https://github.com/php/php-src.git
synced 2025-01-19 18:24:15 +08:00
fix zts build
This commit is contained in:
parent
a5828bbfa9
commit
ff5e95b9e3
@ -63,7 +63,7 @@
|
||||
#include "zend_indent.h"
|
||||
|
||||
JNIEXPORT void JNICALL Java_net_php_reflect_setEnv
|
||||
(JNIEnv *newJenv, jclass self);
|
||||
(JNIEnv *newJenv, jclass self TSRMLS_DC);
|
||||
|
||||
typedef struct {
|
||||
JNIEnv *jenv;
|
||||
@ -371,7 +371,7 @@ JNIEXPORT void JNICALL Java_net_php_servlet_send
|
||||
/*
|
||||
* Execute the request
|
||||
*/
|
||||
Java_net_php_reflect_setEnv(jenv, 0);
|
||||
Java_net_php_reflect_setEnv(jenv, 0 TSRMLS_CC);
|
||||
|
||||
if (display_source_mode) {
|
||||
zend_syntax_highlighter_ini syntax_highlighter_ini;
|
||||
|
Loading…
Reference in New Issue
Block a user