Closed

Description
As soon as minimal supported PHP version of PHPWord is 5.3 for now, it would be really cool to refactor source code and use new features (namespaces, for example).
Migration guide from PHP 5.2.x to PHP 5.3.x could be found here. Tasks to do:
- Replace split() function call in PHPWord_Shared_File class with explode() or with preg_split() function call.
- Implement namespaces support.
@Progi1984, @gavroche, do we plan to do something like that?