Closed (works as designed)
Project:
Version Control API
Version:
6.x-1.0-rc1
Component:
API module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2009 at 16:33 UTC
Updated:
24 Aug 2010 at 23:54 UTC
I installed the version control api module but my version of PHP isn't supported:
"This module requires PHP version 5.2.* and is incompatible with PHP version 5.1.6."
What specific features of PHP 5.2 are used by this module?
Thanks
Comments
Comment #1
jpetso commentedI don't know if there is anything that specifically requires 5.2. It does require PHP 5 and will make use, but might also work on 5.1 or even 5.0.
I have no problems with lowering the requirements to 5.x, but I can neither test nor will I support that configuration. You can try lowering the requirements in the versioncontrol.info file and see if you get syntax errors - if not, it might just work. I guess there's a good reason that Drupal 7 depends specifically on 5.2 and not on 5 only, so I kinda went with the same thing (just without the detail knowledge - don't know whether it's unresolved shortcomings in object orientation or just new features like PDO). If you can provide insight and testing, I'm not opposed to lowering the version dependency.
Comment #2
marvil07 commented@stodge: Please feel free to reopen this if you can provide the information