ID: 35430 Updated by: [EMAIL PROTECTED] Reported By: stochnagara at hotmail dot com -Status: Open +Status: Closed Bug Type: PDO related Operating System: windows xp PHP Version: 5.1.0 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-11-27 21:26:23] stochnagara at hotmail dot com Description: ------------ When PDO::FETCH_FUNC is used without passing the function name as additional argument, Apache crashes. Reproduce code: --------------- <? $pdo = new PDO("sqlite::memory:"); $pdo->query ("CREATE TABLE test (a integer primary key)"); $pdo->query ("select a from test")->fetchAll(PDO::FETCH_FUNC); Expected result: ---------------- no error Actual result: -------------- Apache crashes. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35430&edit=1