Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69550 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55159 invoked from network); 14 Oct 2013 08:53:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2013 08:53:41 -0000 Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.212.175 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:52184] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/75-31591-311BB525 for ; Mon, 14 Oct 2013 04:53:40 -0400 Received: by mail-wi0-f175.google.com with SMTP id hm4so874093wib.14 for ; Mon, 14 Oct 2013 01:53:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=4Jd8qqzPYE8UizESmXe/5ornnNqn0N9MK3Sh5OU8wqc=; b=XbSHBcUcbHA/2tuT2LKTNP1qN/e3h71SVKGxX0AVrUgGkb/GEuzAfHRu3LJv6Q920f orhP3lmfwqbERiJr/Xc2XOxJxT9GuiIjP6UtBt2hzVnG16r0H2tPHF4fM7EKsh6gqSq3 VAsJL37Ob9qUwe7fUcFeVno+142l1dyk7HHeTnKcxqaE/egnUxofTrpzKQyMG+5MSskp rpTvYRf9j9js+NmSkhksXa8WGryOnOexu+sI7NqxlN1oOEAL+GmjRb87tu1kIbDOWoh1 gI0syfvNRDQiE8WNgoiKHIEkOypREd9OkF40Shs7h0ESkImXiSJFBMsC+KA0mxoy8XRB 03hg== X-Gm-Message-State: ALoCoQkXOvPxm6wTaFaftXF0PS2jae80aXH/t3ksLnGtgDucLKD4b3xPWbXyLlurDyze3khtHqY3tL0C+KakQlpzcX22tXghjC3g+jgM8t1eDWtplmq3MfQr1xbfvwibVevmBRriaewz MIME-Version: 1.0 X-Received: by 10.180.78.193 with SMTP id d1mr13717805wix.22.1381740817027; Mon, 14 Oct 2013 01:53:37 -0700 (PDT) Received: by 10.180.39.36 with HTTP; Mon, 14 Oct 2013 01:53:36 -0700 (PDT) Date: Mon, 14 Oct 2013 10:53:36 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d043be1ee922cad04e8af9afb Subject: Pull requests report (14/10/2013) From: lior.k@zend.com (Lior Kaplan) --f46d043be1ee922cad04e8af9afb Content-Type: text/plain; charset=UTF-8 Hi, Technical note: Please add a few words except the bug ID, so the PR title will be more meaningful. Thanks Lars Strojny for the merges this week... Total open: 75 New: #486 Client-Initiated Renegotiation DoS Vulnerability #487 Changed proc_open() zpp argument to separate the environment array #490 Add "honor_server_ciphers" ssl context option to mitigate BEAST #491 Fix compiler warnings in openssl.c Merged: #328 bug #64441 fixed #482 Utilize SAN extension matching during SSL/TLS peer verification #485 Fix ZTS build breakage from recent openssl PRs #488 Fixed assumption that the temporary directory is located in /tmp #489 #60760 Converting zend_parse_parameters() to zend_parse_parameters_none() in the SPL Closed (without merge): #470 anon class objects Still open (21 days): #460 json_encode(): added option to turn only empty arrays into object #461 use log2() / log10() within basic log function #462 Bug 64744 #463 fix bug #53432 (Assignment via string index access on an empty string converts to array) #466 Allow ini files to have a [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] #471 Bug 64560 #472 Bug 49898 #474 Implement automatic property initialization #475 Fix #61094 Wrong WSDL cache file name #477 Argument unpacking #479 Replace invalid code with a proper #error #483 Add TLSv1.1 and TLSv1.2 support #484 Assume the free space is correct on Travis CI Kaplan On Wed, Oct 9, 2013 at 11:26 AM, Lior Kaplan wrote: > Hi, > > Total open: 74 > > New: > #477 Argument unpacking > #479 Replace invalid code with > a proper #error > #482 Utilize SAN extension > matching during SSL/TLS peer verification > #483 Add TLSv1.1 and TLSv1.2 > support > #484 Assume the free space is > correct on Travis CI > > Merged: > #19 Improve building the LDAP > and OCI8 extensions statically. > #314 better support for > various flock scenarios > #421 Dedicated syntax for > variadic parameters > #427 run-tests.php: Added > EXPECT_EXTERNAL, EXPECTF_EXTERNAL, EXPECTREGEX_EXTERNAL #55736 > #430 Add support for CryptoPro > S-box for GOST > #464 openssl: certificate > fingerprinting support > #465 Better wildcard matching > for CN > #469 Streams: Configure crypto > method for ssl:// transports > #478 fix bug 65667 > #480 fixing a minor typo in > CODING_STANDARDS document > #481 Fix segfault when built > with OpenSSL >= 1.0.1 > > Closed (without merge): > #437 changes default value of > mbstring.substitute_character > #467 Allow ini files to have a > [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] > #468 Allow ini files to have a > [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] > #476 Bug #48389: Correct non > posix code (fixing FTBFS on GNU/Hurd) > > Still open (21 days): > #449 Bug 48225 > #451 Bug 65672 > #453 New internal API for > serialization and unserialization > #455 Fix missing symbol linking > error on (ancient) systems without atoll, e.g. AIX5.1 > #456 Fixed whitespace part of > bug #64874 ("json_decode handles whitespace and case-sensitivity > incorrectly") > #457 Fixed part of bug #64874 > ("json_decode handles whitespace and case-sensitivity incorrectly") > #458 Add ldap_escape() > #459 Bug 65701 > #460 json_encode(): added > option to turn only empty arrays into object > #461 use log2() / log10() > within basic log function > #462 Bug 64744 > #463 fix bug #53432 (Assignment > via string index access on an empty string converts to array) > #466 Allow ini files to have a > [SAPI=] section in exactly the same manner as [PATH=] and [HOST=] > #469 Streams: Configure crypto > method for ssl:// transports > #470 anon class objects > #471 Bug 64560 > #472 Bug 49898 > #474 Implement automatic > property initialization > #475 Fix #61094 Wrong WSDL > cache file name > > Kaplan > --f46d043be1ee922cad04e8af9afb--