mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
one more file to enable static tsrmls
This commit is contained in:
parent
aff66a94a6
commit
dd85f3ae1c
@ -1475,7 +1475,7 @@ case $host_alias in
|
||||
PHP_ADD_BUILD_DIR(netware)
|
||||
;;
|
||||
*)
|
||||
PHP_ADD_SOURCES_X(/main, internal_functions_cli.c,, PHP_BINARY_OBJS)
|
||||
PHP_ADD_SOURCES_X(/main, internal_functions_cli.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1, PHP_BINARY_OBJS)
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user