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

pfSense-pkg-openvpn-client-export - add missing includes #328

Merged
merged 5 commits into from
Mar 15, 2017

Conversation

doktornotor
Copy link
Contributor

@doktornotor doktornotor commented Mar 8, 2017

@doktornotor
Copy link
Contributor Author

@jim-p Looking at this, wouldn't it be better to use require_once() consistently for all the includes?

@jim-p
Copy link
Contributor

jim-p commented Mar 8, 2017

Yes, that would make more sense.

@doktornotor
Copy link
Contributor Author

OK, done. ;)

@netgate-git-updates netgate-git-updates merged commit 1742875 into pfsense:devel Mar 15, 2017
@doktornotor doktornotor deleted the patch-6 branch March 15, 2017 14:30
netgate-git-updates pushed a commit that referenced this pull request Nov 24, 2018
- Add LICNESE_FILE

Changelog:
 5.1.14:
- Fixed GH #347: Disable slam defense by default.
- Fix potential issue with destruction of locks. This does not affect Linux, but might affect Windows and BSD.
- Use mutex instead of rwlock for shared memory allocator (if pthreads mutex available).
- Require only read-lock for apcu_cas(), by using atomic compare-and-swap.

5.1.13:
- Reimplement persistence logic using precise allocation rather than memory pools. This reduces
memory usage of cache entries, especially for small values, and improves performance of persisting
and unpersisting values.
- Fixed GH #335: Stampede protection is broken.
- Fixed GH #328: Segfault in apcu_key_info() if APCu is disabled.
- Generally make the behavior of functions if APCu is disabled more consistent.
- Fixed PHP bug #72980: Empty strings are now consistently allowed as cache keys.
- Optimized apcu_key_info() and apcu_cache_info() by using interned strings.
- Fix build against PHP master (PHP 7.4).
- Many changes to internal C APIs.

Sponsored by:	Netzkommune GmbH
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.

3 participants