From:             sakuza at sakuza dot com
Operating system: WinXP
PHP version:      4.4.0
PHP Bug Type:     Scripting Engine problem
Bug description:  References bug

Description:
------------
I have problems with references in 4.4.0 .References just do not working
under 4.4.0 correctly. I am using following class for parsing XML
documents to multidimensional array.In version 4.3.11 and with earlier
versions it works fine,but in versions 4.4.0 are something very wrong.


Reproduce code:
---------------
http://sakuza.com/articles/references_bug/parser.phps

Expected result:
----------------
Versions 4.3.11 and earlier will output next results :
http://sakuza.com/articles/references_bug/_res1.htm

Actual result:
--------------
All PHP 4.4.0 versions output following results : 
http://sakuza.com/articles/references_bug/_res2.htm

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

Reply via email to