[PHP-DEV] PHP 4.0 Bug #10243: sys/resource.h file incorrectly not included

2001-04-09 Thread jules
From: [EMAIL PROTECTED] Operating system: linux 2.4/glibc 2.1 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: sys/resource.h file incorrectly not included Running the configure script on my system (a SuSE 6.3 system upgraded to kernel 2.4 and glibc 2.1)

[PHP-DEV] PHP 4.0 Bug #10155: Insert or update query not functioning correctly

2001-04-04 Thread jules
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 build 1381 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: Insert or update query not functioning correctly The database is Access 2000 with a few tables and relations set up in the relationships ar

[PHP-DEV] PHP 4.0 Bug #10138 Updated: mysql_insert_id() returns incorrect value

2001-04-03 Thread jules
ID: 10138 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Description: mysql_insert_id() returns incorrect value OK; I just tested with the mysql C interface and that didn't work right either, so I guess I'll take this over to mysql. Sorry to bother you

[PHP-DEV] PHP 4.0 Bug #10138 Updated: mysql_insert_id() returns incorrect value

2001-04-03 Thread jules
ID: 10138 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: MySQL related Description: mysql_insert_id() returns incorrect value Previous Comments: --- [2001-04-03 11:25:53] [EMAIL PROTECTED] I te

[PHP-DEV] PHP 4.0 Bug #10138 Updated: mysql_insert_id() returns incorrect value

2001-04-03 Thread jules
ID: 10138 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Description: mysql_insert_id() returns incorrect value Information from the RPMs of the MySQL packages: [root@fddth03-157-31 /root]# rpm -q -i -f /usr/lib/libmysqlclient.so.10.0.0 Name: MySQL-shared

[PHP-DEV] PHP 4.0 Bug #10138: mysql_insert_id() returns incorrect value

2001-04-03 Thread jules
From: [EMAIL PROTECTED] Operating system: linux 2.2 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: mysql_insert_id() returns incorrect value Example script: mysql> use test; mysql> create table mytable (a int primary key auto_increment, b int, c int); $

[PHP-DEV] PHP 4.0 Bug #10132 Updated: mysql unable to store result set warning (not as in FAQ)

2001-04-03 Thread jules
ID: 10132 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Description: mysql unable to store result set warning (not as in FAQ) Err.. ignore me. That change might or might not be necessary, but that isn't the version of mysql I'm on. Back to the drawing board...? Previo

[PHP-DEV] PHP 4.0 Bug #10132 Updated: mysql unable to store result set warning (not as in FAQ)

2001-04-03 Thread jules
ID: 10132 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Description: mysql unable to store result set warning (not as in FAQ) I've been poking around the source code trying to find a soltion to this, and I'm not sure but think I may have found it. As previously said I'm

[PHP-DEV] PHP 4.0 Bug #10132: mysql unable to store result set warning (not as in FAQ)

2001-04-03 Thread jules
From: [EMAIL PROTECTED] Operating system: linux 2.2.14 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: mysql unable to store result set warning (not as in FAQ) I'm getting the following error message when I execute a query (such as an insert) that doesn't

[PHP-DEV] PHP 4.0 Bug #10118: mysql_query() shows unwanted warnings when no result set returned.

2001-04-02 Thread jules
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: mysql_query() shows unwanted warnings when no result set returned. -- Edit Bug report at: http://bugs.php.net/?id=10118&edit=1 -- PHP Development

[PHP-DEV] PHP 4.0 Bug #10117: mysql_pconnect() can cause segmentation fault

2001-04-02 Thread jules
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: mysql_pconnect() can cause segmentation fault In the process of setting up a new site on my server, I set up a MySQL database for it and a new MySQL use