mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
709897c2a5
There is also a php_strtok_r() function, which is actually used, but nothing uses the tsrm_strtok_r() variant...
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
// vim:ft=javascript
|
|
|
|
ADD_SOURCES("TSRM", "TSRM.c tsrm_win32.c");
|
|
ADD_FLAG("CFLAGS_BD_TSRM", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
|