From:             david dot nicholls at camden dot gov dot uk
Operating system: Windows 2000
PHP version:      5CVS-2003-10-27 (dev)
PHP Bug Type:     COM related
Bug description:  Attempt to serialize causes php crash

Description:
------------
Get a Dr Watson crash when I attempt to serialize the data in the
PasswordExpirationDate property from a WinNT:// call.

Visually the data is '02/11/2003 15:17:01'
the above text string does not cause a crash when serialized

Other returned properties can be serialized and code runs fine when the
PasswordExpirationDate property is not serialized

Reproduce code:
---------------
Requires an NT 4 domain controller to test against (con provide code if
required)

Actual result:
--------------
Dr Waston crashdump report available on request (not a small file) however
following line seem pertinant

*----> Stack Back Trace <----*

FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
0012FA9C 0000000E 0000004E 00000010 0000000F 00000001 !zend_stack_base 

FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
0145FF40 100C1A95 0145FF64 00000000 00000000 00000000
user32!GetMenuItemRect 
0145FFB4 7C57B382 01136C88 00000000 00000000 01136C88 !zend_timeout 
0145FFEC 00000000 78008532 01136C88 00000000 2B4D4F43 kernel32!lstrcmpiW 

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

Reply via email to