ID: 31725 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5CVS-2005-03-21 New Comment:
backtrace and/or valgrind output please. Previous Comments: ------------------------------------------------------------------------ [2005-04-21 20:21:52] [EMAIL PROTECTED] It segfaults in both windows (using the 'official' binaries) and linux. The program that I've used that is segfaulting is in CVS: http://cvs.php.net/phpdoc/scripts/iniupdate/ ------------------------------------------------------------------------ [2005-04-21 17:27:06] [EMAIL PROTECTED] And the configure line you're using is..? (please, by now you should know how-to-report..) ------------------------------------------------------------------------ [2005-03-21 16:20:28] [EMAIL PROTECTED] Yep, both my examples still fail. And sqlite is leaking somewhere. ------------------------------------------------------------------------ [2005-03-21 11:12:26] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip ------------------------------------------------------------------------ [2005-01-31 01:31:13] [EMAIL PROTECTED] $sql = 'CREATE TABLE changelog ( name VARCHAR(200) PRIMARY KEY,'; foreach($tags as $tag) $sql .= " $tag TINYINT,"; $idx->query($sql); You're going to end up with a query like CREATE TABLE changelog (name VARCHAR(200) PRIMARY KEY, tag1 TINYINT, tag2 TINYINT Just pointing this out, might want to ) the end before querying? I just saw this in passing. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/31725 -- Edit this bug report at http://bugs.php.net/?id=31725&edit=1