Your message dated Fri, 13 Jan 2017 13:05:30 +0000
with message-id <e1cs1xu-0009dr...@fasolo.debian.org>
and subject line Bug#841781: Removed package(s) from unstable
has caused the Debian Bug report #827486,
regarding php5-dev: integer overflow on x32
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 ow...@bugs.debian.org
immediately.)


-- 
827486: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: php5-dev
Version: 5.6.12+dfsg-0+deb8u1
Severity: important

Dear Maintainer,

Seems integer overflow is bogus on x32 arch

According to php doc 

> If PHP encounters a number beyond the bounds of the integer type, it will
> be interpreted as a float instead. Also, an operation which results in a
> number beyond the bounds of the integer type will return a float instead.

http://php.net/manual/en/language.types.integer.php

This works fine on i386

php -r 'echo("Number: " . (2147483647 + 1) . "\n");'
Number: 2147483648

The same code on x32

php -r 'echo("Number: " . (2147483647 + 1) . "\n");'
Number: -2147483648


-- System Information:
Debian Release: 8.1
Architecture: x32 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages php5-dev depends on:
ii  autoconf      2.69-8
ii  automake      1:1.14.1-4
ii  libpcre3-dev  2:8.35-3.3+x32
ii  libssl-dev    1.0.1k-3+deb8u1
ii  libtool       2.4.2-1.11
ii  php5-common   5.6.12+dfsg-0+deb8u1
ii  shtool        2.0.8-6

Versions of packages php5-dev recommends:
ii  dh-php5        0.2
ii  pkg-php-tools  1.28

php5-dev suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 5.6.26+dfsg-1+rm

Dear submitter,

as the package php5 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/841781

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to