You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: