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

Fixes to bin dump #5

Merged
merged 11 commits into from
Mar 17, 2013
Merged

Fixes to bin dump #5

merged 11 commits into from
Mar 17, 2013

Conversation

weltling
Copy link
Collaborator

No description provided.

@weltling
Copy link
Collaborator Author

Though I think there should be transitition methods for the bin stuff, and those are existing now should be renamed with apcu_ prefix, like original

int apc_bin_dumpfile ( array $files , array $user_vars , string $filename [, int $flags = 0 [, resource $context ]] )

should be an alias which should just ignore the first arg, which should be equivalent to

int apcu_bin_dumpfile ( array $user_vars | NULL , string $filename [, int $flags = 0 [, resource $context ]] )

The same i'd say should be done for all the other functions where applicable, for APC compatibility right out of the box.

krakjoe added a commit that referenced this pull request Mar 17, 2013
@krakjoe krakjoe merged commit 2119ab7 into krakjoe:simplify Mar 17, 2013
CrystSw added a commit to CrystSw/apcu that referenced this pull request Jan 14, 2024
# This is the 1st commit message:

implement history list

# This is the commit message krakjoe#2:

add assert

# This is the commit message krakjoe#3:

rename variable

# This is the commit message krakjoe#4:

implementation of eviction logic

# This is the commit message krakjoe#5:

add comment

# This is the commit message krakjoe#6:

change define

# This is the commit message krakjoe#7:

added info

# This is the commit message krakjoe#8:

remove apc_cache_wlocked_add_history_oldest

# This is the commit message krakjoe#9:

rename function

# This is the commit message krakjoe#10:

update info

# This is the commit message krakjoe#11:

update comment

# This is the commit message krakjoe#12:

fixed loop (cause an infinite loop)

# This is the commit message krakjoe#13:

add memo

# This is the commit message krakjoe#14:

change cleaning timing

# This is the commit message krakjoe#15:

use macros

# This is the commit message krakjoe#16:

fixed size

# This is the commit message krakjoe#17:

update the history in the update process

# This is the commit message krakjoe#18:

refactor
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.

None yet

2 participants