While using nodeformcols with PHP 5.3.3 I noticed when nodeformcols_node_type_update() is called it produces a segmentation fault at db_select. Strangely enough changing the orders of fields and conditions in this select fixes the issue. I've attached a patch.

CommentFileSizeAuthor
db_select_5_3.patch853 bytesAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

barraponto’s picture

Status: Active » Needs review

Can't check this, I am running php 5.3.5 locally and 5.3.2 in the server.

asherry’s picture

Issue summary: View changes
Status: Needs review » Fixed

It's good form to use the fields method before the condition method either way, I think this is a good patch. Committed to 7.x-1.x.

Sorry this has been open for so @tristanoneil.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.