diff options
author | Wez Furlong <wez@php.net> | 2005-04-27 22:19:54 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-04-27 22:19:54 +0000 |
commit | 6d978a62f1b69760870524fcf2f3900063d35ced (patch) | |
tree | 89bed8d6878b1352394177e6fa98d7654e869e0b /ext/xml/php_xml.h | |
parent | 396acbf64c9b4bcd312fdbad70741493a1b1d9b6 (diff) | |
download | php-git-6d978a62f1b69760870524fcf2f3900063d35ced.tar.gz |
Add three new TSRM api functions:
TSRM_API void *tsrm_new_interpreter_context(void);
TSRM_API void *tsrm_set_interpreter_context(void *new_ctx);
TSRM_API void tsrm_free_interpreter_context(void *context);
These can be used, with a suitable SAPI, to host multiple interpreters on
the same thread.
Diffstat (limited to 'ext/xml/php_xml.h')
0 files changed, 0 insertions, 0 deletions