Changes between Initial Version and Version 1 of Ticket #70
- Timestamp:
- 2007-02-20T03:37:41+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70
- Property Status changed from new to assigned
-
Ticket #70 – Description
initial v1 1 1 I've just rebuilt PHP_5_2 and XCache from the 1.2 branch, but now the authentication for the admin pages fails. 2 2 3 {{{ 3 4 I've added: 4 5 =================================================================== … … 14 15 PHP_MD5_CTX context; 15 16 char md5str[33]; 17 }}} 16 18 17 19 And get something like: 20 {{{ 18 21 Fatal error: xcache_count() [<a href='function.xcache-count'>function.xcache-count</a>]: user: äñT·`òT· ñT·\ÜT·, password: HòT·°òT·üñT·øàT· in /var/www/web7/web/xcache-admin/xcache.php on line 100 19 22 (The "binary blob" does change after a few request!) 23 }}} 20 24 21 25 Dumping $_SERVER itself in PHP does show the correct values for PHP_AUTH_USER and PHP_AUTH_PW.

