mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00

There is also a php_strtok_r() function, which is actually used, but nothing uses the tsrm_strtok_r() variant...
4 lines
134 B
JavaScript
4 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");
|