php-src/sapi/roxen/config.h.stub
David Hedbor 353686c9c5 Now ZTS can be used. Unless --enable-roxen-zts is specified at the
configure line the default process global Roxen PHP lock will be
used. In tests this was a lot faster for some reason and until the
reasons are figured out, it's recommended to use the non-thead-safe
version.
Cvs: ----------------------------------------------------------------------
1999-11-25 00:28:19 +00:00

13 lines
310 B
Plaintext

/* Define this if you want to build the Roxen PHP module
* It is currently VERY EXPERIMENTAL and not finished.
*/
#undef HAVE_ROXEN
/* Comment to use the Roxen "serializing" instead of PHP's ZTS.
* It seems like the Roxen PHP-global mutex lock works better,
* performance wise.
*/
#undef ROXEN_USE_ZTS