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

Use native functions #836

Merged
merged 18 commits into from Jul 12, 2013
Merged

Use native functions #836

merged 18 commits into from Jul 12, 2013

Conversation

ghost
Copy link

@ghost ghost commented Jul 12, 2013

Features:

  • use native json_encode() and json_decode() if they are available
  • use native memory_get_usage()
  • use native zend_zval_type_name() instead of userspace gettype()
  • use native zend_fetch_debug_backtrace() instead of debug_backtrace()
  • use native counterparts for header() and headers_sent()
  • use native session_start() and session_id()
  • use native ob_get_level()
  • use native lcfirst()
  • updated gen-build.php and rebuilt release files

phalcon pushed a commit that referenced this pull request Jul 12, 2013
@phalcon phalcon merged commit b01ede7 into phalcon:1.2.1 Jul 12, 2013
@phalcon
Copy link
Collaborator

phalcon commented Jul 12, 2013

Thank you!!

@ghost ghost deleted the native-funcs branch July 13, 2013 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants