php-src/ext/xsl
Nikita Popov 75a04eac97 Make exit() unwind properly
exit() is now internally implemented by throwing an exception,
performing a normal stack unwind and a clean shutdown. This ensures
that no persistent resource leaks occur.

The exception is internal, cannot be caught and does not result in
the execution of finally blocks. This may be relaxed in the future.

Closes GH-5768.
2020-06-29 15:50:12 +02:00
..
tests Make exit() unwind properly 2020-06-29 15:50:12 +02:00
config.m4 ext/xsl: Use PKG_CHECK_MODULES to detect the EXSLT library 2019-06-07 09:35:14 +02:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS
php_xsl_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
php_xsl.c Fix [-Wundef] warning in XLS extension 2020-05-20 16:29:51 +02:00
php_xsl.h Fix [-Wundef] warning in XLS extension 2020-05-20 16:29:51 +02:00
php_xsl.stub.php Fix UNKNOWN default values in ext/xsl 2020-05-06 19:15:38 +02:00
xsltprocessor.c Avoid warning on exception in xsl ext 2020-06-25 15:07:38 +02:00