After compiling php 4.3 configured as follows:

# ./configure  --with-java --with-pdflib=/usr/local --with-gd --with-ttf
--enable-trans-sid --with-curl --with-openssl --enable-sysvsem
--enable-sysvshm --with-zlib --with-mysql=/usr/local/mysql
--with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr
--with-gettext --with-imap --with-imap-ssl --with-ldap --with-kerberos
--enable-ftp --with-iodbc=/usr --with-oci8 --with-imagick --enable-xslt
--with-xslt-sablot=/usr/local --with-expat-dir=/usr

The new 'make test' routine fails several of the XSLT test.  I've pasted
all the XSLT test results below - note that many are failures.

Is this expected behavior?  If not, can anyone provide hints as to what
might be the problem?  Some of these tests seem to point to non-existent
functions (xslt_set_object) so perhaps these tests are irrelevant?

Thanks

PASS Pass long string to 'file' argument, bug #17791
[ext/xslt/tests/bug17791.phpt]
PASS Pass object for xslt_error_handler, bug #17931
[ext/xslt/tests/bug17931.phpt]
FAIL Relative and absolute arg handling [ext/xslt/tests/bug20177.phpt]
FAIL Don't override xslt_set_base (bug #20518)
[ext/xslt/tests/bug20518.phpt]
PASS Memoryleak in error printing [ext/xslt/tests/xslt-001.phpt]
PASS Check for xslt presence [ext/xslt/tests/xslt.phpt]
PASS xslt_backend_info: examples for detection of backend features
[ext/xslt/tests/xslt_backend_info.phpt]
PASS xslt_getopt function [ext/xslt/tests/xslt_getopt.phpt]
FAIL Various ways to provide xml and xslt arguments and params
[ext/xslt/tests/xslt_process-001.phpt]
FAIL Crash xslt_process with reused handler (this test may take a while)
[ext/xslt/tests/xslt_process-002.phpt]
FAIL xslt_set_object function [ext/xslt/tests/xslt_set_object.phpt]
FAIL Set a non-existing scheme handler
[ext/xslt/tests/xslt_set_scheme_handlers-001.phpt]
FAIL Override Sablotron file handler
[ext/xslt/tests/xslt_set_scheme_handlers-002.phpt]
FAIL Core dump when returning FALSE in a handler
[ext/xslt/tests/xslt_set_scheme_handlers-003.phpt]
FAIL xslt_setopt function and public entities
[ext/xslt/tests/xslt_setopt.phpt]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to