php-src/ext/xsl
Peter Kokot 687eb9125a
Autotools: Remove dependency related errors (#15344)
- ext/dom
- ext/xsl

These use the PHP_ADD_EXTENSION_DEP macro which throws error when one of
the dependencies is disabled or not configured properly.

For example:
    ./configure --disable-all --enable-dom

or
    ./configure --disable-all --with-xsl

Will throw default PHP dependency error info, when using
PHP_ADD_EXTENSION_DEP.

These errors were once done when PHP_ADD_EXTENSION_DEP macro wasn't yet
available.
2024-08-11 17:39:31 +02:00
..
tests Fix trampoline leak in xpath callables 2024-07-18 16:54:46 +02:00
config.m4 Autotools: Remove dependency related errors (#15344) 2024-08-11 17:39:31 +02:00
config.w32 Sync AC_DEFINE help texts (#15207) 2024-08-03 09:47:39 +02:00
CREDITS
php_xsl_arginfo.h Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
php_xsl.c Convert forgotten efree to zend_string_release 2024-07-18 17:32:50 +02:00
php_xsl.h Avoid duplicating the filename string when profiling in XSL (#15010) 2024-07-18 17:27:53 +02:00
php_xsl.stub.php Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
xsltprocessor.c Avoid duplicating the filename string when profiling in XSL (#15010) 2024-07-18 17:27:53 +02:00