Bug #16583 Updated: php 4.2.0RC3 always crashes apache 2.0.35 server at start

2002-04-17 Thread adasi
ID: 16583 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: PLD Linux PHP Version: 4.2.0RC4 New Comment: Also not working. Ugly workaround with thread_resources = NULL; work

Bug #15900 Updated: arguments to functions or again ODBC bug.

2002-03-06 Thread adasi
ID: 15900 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: Linux PHP Version: 4.1.2 New Comment: Also: echo odbc_result($table,5); works but $tname=odbc_result($table,5);

Bug #15900 Updated: arguments to functions or again ODBC bug.

2002-03-06 Thread adasi
ID: 15900 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Operating System: Linux PHP Version: 4.1.2 New Comment: In second first example i've cut lines with my example database name, user

Bug #15900: arguments to functions or again ODBC bug.

2002-03-06 Thread adasi
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.2 PHP Bug Type: *General Issues Bug description: arguments to functions or again ODBC bug. This function: function GetTID($kid) { $a=$kid; $conn = odbc_pconnect("$database", "$username", "$password"); $que

Bug #15898: obdc_close is not closing sockets

2002-03-06 Thread adasi
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.2 PHP Bug Type: ODBC related Bug description: obdc_close is not closing sockets after end of script odbc_close or odbc_close_all is not closing connections. That may cause DoS as many open sockets can suck out

Bug #15897: pretty random replies while using odbc functions

2002-03-06 Thread adasi
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.2 PHP Bug Type: ODBC related Bug description: pretty random replies while using odbc functions I'm wondering why code like this one: $conn = odbc_pconnect("$database", "$username", "$password"); $query = "s

Bug #15880 Updated: select (name) from ..... doesnt work!

2002-03-06 Thread adasi
ID: 15880 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: linux PHP Version: 4.1.1 New Comment: while using freetds+unixODBC+PHP i've found out that it's a problem of odbc_fe