From:             jirka at kosek dot cz
Operating system: Windows XP
PHP version:      5CVS-2005-03-23 (dev)
PHP Bug Type:     *XML functions
Bug description:  XML catalogs are not used on Windows

Description:
------------
When XML document references external entity (such as a DTD) libxml2 can
use XML catalog to redirect loading of the entity from HTTP server to some
local location.

XML catalog file should be taken from /etc/catalog or from files specified
in XML_CATALOG_FILES environment variable. This works in Windows when
libxml2 invoked from command-line (e.g. using xmllint command). However if
I use XML related functions in PHP5 under Windows, catalog files are not
taken into account. I even monitored files accessed by Apache process and
there were no attempt to locate catalog file.

Any idea?


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

Reply via email to