Your message dated Fri, 04 Jul 2014 14:09:04 +0200
with message-id <[email protected]>
and subject line Closing bugs filled against php5 in oldstable
has caused the Debian Bug report #499031,
regarding Problem with object implementing ArrayAccess in a foreach loop
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
499031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499031
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libapache2-mod-php5
Version: 5.2.0-8+etch11

It seems that bug http://bugs.php.net/bug.php?id=34445 is present in libapache2-mod-php5, 5.2.0-8+etch11:

e.g. dataPoint implements ArrayAccess, but
  foreach($dataPoint['medicatie'] as $medicijn) {
  }
results in an error (Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in), while
  foreach(($a=$dataPoint['medicatie']) as $medicijn) {
  }
works just fine.

Also, other php versions (for example the Ubuntu php, 5.1.6-1ubuntu2.1) do not have problems with the first version.

Regards,


Roy de Boer


INFI B.V.
Vondellaan 140
3521 GH Utrecht
t 030-2325888
f 030-2803959
m 06-41269434
http://www.infi.nl



--- End Message ---
--- Begin Message ---
Version: 5.4.4-14

Hey all,

I am closing the bugs that were filled against php5 5.3 in Debian
oldstable
(well and earlier)...

Feel free to reopen the bug in you can reproduce it with php5 from
current
stable Debian release.

Cheers,
-- 
Ondřej Surý <[email protected]>
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

--- End Message ---

Reply via email to