Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 14:12 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pwolanin commentedSeems like we should move the minimum version info, etc as well.
simple patch - just cut from system.module and paste into bootstrap.inc
Comment #2
horncologne commentedLooking good! Great idea, btw.
Comment #3
chx commentedThat's OK. The performance hit resulting from this code movement is likely to be negligible small. (However, APC has a speedup for defines and there is a hidef extension, too. But I think we still do not have enough defines for a hit.)
Comment #4
bjaspan commentedI certainly approve of the idea. Is it bikeshedding to suggest that the minimum support version of individual database engines does not belong at the same level in bootstrap?
Comment #5
pwolanin commentedWell, it seemed reasonable to me that we'd want to have that information available in DRUPAL_BOOTSTRAP_DATABASE. I guess you could make the case for moving it to database.inc instead, but keeping it together seems more sensible to me in terms of finding it in the codebase.
Comment #6
pwolanin commentedComment #7
dries commentedCommitted.
Comment #8
pwolanin commentedComment #9
pwolanin commentedoops - looks like there were extra changes in the commit: http://drupal.org/cvs?commit=281932
Comment #10
dries commentedYep, that was by accident. I already updated the other issue.
Comment #11
pwolanin commentedseems like it would make sense to do the same for 6 and 5?
Comment #12
albert volkman commentedNot sure if there's still interest in this after 2+ years, but here's a D6 backport.
Comment #13
albert volkman commentedRenaming patch.