Your message dated Sun,  5 Sep 2010 10:47:00 +0100 (WEST)
with message-id <[email protected]>
and subject line Package php-sqlite3 has been removed from Debian
has caused the Debian Bug report #511092,
regarding php-sqlite3: incorrect integer values in result
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.)


-- 
511092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511092
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php-sqlite3
Version: 0.4-4
Severity: normal

Hi, i have found a little bug in the package. if you store a long int
in the database you get only the lowest 32 bit from the
sqlite3-module.  to resolve this problem, you need to change line 602
in php_sqlite3.c from

ZVAL_LONG(col_val, sqlite3_column_int (stmt->stmt, col));

to

ZVAL_LONG(col_val, sqlite3_column_int64 (stmt->stmt, col));

regards
-Chris

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/1 CPU core; PREEMPT)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages php-sqlite3 depends on:
ii  php-db                        1.7.13-2   PHP PEAR Database Abstraction Laye

php-sqlite3 recommends no packages.

php-sqlite3 suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.5-1+rm

You filed the bug http://bugs.debian.org/511092 in Debian BTS
against the package php-sqlite3. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/478479. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues


--- End Message ---

Reply via email to