Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

PHP 5.2 #21

Closed
skycafemix opened this issue Jul 16, 2014 · 1 comment
Closed

PHP 5.2 #21

skycafemix opened this issue Jul 16, 2014 · 1 comment

Comments

@skycafemix
Copy link

Hello, am I correct in understanding you do not want to support php 5.2?
I am localizing a Drupal-based application requiring php 5.2.17, Drupal 6, CentOS 5.10 unfortunately, and have been collecting my own library of functions from the net (quite a "patchwork!" ;) to make it utf-8 (Japanese) compatible including fluxbb,corpsee, etc. Corpsee I see recommended people use your library so would like to know if it is possible to do so. If possible I wanted to run the phpunit tests to see if it works on 5.2 but namespaces etc. seems like a no go?

@nicolas-grekas
Copy link
Contributor

You're correct :) 5.3 is almost at EOL and 5.2 is already since years.
But feel free to port the code to 5.2 if you need it. It should not be very hard: replacing namespaces by underscore names and replacing static:: by self:: should be enough.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants