mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
Fixing typo in Cache doc block.
Updating formatting in Xcache doc block. Fixing Xcache test case so it passes when username and password are not user & password.
This commit is contained in:
parent
a33bd1d144
commit
b1c89496c5
3 changed files with 15 additions and 11 deletions
7
cake/libs/cache/xcache.php
vendored
7
cake/libs/cache/xcache.php
vendored
|
@ -29,9 +29,10 @@
|
|||
class XcacheEngine extends CacheEngine {
|
||||
|
||||
/**
|
||||
* settings
|
||||
* PHP_AUTH_USER = xcache.admin.user, default cake
|
||||
* PHP_AUTH_PW = xcache.admin.password, default cake
|
||||
* Settings
|
||||
*
|
||||
* - PHP_AUTH_USER = xcache.admin.user, default cake
|
||||
* - PHP_AUTH_PW = xcache.admin.password, default cake
|
||||
*
|
||||
* @var array
|
||||
* @access public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue