> Hi all! > > I'm about to commit new memcache docs to phpdoc/ repository, if there is > no objections. > Please, review it and check my grammar/syntax, 'cos, as you know, I'm > not native english speaker.
I'm not a native speaker either, but some things I've noted: * you forgot to add "url.memcached" to the entities file; reference.xml: * PHP 4.3.3 and newer -> PHP 4.3.3 *or* newer getVersion: returns string -> returns *a* string memcache_replace * &returns.success; -> &return.success; memcache_debug: * if PHP were built -> if PHP *was* built These were just a few things I've spotted. But I think you can commit the files and then we can correct any other error we found. Nuno