Hello,
I intend to work on LDAP module, starting by trying to get rid of obsolete method calls. (starting by https://bugs.php.net/bug.php?id=69471 )
I already have appropriate CVS rights but I’m not sure which branch I should commit into.
The git workflow says to commit in PHP-5.3 and then merge on your way down to 5.6, but I’m not sure 5.3 is even still maintained?
Côme
Hello,
I intend to work on LDAP module, starting by trying to get rid of obsolete method calls. (starting by https://bugs.php.net/bug.php?id=69471 )
I already have appropriate CVS rights but I’m not sure which branch I should commit into.
The git workflow says to commit in PHP-5.3 and then merge on your way down to 5.6, but I’m not sure 5.3 is even still maintained?
I’d say go with PHP-5.6 only (and master). Systems depending on older PHP version will probably also depend on older libraries.
Regards,
Mike