From: ngabriel4 at comcast dot net
Operating system: Windows XP (cygwin)
PHP version: 4.3.9
PHP Bug Type: Unknown/Other Function
Bug description: package.dtd does not define NUMBER ?!
Description:
------------
Actual version :PHP 4.3.10-dev (cli) (built: Nov 21 2004 00:51:32)
I think a line like the following should be included in the package.dtd
document, so that IE can understand the XML files that use this DTD.
<!ENTITY % NUMBER "CDATA">
and later in the ATTLIST , the lines refering to NUMBER must be changed to
:
phpapi %NUMBER; #IMPLIED
instead of :
phpapi NUMBER #IMPLIED
which is the line IE bums out on.
Reproduce code:
---------------
phpapi NUMBER #IMPLIED
Expected result:
----------------
once changed to :
phpapi %NUMBER; #IMPLIED
IE should treat it as proper ( well formed XML/DTD).
Actual result:
--------------
IE reports NUMBER as undefined.
--
Edit bug report at http://bugs.php.net/?id=30866&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=30866&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=30866&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=30866&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=30866&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=30866&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=30866&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=30866&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=30866&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=30866&r=support
Expected behavior: http://bugs.php.net/fix.php?id=30866&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=30866&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=30866&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=30866&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=30866&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=30866&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=30866&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=30866&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=30866&r=float
MySQL Configuration Error: http://bugs.php.net/fix.php?id=30866&r=mysqlcfg