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
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
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
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
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
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