Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid global constants/functions #17

Closed
nelson6e65 opened this issue Nov 14, 2015 · 0 comments
Closed

Avoid global constants/functions #17

nelson6e65 opened this issue Nov 14, 2015 · 0 comments
Assignees
Milestone

Comments

@nelson6e65
Copy link
Owner

nelson6e65 commented Nov 14, 2015

Possible collision with other packages functions/constants that defines same function.

Example: typeof().

@nelson6e65 nelson6e65 self-assigned this Nov 14, 2015
@nelson6e65 nelson6e65 added this to the v0.6.0 milestone Nov 14, 2015
nelson6e65 added a commit that referenced this issue Mar 16, 2016
- Deprecated global functions for next release.
- Update Copyright date in related files.

ref. #17
nelson6e65 added a commit that referenced this issue Jun 7, 2016
Aliases compatible with PHP 5.5 in all namespaces for:
- msg()
- nmsg()
- typeof()

Now classes in all namespaces are ensured to use internal classes instead of
 global ones (that may cause name collision with other packages, #17).
@nelson6e65 nelson6e65 removed the wip label Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant