#32724 [NEW]: sqlite_free_result would be useful for some transaction scenarios

2005-04-15 Thread victor-php at boivie dot com
From: victor-php at boivie dot com Operating system: Not important PHP version: 5.0.4 PHP Bug Type: SQLite related Bug description: sqlite_free_result would be useful for some transaction scenarios Description: This is a function FEATURE REQUEST and not a real

#32724 [Fbk->Opn]: sqlite_free_result would be useful for some transaction scenarios

2005-04-16 Thread victor-php at boivie dot com
ID: 32724 User updated by: victor-php at boivie dot com Reported By: victor-php at boivie dot com -Status: Feedback +Status: Open Bug Type: SQLite related Operating System: Not important PHP Version: 5.0.4 New Comment: That actually

#32724 [WFx]: sqlite_free_result would be useful for some transaction scenarios

2005-04-17 Thread victor-php at boivie dot com
ID: 32724 User updated by: victor-php at boivie dot com Reported By: victor-php at boivie dot com Status: Wont fix Bug Type: Feature/Change Request Operating System: Not important PHP Version: 5.0.4 New Comment: I respect your opinion, but might

#29159 [NEW]: readfile (or fpassthru or even php_stream_passthru) can not output large++ file

2004-07-14 Thread victor-php at boivie dot com
From: victor-php at boivie dot com Operating system: FreeBSD 4.7 PHP version: 5.0.0 PHP Bug Type: Filesystem function related Bug description: readfile (or fpassthru or even php_stream_passthru) can not output large++ file Description: victor:~> php -v

#29339 [NEW]: sqlite_escape_string returns bogus data for empty strings on Windows XP

2004-07-22 Thread victor-php at boivie dot com
From: victor-php at boivie dot com Operating system: Windows XP PHP version: 5.0.0 PHP Bug Type: SQLite related Bug description: sqlite_escape_string returns bogus data for empty strings on Windows XP Description: sqlite_escape_string returns bogus data for

#29341 [NEW]: $bar = empty(trim($foo)) ? 1 : 0 will generate error

2004-07-22 Thread victor-php at boivie dot com
From: victor-php at boivie dot com Operating system: FreeBSD, Windows XP PHP version: 5.0.0 PHP Bug Type: Scripting Engine problem Bug description: $bar = empty(trim($foo)) ? 1 : 0 will generate error Description: Look at the reproducable code below. Reproduce