ID:               29543
 Comment by:       dmitry dot bagaev at gmail dot com
 Reported By:      rainsford at acer dot edu dot au
 Status:           No Feedback
 Bug Type:         Apache2 related
 Operating System: Windows XP
 PHP Version:      5.0.0
 New Comment:

I have the same bug with php 2.5.4 and Apache 2.2.2 on Windiows XP. It
also can be reproduced with .= operator.

Array is the part of object and it's elements are referenced by string.


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

[2004-09-12 01:00:03] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2004-09-04 17:48:07] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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

Gives the warning for me and doesn't crash.
Please, try the latest snapshot.

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

[2004-08-06 04:28:30] rainsford at acer dot edu dot au

Description:
------------
Using += or -= etc. operator to assign to an array using an object for
a key crashes apache rather than giving an Illegal Offset Type warning.
++, -- and =n don't crash apache.

FYI, I Installed the PHP windows binaries

Configure Command       cscript /nologo configure.js
"--enable-snapshot-build" "--with-gd=shared"

Reproduce code:
---------------
<?php
class Foo {
}

$foo = new Foo();
$collection = array();

$collection[$foo] += 1; // crashes Apache 2.0.49 on Windows XP

?>

Expected result:
----------------
Warning: Illegal offset type in C:\work\msat\src\test\crashApache.php
on line 8

Actual result:
--------------
Apache crashes:

from Apache error log:
[Fri Aug 06 12:03:19 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

from Event Viewer:
Faulting application Apache.exe, version 2.0.49.0, faulting module
unknown,
version 0.0.0.0, fault address 0x00000000.


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


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

Reply via email to