php / doc-en

English PHP documentation
502 stars 732 forks source link

memcache already has the new API Version 3 #3971

Open liyimingcust opened 1 week ago

liyimingcust commented 1 week ago

From manual page: https://php.net/class.memcache


see https://github.com/websupport-sk/pecl-memcache New API in 3.0 The parameter definitions of some interfaces have changed.Better update the doc

cmb69 commented 1 week ago

See also https://github.com/websupport-sk/pecl-memcache/issues/67.

It would be helpful if the memcache extension would provide stub files; that would allow us to at least add some skeleton documentation, which could be fleshed out over time. Plus, it would simplify things for the extension maintainers in the long run.