From:             abramov at fromru dot com
Operating system: Linux
PHP version:      5.0.1
PHP Bug Type:     *Configuration Issues
Bug description:  domxml functions missing

Description:
------------
I tried to compile php 5.0.1 with domxml support. Compilation was
successful, but domxml - functions are missing! The only dom function is
dom_import_simplexml:

[php-5.0.1]# sapi/cli/php |egrep -i '(xml|dom)'
<?
phpinfo();
print_r(get_defined_functions());
?>

Configure Command =>  './configure' '--with-dom=/usr/local'
'--with-dom-xslt'
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.11
libxml
libXML support => active
libXML Version => 2.6.11
libXML streams => enabled
session.cookie_domain => no value => no value
SimpleXML
Simplexml support => enabled
Classes => ArrayObject, ArrayIterator, CachingIterator,
CachingRecursiveIterator, DirectoryIterator, FilterIterator,
LimitIterator, ParentIterator, RecursiveDirectoryIterator,
RecursiveIteratorIterator, SimpleXMLIterator
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.11
OLDPWD => /usr/src/libxml2-2.6.11
_SERVER["OLDPWD"] => /usr/src/libxml2-2.6.11
_ENV["OLDPWD"] => /usr/src/libxml2-2.6.11
            [43] => xml_parser_create
            [44] => xml_parser_create_ns
            [45] => xml_set_object
            [46] => xml_set_element_handler
            [47] => xml_set_character_data_handler
            [48] => xml_set_processing_instruction_handler
            [49] => xml_set_default_handler
            [50] => xml_set_unparsed_entity_decl_handler
            [51] => xml_set_notation_decl_handler
            [52] => xml_set_external_entity_ref_handler
            [53] => xml_set_start_namespace_decl_handler
            [54] => xml_set_end_namespace_decl_handler
            [55] => xml_parse
            [56] => xml_parse_into_struct
            [57] => xml_get_error_code
            [58] => xml_error_string
            [59] => xml_get_current_line_number
            [60] => xml_get_current_column_number
            [61] => xml_get_current_byte_index
            [62] => xml_parser_free
            [63] => xml_parser_set_option
            [64] => xml_parser_get_option
            [611] => simplexml_load_file
            [612] => simplexml_load_string
            [613] => simplexml_import_dom
            [685] => dom_import_simplexml
            [697] => libxml_set_streams_context




-- 
Edit bug report at http://bugs.php.net/?id=30181&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30181&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30181&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30181&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30181&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30181&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30181&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30181&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30181&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30181&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30181&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30181&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30181&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30181&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30181&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30181&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30181&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30181&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30181&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30181&r=mysqlcfg

Reply via email to