Date: 08/04/00
- Next message: mbeers <email protected>: "[PHP-DEV] PHP 4.0 Bug #5953: Session invalidates when newline character is inserted into a session variable"
- Previous message: Joey Smith: "Re: [PHP-DEV] PHP 4.0 Bug #5951: Undefined symbol "_pow" in httpsd:/usr/local/apache/libexec/libphp4.so"
- Next in thread: Andrej Falout: "[PHP-DEV] "Informix related" in the bug type entry?"
- Reply: Andrej Falout: "[PHP-DEV] "Informix related" in the bug type entry?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: mlemos <email protected>
Operating system: Linux RH 6
PHP version: 4.0 Latest CVS (04/08/2000)
PHP Bug Type: Misbehaving function
Bug description: Informix ifx_fetch_row corrupts columns of type INT8
(where is the Informix related in the bug type entry?)
The problem seems to be only with SELECTs on INT8 fields.
Execute these statements in dbaccess in any existing database.
CREATE TABLE my_table (id INT8 DEFAULT 0 NOT NULL)
INSERT INTO my_table (id) (1234)
In PHP execute this query
SELECT id FROM my_table
When you use ifx_fetch_row, it will return the result row array with
"id"=>"1234 µ¡¤®¾»«»[¶ random garbage".
I got this problem with Informix Dynamic Server 2000 Version 9.20.UC1
either using PHP 3 or PHP 4.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: mbeers <email protected>: "[PHP-DEV] PHP 4.0 Bug #5953: Session invalidates when newline character is inserted into a session variable"
- Previous message: Joey Smith: "Re: [PHP-DEV] PHP 4.0 Bug #5951: Undefined symbol "_pow" in httpsd:/usr/local/apache/libexec/libphp4.so"
- Next in thread: Andrej Falout: "[PHP-DEV] "Informix related" in the bug type entry?"
- Reply: Andrej Falout: "[PHP-DEV] "Informix related" in the bug type entry?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

