Re: [PHP-DEV] **** Access denied: Insufficient Karma (lyric|phpweb/include)

2001-01-17 Thread Zeev Suraski

At 00:31 18/1/2001, Alex Akilov wrote:
I'm having the same problem and so is Bill Stoddard.  Our id's are
akilov and stoddard respectively.

Did we all get bounced for insufficient activity of late?

No :)  We just added ACLs to the repositories.  I'll add you up for the 
java dirs.

Zeev
--

Zeev Suraski [EMAIL PROTECTED]
CTO   co-founder, Zend Technologies Ltd. http://www.zend.com/


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] **** Access denied: Insufficient Karma (lyric|phpweb/include)

2001-01-16 Thread Simon Roberts

I'm getting the following error when commiting a change to the CVS tree. I
guess it's because of the reshuffle of CVS permissions?  I've done a little
work on the phpweb before, perhaps someone could add me to the blessed list.
The patch below is to fix phpweb for "unknown mirrors".

Cheers, Simon


Index: include/site.inc
===
RCS file: /repository/phpweb/include/site.inc,v
retrieving revision 1.123
diff -u -r1.123 site.inc
--- include/site.inc2001/01/12 20:45:59 1.123
+++ include/site.inc2001/01/17 03:38:07
@@ -111,7 +111,7 @@
 $MYSITE='http://'.getenv("SERVER_NAME").'/';

 if (!isset($MIRRORS[$MYSITE])) {
-   $MIRRORS[$MYSITE] = array("xx", "Unknown", "none", $MYSITE, 1, 0);
+   $MIRRORS[$MYSITE] = array("xx", "Unknown", "none", $MYSITE, 1, 0,
"en" );
 }

 # fix for non-standard port in Australian mirror



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]