ID:               31442
 User updated by:  michal at cihar dot com
 Reported By:      michal at cihar dot com
 Status:           Closed
 Bug Type:         Zend Engine 2 problem
 Operating System: 64-bit
 PHP Version:      4.3.10, 5.0.3
 Assigned To:      helly
 New Comment:

I haven't yet find time to test this, but you seem to duplicate part of
code with this commit:

        if (elements < 0) {
                return 0;
        }

+       if (elements < 0) {
+               return 0;
+       }
+


Previous Comments:
------------------------------------------------------------------------

[2005-03-10 03:01:58] [EMAIL PROTECTED]

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2005-03-07 17:42:46] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip

This should be fixed since 17. January in CVS

------------------------------------------------------------------------

[2005-03-07 15:21:38] michal at cihar dot com

The patch works fine also on 5.0.3, I have no idea what could break
tests for you...

------------------------------------------------------------------------

[2005-01-08 20:00:53] michal at cihar dot com

I can't reproduce these failures here (php 4.3.10).

------------------------------------------------------------------------

[2005-01-08 18:39:07] [EMAIL PROTECTED]

php run-tests.php ext/standard/tests/serialize

...

FAILED TEST SUMMARY
---------------------------------------------------------------------
serialize()/unserialize()/var_dump()
[ext/standard/tests/serialize/001.phpt]
Bug #25378 (unserialize() crashes with invalid data)
[ext/standard/tests/serialize/002.phpt]
Bug #14293 (serialize() and __sleep())
[ext/standard/tests/serialize/bug14293.phpt]
Bug #21957 (serialize() mangles objects with __sleep)
[ext/standard/tests/serialize/bug21957.phpt]
Bug #25378 (unserialize() crashes with invalid data)
[ext/standard/tests/serialize/bug25378.phpt]
Bug #28325 (Problem in serialisation of circular references)
[ext/standard/tests/serialize/bug28325.phpt]

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/31442

-- 
Edit this bug report at http://bugs.php.net/?id=31442&edit=1

Reply via email to