Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dunglas
Copy link
Contributor

@dunglas dunglas commented Dec 9, 2015

Add native APCu support (replace #112).

@guilhermeblanco, I don't think that it is possible to add apcu_entry support without adding a new interface to Doctrine Cache.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it also skip on PHP < 7.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not necessary as it works. If we add support for apcu_entry later we can skip only this specific feature.

@Ocramius Ocramius self-assigned this Dec 10, 2015
@Ocramius Ocramius added this to the 1.6.0 milestone Dec 10, 2015
Ocramius added a commit that referenced this pull request Dec 10, 2015
Add APCu cache provider
@Ocramius Ocramius merged commit fb8eaa0 into doctrine:master Dec 10, 2015
@Ocramius
Copy link
Member

👍

@stof stof mentioned this pull request Dec 16, 2015
fabpot added a commit to symfony/recipes that referenced this pull request May 31, 2017
…cated apc (teohhanhui)

This PR was merged into the master branch.

Discussion
----------

[doctrine/doctrine-bundle] Use apcu provider instead of deprecated apc

| Q             | A
| ------------- | ---
| License       | MIT

It's time to move forward.

`doctrine/cache` since [1.6.0](https://github.com/doctrine/cache/releases/tag/v1.6.0) (see doctrine/cache#115):
* `ApcuCache` added
* `ApcCache` deprecated

`doctrine/doctrine-cache-bundle` since [1.3.0](https://github.com/doctrine/DoctrineCacheBundle/releases/tag/1.3.0) (see doctrine/DoctrineCacheBundle#86):
* `apcu` added in the configuration

Commits
-------

1aaa26a [doctrine/doctrine-bundle] Use apcu provider instead of deprecated apc
markovlatkovic pushed a commit to markovlatkovic/recipes that referenced this pull request May 24, 2024
…cated apc (teohhanhui)

This PR was merged into the master branch.

Discussion
----------

[doctrine/doctrine-bundle] Use apcu provider instead of deprecated apc

| Q             | A
| ------------- | ---
| License       | MIT

It's time to move forward.

`doctrine/cache` since [1.6.0](https://github.com/doctrine/cache/releases/tag/v1.6.0) (see doctrine/cache#115):
* `ApcuCache` added
* `ApcCache` deprecated

`doctrine/doctrine-cache-bundle` since [1.3.0](https://github.com/doctrine/DoctrineCacheBundle/releases/tag/1.3.0) (see doctrine/DoctrineCacheBundle#86):
* `apcu` added in the configuration

Commits
-------

1aaa26a [doctrine/doctrine-bundle] Use apcu provider instead of deprecated apc
mo-melvin77 added a commit to mo-melvin77/recipes that referenced this pull request Jun 9, 2025
…cated apc (teohhanhui)

This PR was merged into the master branch.

Discussion
----------

[doctrine/doctrine-bundle] Use apcu provider instead of deprecated apc

| Q             | A
| ------------- | ---
| License       | MIT

It's time to move forward.

`doctrine/cache` since [1.6.0](https://github.com/doctrine/cache/releases/tag/v1.6.0) (see doctrine/cache#115):
* `ApcuCache` added
* `ApcCache` deprecated

`doctrine/doctrine-cache-bundle` since [1.3.0](https://github.com/doctrine/DoctrineCacheBundle/releases/tag/1.3.0) (see doctrine/DoctrineCacheBundle#86):
* `apcu` added in the configuration

Commits
-------

1aaa26a [doctrine/doctrine-bundle] Use apcu provider instead of deprecated apc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants