Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58676 invoked from network); 3 Feb 2015 20:21:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2015 20:21:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.181 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.223.181 mail-ie0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:40438] helo=mail-ie0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/F7-20608-6DD21D45 for ; Tue, 03 Feb 2015 15:21:42 -0500 Received: by mail-ie0-f181.google.com with SMTP id rd18so18859426iec.12 for ; Tue, 03 Feb 2015 12:21:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=I3SZjZuPq7PJNMh3HlgdMNvp1CyLKQvvr38erw4ie6o=; b=iCeRzuLJTRf9nu1CdtWYJSxE5R51xs5uL4MooSnKofHKEiLWbUmA24mLN/LzSppJnF uAl+PhZ83SThpqCSBQxkNCqhRc12DL4Tdh3imXfALysvU1MF/rBcLabdDXSA/GzjNUUC DtQmF6ndoGSkpJj5whTKC7XqB7L43FVXDJ3v16NPErhBgpBRsSZtjKATJ23xDZRHfAEe rt8Qpu5kaFI4KFwADXSwKA7PG3u4Kq6CUGYhZPKdi+hLmZv425pZ2AsdNs/NZ5xp720n O1cILJtTmWKYjYpQ5QaF2jun0iVQqVTNBdo8vH6HSYSwCxdpDozyk1+TA6b6yvlaG9eW dNig== MIME-Version: 1.0 X-Received: by 10.107.136.143 with SMTP id s15mr12255234ioi.8.1422994899625; Tue, 03 Feb 2015 12:21:39 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.107.55.8 with HTTP; Tue, 3 Feb 2015 12:21:39 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Feb 2015 20:21:39 +0000 X-Google-Sender-Auth: hFqn7vxcwzyjUSLiA8-1V0r6jGg Message-ID: To: Pierre Joye Cc: PHP internals list Content-Type: multipart/alternative; boundary=001a113ed55a827fd8050e34d1a1 Subject: Re: [PHP-DEV] src karma request From: bukka@php.net (Jakub Zelenka) --001a113ed55a827fd8050e34d1a1 Content-Type: text/plain; charset=UTF-8 Hello, On Mon, Feb 2, 2015 at 9:45 AM, Pierre Joye wrote: > found and added, php-src :) > > Thanks for your work! > > Thanks for adding that. Unfortunately I just tried to push it and it rejected me :) : [jakub@localhost master]$ git push upstream master Counting objects: 261, done. Delta compression using up to 4 threads. Compressing objects: 100% (202/202), done. Writing objects: 100% (203/203), 45.97 KiB | 0 bytes/s, done. Total 203 (delta 150), reused 0 (delta 0) remote: Welcome bukka. remote: You have insufficient Karma! remote: I'm sorry, I cannot allow you to write to remote: php-src.git/NEWS remote: php-src.git/UPGRADING remote: php-src.git/ext/json/CREDITS remote: php-src.git/ext/json/JSON_parser.c remote: php-src.git/ext/json/JSON_parser.h remote: php-src.git/ext/json/Makefile.frag remote: php-src.git/ext/json/config.m4 remote: php-src.git/ext/json/config.w32 remote: php-src.git/ext/json/json.c remote: php-src.git/ext/json/json_encoder.c remote: php-src.git/ext/json/json_parser.y remote: php-src.git/ext/json/json_scanner.c remote: php-src.git/ext/json/json_scanner.re remote: php-src.git/ext/json/php_json.h remote: php-src.git/ext/json/php_json_encoder.h remote: php-src.git/ext/json/php_json_parser.h remote: php-src.git/ext/json/php_json_scanner.h remote: php-src.git/ext/json/php_json_scanner_defs.h remote: php-src.git/ext/json/tests/bug54484.phpt remote: php-src.git/ext/json/tests/pass003.phpt remote: php-src.git/ext/json/utf8_decode.c remote: php-src.git/ext/json/utf8_decode.h remote: Have a nice day. To git@git.php.net:php-src.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'git@git.php.net:php-src.git Please can someone look at it? My username is bukka . Thanks a lot Jakub --001a113ed55a827fd8050e34d1a1--