krakjoe / apcu-bc

APCu Backwards Compatiblity Module
Other
33 stars 14 forks source link

Warning: apc_clear_cache() expects exactly 1 parameter, 0 given #10

Closed Drachenkaetzchen closed 8 years ago

Drachenkaetzchen commented 8 years ago

When using the bc module, I receive the following error:

Warning: apc_clear_cache() expects exactly 1 parameter, 0 given

According to the PHP documentation, the parameter is optional.

remicollet commented 8 years ago

@felicitus thanks for the report, fix will be in 1.0.1

Please try with master

Drachenkaetzchen commented 8 years ago

It works fine now. Thank you for the quick fix!

remicollet commented 8 years ago

@krakjoe what do you think of a 1.0.1 release ?

krakjoe commented 8 years ago

OK with me, can u sort it or do I have too?

remicollet commented 8 years ago

@krakjoe I think everything is ready (package.xml in ae00d560460e4dde249b353007e3e40d18666098) but AFAIK, only "lead" can upload new release on pecl.