From:             mail at alexanderklein dot de
Operating system: Linux & Win32
PHP version:      5.0.0b3 (beta3)
PHP Bug Type:     Class/Object related
Bug description:  unserialize() produces lowercase classnames

Description:
------------
I use the __autoload($sClass) feature, and the $sClass 
names are always transmitted as is. With upper and
lower characters.

But when i cache a class with serialize and try
to unserialize, the $sClass names are only lowercase.

System 1
    System      Windows NT 5.1
    Build Date  Jan 1 2004 16:06:44
    Server API  CGI/FastCGI
    PHP API     20031224
    PHP Extension       20020429
    Zend Extension      90021012
    
System 2
    System      Linux * 2.4.18 #1 SMP i686
    Build Date  Dec 23 2003 04:48:50
    Server API  Apache
    Virtual Directory Support   disabled
    PHP API     20031103
    PHP Extension       20020429
    Zend Extension      90021012



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

Reply via email to