[PHP-DEV] Bug #11644: Interbase dll causes PWS ISAPI to die

2001-06-24 Thread jlim
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.6 PHP Bug Type: InterBase related Bug description: Interbase dll causes PWS ISAPI to die Upgraded from PHP 4.0.4pl1 to PHP 4.0.6. Did not modify my php.ini. After the upgrade, I ran a test script with

[PHP-DEV] Bug #11645: tempnam( ) does not use TMP environment variable

2001-06-24 Thread jlim
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: tempnam( ) does not use TMP environment variable The PHP manual states: The behaviour of the tempnam() function is system dependent. On

[PHP-DEV] Bug #11644 Updated: Interbase dll causes PWS ISAPI to die

2001-06-24 Thread jlim
ID: 11644 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: InterBase related Operating system: Windows ME PHP Version: 4.0.6 Description: Interbase dll causes PWS ISAPI to die Did you update your extensions from the new release? Yes I did. I renamed my old php

[PHP-DEV] Bug #12166: SQL_CUR_DEFAULT constant not defined in php_odbc.dll

2001-07-14 Thread jlim
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: SQL_CUR_DEFAULT constant not defined in php_odbc.dll SQL_CUR_DEFAULT, which is a constant that can be passed into odbc_connect, is not defined in the odbc

[PHP-DEV] Bug #12166 Updated: SQL_CUR_DEFAULT constant not defined in php_odbc.dll

2001-07-16 Thread jlim
ID: 12166 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: ODBC related Operating System: Windows ME PHP Version: 4.0.6 New Comment: Hi Kowalsky If you check in microsoft's sqlext.h you will see that SQL_CUR_DEFAULT is set to

[PHP-DEV] Re: Bug #12166 Updated: SQL_CUR_DEFAULT constant not defined in php_odbc.dll

2001-07-29 Thread jlim
ID: 12166 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: ODBC related Operating System: Windows ME PHP Version: 4.0.6 New Comment: Which docs are you referring to? The ODBC docs for PHP? The ODBC v3 docs? The ODBC v3.5 docs?

[PHP-DEV] Bug #12166 Updated: SQL_CUR_DEFAULT constant not defined in php_odbc.dll

2001-08-21 Thread jlim
ID: 12166 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: ODBC related Operating System: Windows ME PHP Version: 4.0.6 New Comment: I meant the PHP Manual entry for odbc_connect(). Previous Comments:

[PHP-DEV] Re: Bug #6275 Updated: ODBC_Prepare/ODBC_Execute fails with parameters

2001-11-27 Thread jlim
I agree with kowalsky, it is probably a limitation in the access odbc driver. Sorry for confusing everyone (including myself!). Regards, John ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=6275edit=2 ID: 6275 Updated by:

[PHP-DEV] Bug #14445: undefined function not trapped by user defined error handler

2001-12-11 Thread jlim
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: undefined function not trapped by user defined error handler The following code is used to catch errors and mail them to the webmaster: ?php /* decide

[PHP-DEV] Bug #14451: Unknown persistent list entry type in shutdown in IIS CGI

2001-12-12 Thread jlim
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.1.0 PHP Bug Type: IIS related Bug description: Unknown persistent list entry type in shutdown in IIS CGI The following code running in IIS CGI mode generates a warning: Warning: Unknown persistent list

[PHP-DEV] Bug #14780: Segmentation fault with mm,PHP works fine with files

2001-12-30 Thread jlim
From: [EMAIL PROTECTED] Operating system: RH 7.2 PHP version: 4.1.1 PHP Bug Type: Session related Bug description: Segmentation fault with mm,PHP works fine with files When stress testing my web server with ab -n5000 -c10 url after about 1000-1500 requests the child

[PHP-DEV] Bug #14780 Updated: Segmentation fault with mm,PHP works fine with files

2001-12-30 Thread jlim
ID: 14780 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: RH 7.2 PHP Version: 4.1.1 New Comment: A simple script that reproduces the problem with mm. Works fine for a while until mm breaks under stress: ?php

[PHP-DEV] Bug #14886: Access Violation in error handler with PEAR DB (ISAPI)

2002-01-06 Thread jlim
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.1.1 PHP Bug Type: IIS related Bug description: Access Violation in error handler with PEAR DB (ISAPI) I ran ApacheBench on a PEAR DB script (see below), and IIS (ISAPI mode) will die eventually. It is so bad

[PHP-DEV] Bug #14780 Updated: Segmentation fault with mm,PHP works fine with files

2002-01-06 Thread jlim
ID: 14780 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Session related Operating System: RH 7.2 PHP Version: 4.1.1 Old Assigned To: yohgaki Assigned To: New Comment: Hi, Here is my configure statement. Notice there's no pgsql: ./configure

[PHP-DEV] Bug #14886 Updated: Access Violation in error handler with MySQL (ISAPI)

2002-01-06 Thread jlim
ID: 14886 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Access Violation in error handler with PEAR DB (ISAPI) Status: Open Bug Type: IIS related Operating System: Win2000 PHP Version: 4.1.1 New Comment: I have simplified the crash to the following script (note